Error fft for secuence FOR

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

Réponses (1)

Youssef  Khmou
Youssef Khmou le 27 Mar 2013

0 votes

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 commentaires

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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Fourier Analysis and Filtering dans Centre d'aide et File Exchange

Produits

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by