-
spectralsubtraction
Spectral subtraction based speech enhancement
- 2010-09-26 02:26:34下载
- 积分:1
-
Matlab5.2
matlab的pdf教程,华中科技大学的内部资料(The pdf tutorial matlab, Huazhong University of Science and Technology)
- 2008-03-25 18:45:29下载
- 积分:1
-
Iluminamento
Calculates the luminance of a square using Matlab.
- 2011-05-25 04:32:04下载
- 积分:1
-
image-segmentation
数字图像处理图片分割matlab源码,及示例(image segmentation)
- 2015-04-15 11:14:10下载
- 积分:1
-
宋知用
matlab在语音信号分析和合成中的应用,附带程序,可直接在matlab中运行。(The application of MATLAB in speech signal analysis and synthesis, with program, can run directly in MATLAB.)
- 2021-04-14 00:38:56下载
- 积分:1
-
combat1
统计模拟(蒙特卡洛法),航空运输排队,机场设计(Statistical simulation (Monte Carlo method), Air Transport queuing, airport design)
- 2012-08-30 16:18:04下载
- 积分:1
-
SURF_matlab
SURF_matlab程序及样本,有需要的可以看一下(SURF_matlab procedures and sample, there is a need to look at)
- 2014-01-07 09:42:07下载
- 积分:1
-
steepdescent
优化计算,最小值分析,解决实际问题,学习,研究、不断提高。(Optimization calculation, the minimum value analysis, problem solving, learning, research, and continuously improved.)
- 2010-05-13 23:32:53下载
- 积分:1
-
fastica
这是一个用于快速独立元分析的程序,调试可用(this is used for fastica)
- 2012-05-16 19:49:56下载
- 积分:1
-
Discret-Wavelet-Transform-got-Daub2-by-Santhana-R
y=d2wavelet(x,Fs,level) does the 2nd order Daubechies Wavelet Transform of signal x with a sampling frequency Fs and the DWT is decomposition is done upto a level
It returns the matrix of all decompositions and the final approximations.
Instead of using the matlab s inbuilt DWT function, this file explains the algorithm for DWT. Mostly useful for learning & academic purposes.
For other wavelets, the filter values alone can be changed or WFILTERS can
be used.
The function basically is for Condition Monitoring of rotating equipments by vibration based bearing fault diagnosis by the author.
Example:
clear all
t=[0:0.0003:8*pi]
x=sin(5000*t)+sin(1000*t)
x=x(1:2^16)
level=5 Fs=1/0.003
d2wavelet(x,Fs,level)
Thanks for Downloading. Don t forget to rate or comment.
- 2013-04-05 21:52:35下载
- 积分:1