how can ı filter high pass filer ?
1 回表示 (過去 30 日間)
古いコメントを表示
hi there,
ı would like to use a high-pass filter with a cut-off frequency of 0.02 Hz in a time domain.
is that possible to filter frequencies in time domain?
thanks
0 件のコメント
採用された回答
Star Strider
2018 年 11 月 30 日
If you have R2018a or later use the highpass (link) funciton. It returns an efficient elliptical filter. If you use the ‘d’ (digital filter object) output, use filtfilt with it to filter your signal, not filter as suggested in the documentation.
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Digital Filtering についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!