Forum Discussion
Altera_Forum
Honored Contributor
12 years agoFIR interpolator
Hello guys !! I'm trying to understand the FIR compiler interpolator. I have a complex signal clocked at X MHz. Now I want to have it interpolated by a 3x factor so that the output frequen...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- you need to cut after 2/60 and gently towards 13/60: h=firls(20,2*[0 2 12 30]/60,[1 1 0 0]); freqz(h,1,0:.01:15,60) only 21 taps for up4 I don't know what tool you are using but I expect sampling rate definition to be defined in the doc. --- Quote End --- I am using the altera fir compiler megawizard. I've read the userguide but it seems not so clear what for sample rate is intended.