![]() | ![]() | ![]() |
| | |||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our exprienced members find a solution. |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Experienced Member Join Date: Apr 2008
Posts: 50
| http://s290.photobucket.com/albums/l...t=IMG_8838.jpg the main problem comes when in one input i need to divide the number by 2 (subtract a zero from the original input) while in other control input i need to multiply by two (which meens to add a zero to the original input) i dont know how to delete or add an output when i have a certain control input the number of outputs is constant what should i do?? |
| | |
| | #2 (permalink) |
| Experienced Member | To divide, shift a zero in from the left, causing the least significant bit to be lost to the right. To multiply, shift a zero in from the right, causing a bit to be lost on the left. The problem with multiply is that if the multiply results in an overflow, the bit lost on the left (1) is gone forever and the answer is wrong. |
| | |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Latest |
| VNA Question | quixotron | General Electronics Chat | 4 | 29th January 2008 06:05 AM |
| Using Oscilloscopes | mechie | Electronic Theory | 9 | 29th November 2007 09:49 PM |
| Way to charge a capacitor linear over time | e-l-e-c-t-r-o | General Electronics Chat | 54 | 30th September 2005 01:33 PM |
| voltage modification... newbie question, please help!... | catboy | Electronic Projects Design/Ideas/Reviews | 9 | 19th September 2005 02:41 PM |
| Parallel port control port: is it Write Only or Read/Write | elexhobby | Electronic Projects Design/Ideas/Reviews | 5 | 12th September 2005 12:02 PM |