tftb-0[1].1

所属分类:单片机开发
开发工具:matlab
文件大小:754KB
下载次数:15
上传日期:2008-08-10 16:53:53
上 传 者yjq580504
说明:  这是用来分析HHT的程序,极好。 gooo ooo ood
(This is the procedure used to analyze HHT, excellent. gooo ooo ood)

文件列表:
tftb-0.1\tftb-0.1\AUTHORS (64, 2005-10-15)
tftb-0.1\tftb-0.1\COPYING (18011, 2005-10-13)
tftb-0.1\tftb-0.1\INSTALL (1031, 2005-10-15)
tftb-0.1\tftb-0.1\THANKS (149, 2005-10-15)
tftb-0.1\tftb-0.1\version (4, 2005-10-15)
tftb-0.1\tftb-0.1\scripts\insert_licence_demos.pl (1174, 2005-10-13)
tftb-0.1\tftb-0.1\scripts\insert_licence_doc.pl (1188, 2005-10-13)
tftb-0.1\tftb-0.1\scripts\insert_licence_mfiles.pl (1768, 2005-10-13)
tftb-0.1\tftb-0.1\scripts\insert_licence_tests.pl (1173, 2005-10-13)
tftb-0.1\tftb-0.1\scripts\licence (712, 2005-10-13)
tftb-0.1\tftb-0.1\scripts\licence_doc (160, 2005-10-13)
tftb-0.1\tftb-0.1\scripts\run_all_tests.pl (1413, 2005-10-13)
tftb-0.1\tftb-0.1\scripts (0, 2007-11-20)
tftb-0.1\tftb-0.1\refguide\Makefile (200, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\COPYING (20403, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\altes.tex (2062, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\ambifunb.tex (3578, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\ambifuwb.tex (3534, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\amexpo1s.tex (1735, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\amexpo2s.tex (1773, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\amgauss.tex (1860, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\amrect.tex (1798, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\amtriang.tex (1815, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\anaask.tex (2147, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\anabpsk.tex (2242, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\anafsk.tex (2309, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\anapulse.tex (1618, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\anaqpsk.tex (2291, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\anasing.tex (2056, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\anastep.tex (1698, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\atoms.tex (2796, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\book.tex (6944, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\coverrg.tex (290, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\disprog.tex (1402, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\divider.tex (1281, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\dopnoise.tex (3047, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\doppler.tex (3421, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\dwindow.tex (1216, 2005-10-13)
tftb-0.1\tftb-0.1\refguide\fmconst.tex (2143, 2005-10-13)
... ...

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');

近期下载者

相关文件


收藏者