Create a Low Pass Filter on Matlabto Eliminate Hight Frequency Component at 3khz (Z function)

2 ビュー (過去 30 日間)
Nori Noro
Nori Noro 2011 年 11 月 3 日
Hello,
I need to create a z function that I will then use to filter a graph. The low pass in question should eliminate HF component at 3Khz.
However I have trouble to find it. Any help would be greatly appreciated.
Thanks again

回答 (3 件)

Alex
Alex 2011 年 11 月 3 日
You can use the filter command.
If you have the signal Processing toolbox, there is the fdatool that will create filters easily.

Wayne King
Wayne King 2011 年 11 月 3 日
Hi, You can use fdesign.lowpass to design your filter at the command line. As Alex said, fdatool gives you an interactive way to design the filter. You need to know your sampling frequency and other things about filter beyond just the "cutoff" frequency.
See the help for fdesign.lowpass

Nori Noro
Nori Noro 2011 年 11 月 3 日
Thanks for your answer guys. However we are not allowed to design it using the commandline.
:/

Community Treasure Hunt

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

Start Hunting!

Translated by