How to express this formula?

 Accepted Answer

Walter Roberson
Walter Roberson on 1 Mar 2018
In MATLAB it is written as fft(X) /sqrt(length(X)) it appears to me.

4 Comments

Alex Phang
Alex Phang on 1 Mar 2018
Edited: Alex Phang on 1 Mar 2018
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?
What about expression like this? How to express the sigma ∑?
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.

Sign in to comment.

More Answers (0)

Categories

Find more on Mathematics 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!