Réponse acceptée

Walter Roberson
Walter Roberson le 1 Mar 2018

0 votes

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

4 commentaires

Alex Phang
Alex Phang le 1 Mar 2018
Modifié(e) : Alex Phang le 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?
Alex Phang
Alex Phang le 3 Mar 2018
What about expression like this? How to express the sigma ∑?
Walter Roberson
Walter Roberson le 3 Mar 2018
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.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by