Error fft for secuence FOR

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

Answers (1)

Youssef  Khmou
Youssef Khmou on 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 Comments

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

Sign in to comment.

Categories

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

Products

Tags

Asked:

on 27 Mar 2013

Community Treasure Hunt

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

Start Hunting!