about High pass and low pass filter

2 次查看(过去 30 天)
Shubham
Shubham 2014-12-25
how to design high pass IIR filter and low pass Fir signal using window method(using conv) to remove one of signal from sine wave of 50hz and 10hz

回答(1 个)

Youssef  Khmou
Youssef Khmou 2014-12-25
The syntax for designing low pass filters is :
b = fir1(n,Wn,'ftype',window);
n is the number of coefficients, Wn is the cut-off frequency ( 0<=Wn<=1), 'ftype', 'ftype' accepts parameters 'high','stop','DC-1' and 'DC-0'. If the 'windows' parameter is not specified , then Hamming windows is the default option.

类别

Help CenterFile Exchange 中查找有关 Digital and Analog Filters 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by