feifuzhuzhengfenjie

所属分类:matlab编程
开发工具:matlab
文件大小:865KB
下载次数:36
上传日期:2011-09-13 09:35:52
上 传 者shaohuan916
说明:  非负矩阵分解用于处理地震信号 这是一种新的方法应用于地震信号处理
(NMF for processing seismic signals)

文件列表:
毕设程序\20道去噪.m (1195, 2011-05-11)
毕设程序\denoise.m (901, 2011-05-09)
毕设程序\fastnmf.m (1917, 2011-05-06)
毕设程序\feature.m (798, 2011-03-21)
毕设程序\KNMF.m (726, 2010-10-20)
毕设程序\mgetopt.m (2234, 2011-05-06)
毕设程序\nnmf.m (8744, 2011-05-03)
毕设程序\nnmf1.m (571, 2011-05-03)
毕设程序\qmy.asv (796, 2011-05-03)
毕设程序\speech denoising using nonnegative matrix factorization with priors.pdf (119458, 2011-04-14)
毕设程序\synth.m (789, 2010-08-30)
毕设程序\tfrstf.m (1004, 2011-05-03)
毕设程序\tfrstft.m (3160, 2011-04-21)
毕设程序\举例1.m (427, 2011-04-19)
毕设程序\举例2.m (315, 2011-04-19)
毕设程序\单道去噪.m (1050, 2011-05-13)
毕设程序\新建文件夹 (3)\nnmf.m (8990, 2011-05-06)
毕设程序\tftb\AUTHORS (64, 2007-09-09)
毕设程序\tftb\COPYING (18011, 2007-09-09)
毕设程序\tftb\INSTALL (1031, 2007-09-09)
毕设程序\tftb\THANKS (149, 2007-09-09)
毕设程序\tftb\version (4, 2007-09-09)
毕设程序\tftb\scripts\insert_licence_demos.pl (1174, 2007-09-09)
毕设程序\tftb\scripts\insert_licence_doc.pl (1188, 2007-09-09)
毕设程序\tftb\scripts\insert_licence_mfiles.pl (1768, 2007-09-09)
毕设程序\tftb\scripts\insert_licence_tests.pl (1173, 2007-09-09)
毕设程序\tftb\scripts\licence (712, 2007-09-09)
毕设程序\tftb\scripts\licence_doc (160, 2007-09-09)
毕设程序\tftb\scripts\run_all_tests.pl (1413, 2007-09-09)
毕设程序\tftb\refguide\altes.tex (2062, 2007-09-09)
毕设程序\tftb\refguide\ambifunb.tex (3578, 2007-09-09)
毕设程序\tftb\refguide\ambifuwb.tex (3534, 2007-09-09)
毕设程序\tftb\refguide\amexpo1s.tex (1735, 2007-09-09)
毕设程序\tftb\refguide\amexpo2s.tex (1773, 2007-09-09)
毕设程序\tftb\refguide\amgauss.tex (1860, 2007-09-09)
毕设程序\tftb\refguide\amrect.tex (1798, 2007-09-09)
毕设程序\tftb\refguide\amtriang.tex (1815, 2007-09-09)
毕设程序\tftb\refguide\anaask.tex (2147, 2007-09-09)
毕设程序\tftb\refguide\anabpsk.tex (2242, 2007-09-09)
... ...

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

近期下载者

相关文件


收藏者