-
Audio_Processing-M-File
Audio Processing Matlab File
- 2011-06-27 03:32:59下载
- 积分:1
-
emd
基于emd算法的实现算法,用于对传感器采集到的呼吸和心跳信号尽心分离(Emd algorithm-based algorithms for breathing and heartbeat sensor to conscientious separation)
- 2012-10-15 19:33:55下载
- 积分:1
-
partial-TI-UL-mai2012
an exam in image processing in french 2012
- 2015-02-07 02:39:09下载
- 积分:1
-
model_satellite
the code of rigid spacecraft model
- 2014-01-20 06:20:37下载
- 积分:1
-
Acc2dis
To compute velocity and displacement from Acceleration data
In put : Acceleration data and sampling rate in time (delta time)
Out put : time. acceleration, velocity, and displacement.
- 2009-05-07 09:34:11下载
- 积分:1
-
Untitled5
求峭度,有效值,均方值,还有峰度,是对风力发电机组数据的必要东西(Seeking kurtosis, RMS, mean square value, and kurtosis, the data is necessary for wind turbine things)
- 2011-05-22 18:04:14下载
- 积分:1
-
matlab_bcb
matlab混合编程系列:matlab与bcb混合编程——使用MATCOM(Matlab mixed programming Series: matlab and bcb mixed programming-using MATCOM)
- 2019-03-05 20:23:20下载
- 积分:1
-
skin
说明: 人脸肤色检测,在转换成Ycbcr格式后用相关系数进行肤色似然度计算,检测属于肤色的像素。(Skin color detection, the conversion into Ycbcr format color by correlation coefficients calculated likelihood, detection is skin color pixels.)
- 2011-03-13 11:42:21下载
- 积分:1
-
lmsxuex
一个用matlab来实现的最小均方误差的学习曲线,在不同u值下(Using matlab to achieve the minimum mean square error learning curve, different values of u
)
- 2012-02-14 14:15:26下载
- 积分:1
-
matlab
y3k=fft(u,(m+n-2)/4)
i=1:(m+n-2)/4
subplot(5,2,9) stem(i,u)
title( 滤波后上采样 )
k=1:(m+n-2)/4
subplot(5,2,10) stem(k,y3k)
title( 上采样频谱 )
xlabel( k ) ylabel( y3k ) (y3k = fft (u, (m+ n-2)/4) i = 1: (m+ n-2)/4 subplot (5,2,9) stem (i, u) title (after filtering the sample) k = 1: (m+ n-2)/4 subplot (5,2,10) stem (k, y3k) title (on the sample spectrum) xlabel (k) ylabel (y3k))
- 2009-01-06 13:09:09下载
- 积分:1