How to decide cutoff frequency in designing low pass filter??

4 ビュー (過去 30 日間)
Kapal
Kapal 2016 年 7 月 19 日
コメント済み: Kapal 2016 年 7 月 19 日
I am using matlab built in function fir1(N,Wn) for designing low pass filter using window technique. I have no idea is there any particular criteria to follow to decide normalized cutoff frequency?
  2 件のコメント
Adam
Adam 2016 年 7 月 19 日
Depends what your data is and what you are trying to do with it in low pass filtering it.
Kapal
Kapal 2016 年 7 月 19 日
load oct1_fast % that loads actual signal with 3661 samples Smeasured=0.0189; % Sigma Measured mu=0; n2 = normrnd(mu,Smeasured,[length(x) 1]);
now I want to filter n2 (basically a white noise) and I am using window technique but how to get cutoff frequency? I know normalized cutoff (2*cutoff/fs) will be used in fir1 function .

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeDigital Filter Design についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by