HOW to solve x(n) = {1, 1, 1, 1, 1, 1, 0, 0} about dft

87 ビュー (過去 30 日間)
seung woo
seung woo 2022 年 12 月 9 日
回答済み: Arnab 2024 年 2 月 29 日
HOW to solve x(n) = {1, 1, 1, 1, 1, 1, 0, 0} about dft

回答 (2 件)

Srija Kethiri
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:
  • 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
Hope this helps!

Arnab
Arnab 2024 年 2 月 29 日
compute the 8 point dft of x(n)=[1 1 1 1 0 0 0 0]

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by