Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

with an example can anyone plz show how will be the frequency domain value look like after it is transformed from time domain using fast fourier transform

1 view (last 30 days)
GIVEN A SET OF TIME DOMAIN VALUES.
AFTER APPLYING FAST FOURIER TRANSFORM TO THOSE WHAT WILL BE THE OUTPUT
IT WILL BE CONVERTED FROM TIME DOMAIN DATA TO FREQUENCY DOMAIN BUT MY QUESTION IS WILL IT BE COMPLEX VALUE CONTAINING REAL AND IMAGINARY PART
PLZ ANSWER. IF YES PLZ SHOW ME WITH AN EXAMPLE.

Answers (3)

Arnaud Miege
Arnaud Miege on 8 Apr 2011
Have a look at the documentation for the fft function.
HTH,
Arnaud
  1 Comment
Giuseppe Naselli
Giuseppe Naselli on 25 Oct 2013
Arnaud,
have you ever thought that most of the people who wrote in here have already looked at the documentation (failing to understand what they are looking at)?
I have been using this community for about 1 year now and from my experience 51% of your answers see to be always
"Have a look at the documentation for the blablabla function"
Make you a favor and avoid to loose time in giving such sort of answers, they definitely do not help AT ALL!

Sean de Wolski
Sean de Wolski on 8 Apr 2011
fft2(magic(3))

Walter Roberson
Walter Roberson on 8 Apr 2011
It is not guaranteed that the transformed data will contain a complex part, but containing complex parts would be by far the most common situation. If no complex part is contained then the situation is the same as if all the complex parts happened to come out exactly 0.

This question is closed.

Tags

Products

Community Treasure Hunt

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

Start Hunting!