채택된 답변

Walter Roberson
Walter Roberson 2018년 3월 1일

0 개 추천

In MATLAB it is written as fft(X) /sqrt(length(X)) it appears to me.

댓글 수: 4

Alex Phang
Alex Phang 2018년 3월 1일
편집: Alex Phang 2018년 3월 1일
Can I know what is the equation for fft(X)? How can the equation after sigma ∑ is fft(X)? I read from Fast Fourier transform and it explains a little different. How to change the top and the bottom of the sigma ∑ in the fft?
Alex Phang
Alex Phang 2018년 3월 3일
What about expression like this? How to express the sigma ∑?
Walter Roberson
Walter Roberson 2018년 3월 3일
Calculate the terms of what goes inside the inner sigma as a vector. sum() the vector. However, you cannot do that for the outer infinite sigma.
For the outer infinite sigma, you would use symsum() . I tend to doubt you will get a closed-form formula however.
I suspect for that equation you need to somehow decompose the formula as a convolution. Maybe you could get somewhere with a Z Transform or Laplace Transform.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Mathematics에 대해 자세히 알아보기

태그

질문:

2018년 3월 1일

댓글:

2018년 3월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by