1-D digital filter runtime
2 ビュー (過去 30 日間)
古いコメントを表示
Quick question - Is there any computational savings to padding input arrays for the filter function to a power of 2?
0 件のコメント
採用された回答
Star Strider
2015 年 3 月 27 日
Not that I’m aware of. It would likely do the opposite. (It could also introduce artefactual ‘ringing’ in the output with a sharp transition to zeros.)
Also, use the filtfilt function if you have the Signal Processing Toolbox. It has the advantage of not introducing any phase distortion. The filter function does.
その他の回答 (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!