MATLAB: FIR lowpass filter

后端 未结 0 1108
清酒与你
清酒与你 2021-01-29 00:45

I am trying to apply an input signal to a lowpass filter.

The following code generates the fir filter via the hanning window.

w = 0:0.01:pi;
b = [-0.03 0 0         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题