资源简介

wigner-radon变换的MATLAB工具箱函数包,可用于信号时频分析

资源截图

代码片段和文件信息

function [tfrtf] = tfrpwv(xtNhtrace);
%TFRPWV Pseudo Wigner-Ville time-frequency distribution.
% [TFRTF]=TFRPWV(XTNHTRACE) computes the Pseudo Wigner-Ville  
% distribution of a discrete-time signal X or the
% cross Pseudo Wigner-Ville representation between two signals. 

% X     : signal if auto-PWV or [X1X2] if cross-PWV.
% T     : time instant(s)          (default : 1:length(X)).
% N     : number of frequency bins (default : length(X)).
% H     : frequency smoothing window in the time-domain
% H(0) being forced to 1   (default : Hamming(N/4)). 
% TRACE : if nonzero the progression of the algorithm is shown
%                                  (default : 0).
% TFR   : time-frequency representation. When called without 
%         output arguments TFRPWV runs TFRQVIEW.

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2810  2013-04-23 21:46  tfrpwv.m

     文件       4368  2014-05-05 10:46  tfrspwv.m

     文件       5356  2005-10-13 23:15  tftb_window.m

----------- ---------  ---------- -----  ----

                12534                    3


评论

共有 条评论