Forum Discussion
Altera_Forum
Honored Contributor
11 years agothis fir cuts at 200Hz and achieves -40dB at 6300 and should do for worst case
h = fir2(100,[0 200/200000 4500/200000 .5]*2,[1 1 0 0]); h = h/sum(h); freqz(h,1,0:.1:6300,200000)this fir cuts at 200Hz and achieves -40dB at 6300 and should do for worst case
h = fir2(100,[0 200/200000 4500/200000 .5]*2,[1 1 0 0]); h = h/sum(h); freqz(h,1,0:.1:6300,200000)