how to write FFT in matlab?

1 view (last 30 days)
f2t1
f2t1 on 11 Apr 2013
Hello,
This is part of my code to convert data in time domain using ifft.
for k = 1:numSymbols,
y= y + data(k)*exp(j*2*pi*Fsub(k)*t);
end
and how do i write the fft if i wanna change y back into frequency domain?

Answers (0)

Categories

Find more on Fourier Analysis and Filtering in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!