Azzera filtri
Azzera filtri

Combine multiplication filter in time and frequency domain

4 visualizzazioni (ultimi 30 giorni)
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.

Risposte (1)

Star Strider
Star Strider il 6 Mar 2017
That is not a reliable method to do frequency domain filtering.
Use the Signal Processing Toolbox fftfilt function instead.

Categorie

Scopri di più su Fourier Analysis and Filtering in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by