- You can use the MATLAB function “fft” to compute the Discrete Fourier Transform of a variable “x”.
- The command “Y = fft(x)” computes the Discrete Fourier Transform (DFT) of "x" using a fast Fourier transform (FFT) algorithm.
- You can refer to the below documentation link for more information on the MATLAB function “fft”- https://www.mathworks.com/help/matlab/ref/fft.html
HOW to solve x(n) = {1, 1, 1, 1, 1, 1, 0, 0} about dft
조회 수: 67 (최근 30일)
이전 댓글 표시
HOW to solve x(n) = {1, 1, 1, 1, 1, 1, 0, 0} about dft
댓글 수: 0
답변 (2개)
Srija Kethiri
2022년 12월 14일
Hi seung,
I understand that you want to find the Discrete Fourier Transform of x(n)
Please refer to the below pointers to know more about the same:
Hope this helps!
댓글 수: 0
참고 항목
카테고리
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!