How to express this formula?

 Risposta accettata

Walter Roberson
Walter Roberson il 1 Mar 2018

0 voti

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

4 Commenti

Alex Phang
Alex Phang il 1 Mar 2018
Modificato: Alex Phang il 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 il 3 Mar 2018
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.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Mathematics in Centro assistenza e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by