Periodogram in Octave/Matlab vs Scipy

前端 未结 4 828
臣服心动
臣服心动 2021-01-02 07:54

I am porting some matlab code to python using scipy and got stuck with the following line:

Matlab/Octave code



        
4条回答
  •  抹茶落季
    2021-01-02 08:22

    After reading the Matlab and Scipy documentation, another contribution to the different values could be that they use different default window function. Matlab uses a Hamming window, and Scipy uses a Hanning. The two window functions and similar but not identical.

提交回复
热议问题