Can someone explain what the output of fft means in MATLAB?

Posted by Runner on Stack Overflow See other posts from Stack Overflow or by Runner
Published on 2010-04-17T14:25:31Z Indexed on 2010/04/17 14:33 UTC
Read the original article Hit count: 164

Filed under:
|
>> fft([1 4 66])

ans =

  71.0000           -34.0000 +53.6936i -34.0000 -53.6936i

Can someone explain according the result above?

© Stack Overflow or respective owner

Related posts about matlab

Related posts about fft