MATLAB: How to express this formula

formula

Please teach me how to write the matlab code for this formula?

Best Answer

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