登录
首页 » matlab » feature

feature

于 2010-12-21 发布 文件大小:338KB
0 340
下载积分: 1 下载次数: 171

代码说明:

  该文件包含了一些常用的声辐射噪声的特征提取方法,包括波形的包络特征,高阶谱特征,分形维特征,奇异指数特征等。(The document contains some common acoustic feature extraction method of noise, including waveform envelope characteristics, higher order spectral features, characteristic of fractal dimension, singular index characteristics.)

文件列表:

feature
.......\paraestimate
.......\............\fxcorr.m,594,2003-10-28
.......\............\getcortime.m,720,2004-03-09
.......\............\getshiftime.m,540,2004-03-09
.......\............\leastesti3.m,521,2003-11-02
.......\............\leastesti4.m,1011,2003-11-01
.......\............\leastesti5.m,1654,2003-11-03
.......\............\MarcovParaEnveFeaNew1.mat,11152,2003-11-14
.......\............\MarcovParaFea2.mat,11144,2003-11-04
.......\............\MarcovParaFea3.mat,11144,2003-11-04
.......\............\MarcovParaFea4.mat,11144,2003-11-04
.......\............\MarcovParaFea5.mat,11144,2003-11-04
.......\............\MarcovParaFea8.mat,11144,2003-11-03
.......\............\MarcovParaFeaDen.mat,11144,2003-11-10
.......\............\MarcovParaFeaEnveNew4.mat,11152,2003-11-11
.......\............\MarkovFeaAbs.m,18719,2004-03-03
.......\............\MarkovFeaEst.asv,2131,2004-03-03
.......\............\MarkovFeaEst.m,2136,2004-03-09
.......\............\MarkovStructure.mat,11144,2003-11-04
.......\............\SinkStructure.mat,14792,2003-11-04
.......\其它特征
.......\........\CalSimilar.asv,291,2003-11-12
.......\........\CalSimilar.m,308,2003-11-14
.......\........\SimilarFea.m,18525,2004-03-03
.......\........\WaveletEnt.mat,22088,2003-11-02
.......\........\WaveletEnt_d.mat,127880,2003-11-13
.......\........\WaveletZeroWave.m,27104,2003-11-13
.......\........\ZeroWaveEnt.m,458,2004-03-03
.......\........\ZeroWavEntAbs.m,227,2004-03-03
.......\分形维特征
.......\..........\d2f4feature.mat,3840,2003-03-10
.......\..........\fead2ff4.asv,10425,2003-05-04
.......\..........\fead2ff4.m,10306,2003-05-04
.......\..........\fenx4f.asv,10224,2003-03-10
.......\..........\fenx4f.m,10237,2003-04-24
.......\..........\fenx4f4096.m,10256,2003-10-20
.......\..........\fenxfea.mat,7488,2003-04-25
.......\..........\fenxfea1.mat,14792,2003-04-21
.......\..........\fenx_fea2.mat,3848,2003-05-09
.......\..........\q-10.fig,156544,2003-04-24
.......\..........\q-11.fig,156544,2003-04-24
.......\..........\q-12.fig,156544,2003-04-24
.......\..........\q-13.fig,156544,2003-04-24
.......\..........\q-15.fig,156544,2003-04-24
.......\..........\q-16.fig,160712,2003-04-24
.......\..........\q-20.fig,160712,2003-04-24
.......\..........\timefenx.asv,23714,2003-05-09
.......\..........\timefenx.m,23714,2003-05-09
.......\奇异指数特征
.......\............\lipsfea.asv,11585,2003-03-11
.......\............\lipsfea.m,11585,2003-03-11
.......\............\lipsfeature.mat,7488,2003-03-10
.......\波形特征
.......\........\freqampl.asv,563,2003-04-25
.......\........\freqampl.m,675,2003-04-27
.......\........\frequence.asv,823,2003-10-31
.......\........\frequence.m,830,2003-10-31
.......\........\lengthDif.fig,51768,2003-10-31
.......\........\peak.m,279,2003-04-24
.......\........\shipnoise.mat,8376,2003-11-11
.......\........\sub_k.m,284,2003-04-24
.......\........\WaveStructure.mat,29384,2003-11-13
.......\........\WaveStructure1.mat,29384,2003-11-03
.......\........\WaveStructure2.mat,29384,2003-11-03
.......\........\WavStruct.asv,2579,2004-03-10
.......\........\WavStruct.m,2579,2004-03-10
.......\........\WavStructmainpos.m,2594,2004-04-15
.......\........\WavStruFea.asv,16282,2003-11-03
.......\........\WavStruFea.m,10728,2004-03-03
.......\........\x_map_y.m,253,2003-04-24
.......\........\y_map_z.m,342,2003-04-24
.......\........\zerowave.m,783,2003-04-27
.......\高阶谱
.......\......\onehalfea.mat,9768,2003-03-16
.......\......\spec121.asv,10516,2003-02-28
.......\......\spec121.m,10443,2003-02-28

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 33753168cdma_simulation
    this is cdma file in matlab
    2010-06-24 06:40:35下载
    积分:1
  • WaveDecNlayer
    对信号进行设定层数的小波分解。只输入参数信号、层数及小波类型即可,里面有验证程序。(Decompose the signal with the layer you set.Just input parameter signal, the number of layers and wavelet types.)
    2012-08-28 23:25:31下载
    积分:1
  • Richardson
    里查得森(Richardson)法解偏微分方程的程序。解的是定步长的抛物型偏微分方程: du/dx - a * d2u/dx2 = 0 在程序中可以更改 a 的值以实现不同系数的解。由于它是一种显式格式,解的结果不稳定 在Matlab7下面运行发现竟然有一些值达到十的几十次方,这是算法本身决定的。不是程序有错误(Richard Anderson (Richardson) Solving partial differential equations procedures. Solution is scheduled to step parabolic partial differential equation: du/dx- a* d2u/dx2 = 0 in the procedure can be changed in order to realize the value of a different coefficient of the solution. Because it is an explicit format, the result of instability in the solution of the following Matlab7 running even found some value reached ten dozens of parties, this is the decision algorithm itself. Not a procedural error)
    2008-04-20 23:22:00下载
    积分:1
  • MIMO-OFDM_system_channel_estimation
    这是MIMO-OFDM系统不同信道估计算法的对比分析(MIMO-OFDM system channel estimation algorithms in different Comparison)
    2010-05-14 10:21:57下载
    积分:1
  • chennalestimation
    OFDM信道检测,包括MMSE和LS算法(LS and MMSE channel estimation)
    2015-03-18 15:00:22下载
    积分:1
  • Renyi
    计算一维时间序列的Renyi熵,可作为脑电信号的特征提取方法,从而对脑电的复杂度进行分析(The Renyi entropy of one dimensional time series can be calculated as a feature extraction method of EEG signal, which can be used to analyze the complexity of EEG.)
    2021-02-09 16:29:53下载
    积分:1
  • 数学建模算法与
    数学建模算法,回归分析,灰色理论,多元分析,支持向量机(Mathematical modeling algorithm)
    2018-06-05 09:58:34下载
    积分:1
  • Wavelet_rbf
    小波神经网络代码??、、、、、、、、、、、、(learn matlab)
    2013-01-01 10:12:28下载
    积分:1
  • dynamic-simulation
    使用matlab中的simulink模块进行动态仿真的PPT文档和模型文件。(Using matlab simulink module in the dynamic simulation model of documents and PPT files.)
    2011-05-30 20:42:57下载
    积分:1
  • ex7
    说明:  用Matlab实现相关分析,并建立其系统界面;对给定的试验数据进行相关分析(Correlation analysis using Matlab implementation and the establishment of the system interface on a given test data correlation)
    2011-03-23 13:53:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载