How can i implement fft on sine wave then plot it ?

 Accepted Answer

Did you try sin(), fft(), imag(), and real(), and plot()? I attach two demos that I have that do FFTs. They probably don't do exactly what you asked but they may be instructive anyway.

2 Comments

Thanks for your message i actually tried as in the attached picture to do FFT of the y function and no idea if what ive got is the fft of y function . if its right how can i plot it then ? . best regards
What attached picture? Did you try either of my demos? To plot, have you tried the functions I listed?

Sign in to comment.

More Answers (1)

doc sin
doc cos
doc fft
doc fftshift
doc abs
doc plot
doc stem

1 Comment

thanks for the message would u explain what doc mean cause i am new to matlab ? best regards

Sign in to comment.

Categories

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

Tags

Community Treasure Hunt

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

Start Hunting!