How can i implement fft on sine wave then plot it ?
조회 수: 2 (최근 30일)
이전 댓글 표시
i want to do fft of the sin wave then want to see the plot of it
댓글 수: 0
채택된 답변
Image Analyst
2014년 9월 27일
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
Image Analyst
2014년 10월 13일
What attached picture? Did you try either of my demos? To plot, have you tried the functions I listed?
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!