how to reconstruc a signal from its modified discrete fourier transform?

4 ビュー (過去 30 日間)
parham kianian
parham kianian 2017 年 12 月 29 日
回答済み: Star Strider 2017 年 12 月 29 日
Dear all I need to modify the discrete Fourier transform coefficients and then inverse it from frequency domain to time domain. suppose the signal is sig and the modification vector is R. I first determine the Fourier coefficients by fft function: dft = fft(sig); %modify Fourier coefficient DFT = R .* dft; now the question: is there any signal in time domain that its Fourier coefficients be DFT. if the answer is yes, how can I evaluate it? thanks

回答 (1 件)

Star Strider
Star Strider 2017 年 12 月 29 日
You seem to have defined a filter in the frequency domain. See theSignal Processing Toolbox fftfilt (link) function for details.

カテゴリ

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