Low pass filter design

2 次查看(过去 30 天)
Toygar Ozel
Toygar Ozel 2020-6-16
评论: Robert U 2020-6-17
Hi, i designed a low pass filter but it is not working to 0.05 sec. After this point filter work normally. How to i can fix it thank you.
Fs=10000;
Ts=1/Fs;
signalLength=1000;
t=(0:signalLength-1)*Ts;
filtLP= designfilt('lowpassfir','FilterOrder',50,'CutoffFrequency',250,...
'SampleRate',Fs);
outputAfterFilterLPFourier = fft(outputAfterFilterLP,NFFT)/signalLength;

采纳的回答

Robert U
Robert U 2020-6-17
Hi Toygar Ozel,
have a look at the step response of your filter, e.g. using filter designer. You can determine easily that the group delay of your filter is around 0.05 s. You would have to use another filter design in order to reduce the group delay.
Kind regards,
Robert
  2 个评论
Toygar Ozel
Toygar Ozel 2020-6-17
Hi Rober, at first thank you for support. Do you know another filter without delay to i can use?
Robert U
Robert U 2020-6-17
All filters have delays. The question is rather how much delay is still ok for the application, and how phase should look like in order to not distort the signal too much. Finding a working filter within these requirements is part of the filter design work.
Kind regards,
Robert

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Signal Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by