problem calculating ifft/fft
Ältere Kommentare anzeigen
How to find inverse fourier transform of a column vector ?
Why is ifft(6) =6 and fft(9) =9 in MATLAB ?
2 Kommentare
Azzi Abdelmalek
am 20 Okt. 2012
what are you expecting?
Azzi Abdelmalek
am 20 Okt. 2012
what do you want to do.
Antworten (4)
Azzi Abdelmalek
am 20 Okt. 2012
Bearbeitet: Azzi Abdelmalek
am 20 Okt. 2012
X(0)= x[0]*exp(-j*0*0*2*pi/1) % with x(0)=6
what will you find?
If you want fft of vector
v=rand(10,1)
V=fft(v)
VGC
am 20 Okt. 2012
0 Stimmen
VGC
am 20 Okt. 2012
0 Stimmen
VGC
am 20 Okt. 2012
0 Stimmen
Kategorien
Mehr zu Transforms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!