• 大小: 3KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-09
  • 语言: Matlab
  • 标签: STFT-WVD  STFT和WVD  WVD  

资源简介

现代信号处理中常用的两种变换——短时傅里叶和魏格纳变换的matlab函数程序

资源截图

代码片段和文件信息

function [tfrtf] = tfrstft(xtNhtrace);
%TFRSTFT Short time Fourier transform.
% [TFRTF]=TFRSTFT(XTNHTRACE) 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
%         be  of 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.
%
% Example :
%  sig=[fmconst(1280.2);fmconst(1280.4)]; tfr=tf

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-10-22 19:25  stft_wvd\
     文件        2572  2010-03-31 20:30  stft_wvd\tfrstft.m
     文件        2290  2010-03-31 20:30  stft_wvd\tfrwv.m

评论

共有 条评论