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.
更多回答(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!