• 大小: 6.54MB
    文件类型: .zip
    金币: 2
    下载: 0 次
    发布日期: 2024-02-01
  • 语言: Matlab
  • 标签: tfsap  

资源简介

时频分析工具TFSAP6.3,可以用于matlab仿真信号处理,特别是非平稳信号的处理

资源截图

代码片段和文件信息

% Ambiguity function
%
% Computes the ambiguity function of the input signal. An analytic
% signal generator is called if the input signal is real. This version
% takes advantage of the property K(n-m)=K*(nm) to increase
% calculation speed.
%
% Usage: 
%
%     af = ambf( signal lag_res window_length )
%
%
% Parameters:
%
%     af
%
%   The computed ambiguity function representation. size(af) will
%   return [a b] where b is the next largest power of two above
%   (2*window_length) and a is equal signal length.
%
%    signal
%
%   Input one dimensional signal to be analysed. An analytic signal
%   is required for this function however if signal is real a
%   default analytic transformer routine will be called from this
%   function before computing the ambiguity function.
%
%    window_length
%
%   The number of signal samples used for analysis.
%
%    lag_res
%
%   The number of lag to skip between successive slices of
%   the analysis.
%
%
%
%  See Also: analyt

% TFSA 6.0
% Copyright Prof. B. Boashash
% Signal Processing Research Concentration (SPRC)
% UQ Centre for Clinical Research 
% The University of Queensland
% Building 71/918
% Royal Brisbane and Women‘s Hospital
% Herston
% Queensland 4029
% Australia
%
% email: j.otoole@ieee.org


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-02-27 15:42  tfsa_6.3\
     目录           0  2014-02-27 15:42  tfsa_6.3\glnx86_bin\
     文件       37467  2014-02-27 13:33  tfsa_6.3\glnx86_bin\adult-EEG-PLED-SPM2013
     文件        1272  2014-02-27 13:33  tfsa_6.3\glnx86_bin\ambf.m
     文件       16278  2014-02-27 13:33  tfsa_6.3\glnx86_bin\ambf.mexglx
     文件         424  2014-02-27 13:33  tfsa_6.3\glnx86_bin\analyt.m
     文件       16237  2014-02-27 13:33  tfsa_6.3\glnx86_bin\analyt.mexglx
     文件      105664  2014-02-27 13:33  tfsa_6.3\glnx86_bin\background_tfd.mat
     文件        2864  2014-02-27 13:33  tfsa_6.3\glnx86_bin\bat1
     文件        1500  2014-02-27 13:33  tfsa_6.3\glnx86_bin\cmpt.m
     文件       44362  2014-02-27 13:33  tfsa_6.3\glnx86_bin\cmpt.mexglx
     文件       17408  2014-02-27 13:33  tfsa_6.3\glnx86_bin\eeg1
     文件         977  2014-02-27 13:33  tfsa_6.3\glnx86_bin\flatwf.p
     文件         694  2014-02-27 13:33  tfsa_6.3\glnx86_bin\gammacomplex.p
     文件         277  2014-02-27 13:33  tfsa_6.3\glnx86_bin\gamma_wraper.p
     文件         232  2014-02-27 13:33  tfsa_6.3\glnx86_bin\getWin.p
     文件         212  2014-02-27 13:33  tfsa_6.3\glnx86_bin\goodfonts.p
     文件        1407  2014-02-27 13:33  tfsa_6.3\glnx86_bin\gsig.m
     文件       16295  2014-02-27 13:33  tfsa_6.3\glnx86_bin\gsig.mexglx
     文件      151134  2014-02-27 13:33  tfsa_6.3\glnx86_bin\HeartSound-Abnormal
     文件      355883  2014-02-27 13:33  tfsa_6.3\glnx86_bin\HeartSound-Normal
     目录           0  2014-02-27 15:42  tfsa_6.3\glnx86_bin\help\
     文件        2460  2014-02-27 13:33  tfsa_6.3\glnx86_bin\help\bilinear_tfsa.m
     文件        1235  2014-02-27 13:33  tfsa_6.3\glnx86_bin\help\copyright_tfsa.m
     文件        2150  2014-02-27 13:33  tfsa_6.3\glnx86_bin\help\direct_method_tfsa.m
     文件        2104  2014-02-27 13:33  tfsa_6.3\glnx86_bin\help\graph_tfsa.m
     文件        3231  2014-02-27 13:33  tfsa_6.3\glnx86_bin\help\if_estimation_tfsa.m
     文件        1997  2014-02-27 13:33  tfsa_6.3\glnx86_bin\help\multilinear_tfsa.m
     文件        1037  2014-02-27 13:33  tfsa_6.3\glnx86_bin\help\sig_gen_tfsa.m
     文件        1272  2014-02-27 13:33  tfsa_6.3\glnx86_bin\help\synthesis_tfsa.m
     文件        1283  2014-02-27 13:33  tfsa_6.3\glnx86_bin\help\wavelets_tfsa.m
............此处省略646个文件信息

评论

共有 条评论

相关资源