signaltoolbox-0.2

所属分类:matlab编程
开发工具:matlab
文件大小:3695KB
下载次数:20
上传日期:2013-10-16 20:35:51
上 传 者zswseu
说明:  matlab时频分析工具箱时频分析工具箱time-frequency analysis toolbox 第二代,比第一代增加了许多信号处理的函数,有些函数进行了功能的增进。使用的时候,解压到MATLAB安装目录的toolbox目录下,并在matlab中将其添加到搜索路径中使用。
(time-frequency analysis toolbox matlab second generation than the first generation adds many signal processing functions, some functions have been enhancing features. Use it, extract it to MATLAB installation directory toolbox directory and search paths to work.)

文件列表:
tests\altest.m (849, 2007-04-28)
tests\ambifunt.m (2602, 2007-04-28)
tests\ambifuwt.m (2372, 2007-04-28)
tests\amexpo1t.m (1777, 2007-04-28)
tests\amexpo2t.m (1872, 2007-04-28)
tests\amgausst.m (1860, 2007-04-28)
tests\amrectt.m (1828, 2007-04-28)
tests\amtriant.m (1873, 2007-04-28)
tests\anaaskt.m (2442, 2007-04-28)
tests\anabpskt.m (2720, 2007-04-28)
tests\anafskt.m (2796, 2007-04-28)
tests\anapulst.m (1167, 2007-04-28)
tests\anaqpskt.m (3123, 2007-04-28)
tests\anasingt.m (855, 2007-04-28)
tests\anastept.m (1203, 2007-04-28)
tests\atomst.m (905, 2007-04-28)
tests\CVS\Entries (4152, 2008-02-15)
tests\CVS\Repository (11, 2008-02-15)
tests\CVS\Root (57, 2008-02-15)
tests\disprogt.m (815, 2007-04-28)
tests\dividert.m (933, 2007-04-28)
tests\dopnoist.m (1679, 2007-04-28)
tests\dopplert.m (2684, 2007-04-28)
tests\dwindowt.m (2507, 2007-04-28)
tests\fmconstt.m (1892, 2007-04-28)
tests\fmhypt.m (2099, 2007-04-28)
tests\fmlint.m (1894, 2007-04-28)
tests\fmodanyt.m (840, 2007-04-28)
tests\fmpart.m (2089, 2007-04-28)
tests\fmpowert.m (2329, 2007-04-28)
tests\fmsint.m (3150, 2007-04-28)
tests\fmtt.m (3680, 2007-04-28)
tests\friedmat.m (2492, 2007-04-28)
tests\gdpowert.m (2642, 2007-04-28)
tests\holdert.m (1498, 2007-04-28)
tests\htlt.m (2780, 2007-04-28)
tests\ifestart.m (1541, 2007-04-28)
tests\ifmtt.m (815, 2007-04-28)
tests\instfret.m (2533, 2007-04-28)
tests\integ2dt.m (1807, 2007-04-28)
... ...

The Time-Frequency Toolbox (TFTB) is a collection of about 100 scripts for GNU Octave and Matlab (R) developed for the analysis of non-stationary signals using time-frequency distributions. It is primary intended for researchers and engineers with some basic knowledge in signal processing. The toolbox contains numerous algorithms performing time-frequency analysis with a special emphasis on quadratic energy distributions of the Cohen and affine classes, and their version enhanced by the reassignment method. The toolbox also includes signal generation procedures and processing/post-processing routines (with display utilities). Important note for GNU Octave users' ------------------------------------ The TFTB includes a Graphical User Interface for adjusting the layout of the time-frequency plots. This GUI is currently _not_ supported by GNU Octave (version 2.70). This is linked to several limitations in GNU Octave graphics. GNU Octave's development team is preparing a major release (upcoming version 3) which will much improve the graphical functionalities. We expect that this will allow us to design a GUI working with GNU Octave as well. As of today, the scripts for TFR computations and signal generations are expected to be fully compatible with GNU Octave, but the user has to write a few lines of codes to produce the time-frequency plots. Example: %% generate signal fs=100; % Hz N=128; x=fmlin(N); %% define time and frequency axes t=1:N; Nf=N; f=(0:Nf/2)/Nf; %% compute spectrogram tfr=tfrsp(x,t,Nf); %% select positive frequencies tfr=tfr(1:Nf/2+1,:); %% make image plots colormap(jet); imagesc(t/fs,fs*f,flipud(tfr)); %% make contour plots contour(t/fs,fs*f,tfr); axis('xy');

近期下载者

相关文件


收藏者