fftfilt function inputs and output

11 ビュー (過去 30 日間)
Orr Streicher
Orr Streicher 2021 年 2 月 11 日
回答済み: Just Manuel 2021 年 2 月 11 日
Hi,
Does the inputs and output of the function fftfilt should be in the time or frequency domain? i coundt understaned it based on the documentation
Thanks

採用された回答

Just Manuel
Just Manuel 2021 年 2 月 11 日
The short answer:
Feed your data in time domain to fftfilt and you will receive filtered data in time domain.
The pedantic answer:
ffftfilt outputs the filtered data in the same domain you put it in. While it is most common to have signals recorded at certain time intervals (thus being in the time domain), you can have all sorts of domains. For instance if you measure a geometric profile, you can have your data at equal distance intervals. Thus your data is in the distance domain. You will have to be aware what the frequencies mean when designing the filter to apply. In the above example, you will need to use space frequencies instead of time frequencies.
Cheers
Manuel

その他の回答 (1 件)

Matt J
Matt J 2021 年 2 月 11 日
The time domain.

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by