Mina Magdy
Member level 3
- Joined
- Jun 19, 2012
- Messages
- 67
- Helped
- 6
- Reputation
- 12
- Reaction score
- 5
- Trophy points
- 1,288
- Location
- Cairo, Egypt
- Activity points
- 1,742
hi
i am trying to design FIR Low Pass Filter with i/p 8 bits
i know that when i multiply i increase the double the bits width ex: 1111 * 1111 = 1110 0001
and when i add two numbers i increase the bits width by 1 ex: 1111+0011= 10010
my problem is : the input bits is 8 bit and the output after adding and multiplying becomes 20 bit but the next block needs only 8 bit so i want to know which 12 bit i should truncate.
- - - Updated - - -
**broken link removed**
i am trying to design FIR Low Pass Filter with i/p 8 bits
i know that when i multiply i increase the double the bits width ex: 1111 * 1111 = 1110 0001
and when i add two numbers i increase the bits width by 1 ex: 1111+0011= 10010
my problem is : the input bits is 8 bit and the output after adding and multiplying becomes 20 bit but the next block needs only 8 bit so i want to know which 12 bit i should truncate.
- - - Updated - - -
**broken link removed**