Combine multiplication filter in time and frequency domain
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, I perform a FFT on my signal x, which yields X. Then I perform a multiplication in the frequency with my filter W, which yields the new signal A= X.*Y I perform a IFFT and get a. On a I do a multiplication with filter b to get the wanted signal c= a.*b
Is there a good way to combine these steps to get c from x in a faster way? Because I need to perform several of these. I know my filters, so they can be precalculated.
0 件のコメント
回答 (1 件)
Star Strider
2017 年 3 月 6 日
That is not a reliable method to do frequency domain filtering.
Use the Signal Processing Toolbox fftfilt function instead.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Filter Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!