フィルターのクリア

I want to cancel the negative sign out of IFFT

1 回表示 (過去 30 日間)
abdullah qasim
abdullah qasim 2019 年 1 月 4 日
コメント済み: abdullah qasim 2019 年 1 月 5 日
I want to cancel the negative signal out of IFFT and allow the positive signal to pass and add DC-bias in the output signal 111.jpg

採用された回答

madhan ravi
madhan ravi 2019 年 1 月 4 日
  3 件のコメント
madhan ravi
madhan ravi 2019 年 1 月 4 日
Anytime :) , can't think of any other way.
abdullah qasim
abdullah qasim 2019 年 1 月 5 日
thank u

サインインしてコメントする。

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2019 年 1 月 4 日
max(0, xt)
However you appear to want to work at the Fourier level and to transform the coefficients so that ifft of the coefficients will have the required form.
To do that you should convolve with the Fourier transform of the Heaviside function, which you would do by finding the coefficients associated with the transform of the heaviside function , and then multiply those by the input fft transformed signal .
The Fourier transform of the heaviside function is a bit tricky. See below and read through to the Tragedy link.
https://math.stackexchange.com/questions/73922/fourier-transform-of-unit-step

カテゴリ

Help Center および File ExchangeGet Started with DSP System Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by