sinbaren 发表于 2007-4-13 10:33

关于短时傅立叶窗函数的问题

请问在使用进行短时傅立叶的时候,如果没有选择窗函数,那么matlab默认的窗函数是怎么样的,谢谢指点!

yangzj 发表于 2007-4-13 10:47

TFRSTFT Short time Fourier transform.
        =TFRSTFT(X,T,N,H,TRACE) computes the short-time Fourier
        transform of a discrete-time signal X.

        X   : signal.
        T   : time instant(s)          (default : 1:length(X)).
        N   : number of frequency bins (default : length(X)).
        H   : frequency smoothing window, H being normalized so as to
                beof unit energy.      (default : Hamming(N/4)).
        TRACE : if nonzero, the progression of the algorithm is shown
                                         (default : 0).
        TFR   : time-frequency decomposition (complex values). The
                frequency axis is graduated from -0.5 to 0.5.
        F   : vector of normalized frequencies.


命令 help tfrstft
就出来了

sinbaren 发表于 2007-4-20 10:05

xiexie

多谢指点
页: [1]
查看完整版本: 关于短时傅立叶窗函数的问题