Guest
I am trying to implement an fir filter with fixed point representation.
I have the coefficients of this filter( It is for 9/7 daubechies)
0.602949018326;
0.266864118442;
-0.078223266528;
-0.016864118442;
0.026748757410;
-1.115087052456;
0.591271763114;
0.057543526228;
-0.091271763114;
I need to use these in an integer form to implement a synthesizable
vhdl code. How can I do this? could someone please explain how to do
this( put it either as integers and then reconvert back) or use fixed
point.
Thanks
I have the coefficients of this filter( It is for 9/7 daubechies)
0.602949018326;
0.266864118442;
-0.078223266528;
-0.016864118442;
0.026748757410;
-1.115087052456;
0.591271763114;
0.057543526228;
-0.091271763114;
I need to use these in an integer form to implement a synthesizable
vhdl code. How can I do this? could someone please explain how to do
this( put it either as integers and then reconvert back) or use fixed
point.
Thanks