• 大小: 3KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: Matlab
  • 标签: WVD  matlab  wvd变换  

资源简介

WVD(Wigner-Ville Distribution)是一种二次型交换,具有许多优良的性质,分析多频率成分

资源截图

代码片段和文件信息

function [tfrtf] = tfrwv(xtNtrace)
%  WVD

%TFRWV Wigner-Ville time-frequency distribution.
% [TFRTF]=TFRWV(XTNTRACE) computes the Wigner-Ville distribution
% of a discrete-time signal X 
% or the cross Wigner-Ville representation between two signals. 

% X     : signal if auto-WV or [X1X2] if cross-WV.
% T     : time instant(s)          (default : 1:length(X)).
% N     : number of frequency bins (default : length(X)).
% TRACE : if nonzero the progression of the algorithm is shown
%                                  (default : 0).
% TFR   : time-frequency representation. When called without 
%         output arguments TFRWV runs TFRQVIEW.
% F     : vector of normalized frequencies.
%
% Example :
%  sig=fmlin(1280.10.4); tfrwv(sig);

% See also all the time-frequency rep

评论

共有 条评论