Inverse Fourier Transformation with a function in the exponent

조회 수: 3 (최근 30일)
Shoaibur Rahman
Shoaibur Rahman 2018년 8월 1일
편집: Shoaibur Rahman 2018년 8월 1일
I have a signal x[n] with it's Fourier Transform X[k]. I want a frequency-warped signal (x_warp[n]) by taking the inverse Fourier of X[k], with a warping function fun. I know the fun will be somehow incorporated to the exponent of original inverse Fourier e^(j*2*pi*k*n/N)
So far, I have the following code:
x_hat = 1/N * X(1:N/2+1) * exp(1j*fun'/Fs*2*pi*(0:N-1))
x_warp = 2*real(x_hat)
Fs=Sampling frequency. Could you please tell me if the expression in the exponent is correct or not? I.E. what will be exp(???) in the above code?
Thanks in advance!

답변 (0개)

카테고리

Help CenterFile Exchange에서 Discrete 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