I want to cancel the negative sign out of IFFT

조회 수: 2 (최근 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일
help abs
  댓글 수: 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 CenterFile Exchange에서 Get 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