Phase shift after filtering
显示 更早的评论
Hallo Community! I collected acceleration data with 300Hz and filtered them using a cutoff of 4.5Hz. As a result I get my filtered data but slighly shifted (see attached file).
Does anyone have an idea how to deal with this problem?
Thank you and have a nice weekend
Christian
回答(1 个)
Star Strider
2017-4-28
0 个投票
Use the Signal Processing Toolbox filtfilt function rather than the filter function. The filtfilt function has a maximally-flat phase response for all filters, regardless of design, so there is no phase distortion. (The hardware or continuous-time maximally-flat phase Bessel filter cannot be realised as a discrete filter.)
类别
在 帮助中心 和 File Exchange 中查找有关 Smoothing and Denoising 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!