Error fft for secuence FOR

Error using fft Too many output arguments.
¿Que puedo hacer?
Ayuda por favor

Antworten (1)

Youssef  Khmou
Youssef Khmou am 27 Mär. 2013

0 Stimmen

hi , there is only one output argument Y,
the syntax is :
Y = fft(X)
Y = fft(X,n)
Y = fft(X,[],dim)
Y= fft(X,n,dim)

2 Kommentare

Calculate dtft for signal oversampled several times
[HV,WV] = fft(yd(k,:),Np*64);
[HV]=fft(yd(k,:),Np*64);

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Hilfe-Center und File Exchange

Produkte

Tags

Gefragt:

am 27 Mär. 2013

Community Treasure Hunt

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

Start Hunting!

Translated by