tftb-0[1].1

所属分类:matlab编程
开发工具:matlab
文件大小:1840KB
下载次数:130
上传日期:2006-09-29 14:28:05
上 传 者子渊
说明:  这是一个用matlab语言编写的小波变换的程序,是时频分析的一种,可以在时域和频域内对信号进行分析。
(using Matlab language of the wavelet transform procedure is time-frequency analysis of a kind in the time domain and frequency domain analysis of the signal.)

文件列表:
tftb-0.1 (0, 2005-10-15)
tftb-0.1\data (0, 2005-10-15)
tftb-0.1\data\gabor.mat (348866, 2005-10-13)
tftb-0.1\data\bat.mat (16568, 2005-10-13)
tftb-0.1\data\movcw4at.mat (34816, 2005-10-13)
tftb-0.1\AUTHORS (64, 2005-10-15)
tftb-0.1\COPYING (18011, 2005-10-13)
tftb-0.1\INSTALL (1031, 2005-10-15)
tftb-0.1\THANKS (149, 2005-10-15)
tftb-0.1\version (4, 2005-10-15)
tftb-0.1\demos (0, 2005-10-15)
tftb-0.1\demos\tfdemo.m (1552, 2005-10-13)
tftb-0.1\demos\tfdemo1.m (5988, 2005-10-13)
tftb-0.1\demos\tfdemo2.m (10051, 2005-10-13)
tftb-0.1\demos\tfdemo3.m (10367, 2005-10-13)
tftb-0.1\demos\tfdemo4.m (14603, 2005-10-13)
tftb-0.1\demos\tfdemo5.m (10543, 2005-10-13)
tftb-0.1\demos\tfdemo6.m (6563, 2005-10-13)
tftb-0.1\demos\tfdemo7.m (7780, 2005-10-13)
tftb-0.1\mfiles (0, 2005-10-15)
tftb-0.1\mfiles\Contents.m (8126, 2005-10-13)
tftb-0.1\mfiles\altes.m (2409, 2005-10-13)
tftb-0.1\mfiles\ambifunb.m (2884, 2005-10-13)
tftb-0.1\mfiles\ambifuwb.m (5455, 2005-10-13)
tftb-0.1\mfiles\amexpo1s.m (1620, 2005-10-13)
tftb-0.1\mfiles\amexpo2s.m (1628, 2005-10-13)
tftb-0.1\mfiles\amgauss.m (1654, 2005-10-13)
tftb-0.1\mfiles\amrect.m (1601, 2005-10-13)
tftb-0.1\mfiles\amtriang.m (1634, 2005-10-13)
tftb-0.1\mfiles\anaask.m (1971, 2005-10-13)
tftb-0.1\mfiles\anabpsk.m (2060, 2005-10-13)
tftb-0.1\mfiles\anafsk.m (2100, 2005-10-13)
tftb-0.1\mfiles\anapulse.m (1397, 2005-10-13)
tftb-0.1\mfiles\anaqpsk.m (2217, 2005-10-13)
tftb-0.1\mfiles\anasing.m (1878, 2005-10-13)
tftb-0.1\mfiles\anastep.m (1390, 2005-10-13)
tftb-0.1\mfiles\atoms.m (5976, 2005-10-13)
tftb-0.1\mfiles\contwtgn.m (3805, 2005-10-13)
tftb-0.1\mfiles\contwtgnmir.m (2688, 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');

近期下载者

相关文件


收藏者