After filtering a Fourier Transform, how can I integrate it?

1 回表示 (過去 30 日間)
Philippe Corner
Philippe Corner 2017 年 1 月 5 日
回答済み: Star Strider 2017 年 1 月 5 日
If I want to get a t vs V graph from a Fourier Transform, how can i integrate it?

回答 (1 件)

Star Strider
Star Strider 2017 年 1 月 5 日
To filter a signal in the frequency domain, use the Signal Processing Toolbox fftfilt function. (Filtering in frequency space requires that you do the same operation on both the positive and negative frequencies, since the transform is symmetrical. If you only ‘filter’ half of it, the result will be meaningless.)
After you have completed the filtering, use the ifft (inverse Fourier transform) function to transform it back to the time domain.

カテゴリ

Help Center および File ExchangeDiscrete Fourier and Cosine Transforms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by