+ Post New Thread
Results 1 to 2 of 2
-
23rd January 2013, 07:01 #1
- Join Date
- Nov 2012
- Posts
- 4
- Helped
- 0 / 0
- Points
- 154
- Level
- 2
gate level modelling of fir filter in verilog
hi everyone,
my seminar uses an FIR filter that has reduced number of multipliers. so my code need to consider the structure. do i need to code it in gate level?
the filter coeffficients obtained from matlab is 64 bit. how can i convert it to lower bits or how can i directly use them as signed numbers in verilog?
expecting your help and thanking you....
-
Advertisment
-
23rd January 2013, 19:31 #2
- Join Date
- Jan 2008
- Location
- Bochum, Germany
- Posts
- 43,806
- Helped
- 13321 / 13321
- Points
- 251,556
- Level
- 100
Re: gate level modelling of fir filter in verilog
The problem hasn't to do with gate level, I think. It's just about fixed point arithmetic. Normally, you'll want to simulate the effect of coefficient length reduction in Matlab and define the exact fixed point filter represention for the final implementation.
1 members found this post helpful.
+ Post New Thread
Please login