资源简介
现代信号处理中常用的两种变换——短时傅里叶和魏格纳变换的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
- 上一篇:对涡旋光场光波传输进行仿真
- 下一篇:心率变异性分析 (Frequency_HRV)
评论
共有 条评论