Combine multiplication filter in time and frequency domain
조회 수: 4 (최근 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!