-
ICA_HJ
用ICA方法分离混合信号,采用H_J方法,输入信号为超高斯信号,如声音信号(Mixed-signal separation using ICA method —H_J method, the input signal for the super-Gaussian signals, such as acoustic signals)
- 2009-12-25 15:55:35下载
- 积分:1
-
seshu
This gives a brief discussion on speech processing
- 2011-09-14 20:17:15下载
- 积分:1
-
matlab1111
matlab源程序,包括各种MATLAB的小程序源码(Matlab source, including small programs MATLAB source!)
- 2006-05-27 19:38:24下载
- 积分:1
-
fulanghefei
这是一个用matlab模拟单缝弗朗禾费衍射,光强分布的程序代码(This is a matlab simulation of single slit franco for diffraction, the intensity distribution of the program code)
- 2013-04-23 17:23:53下载
- 积分:1
-
GUI_1
matlab
读取操作图片,可以打开图片,改变其显示模式(matlab read operation picture, you can open the picture, and changing the display mode)
- 2009-05-13 16:38:10下载
- 积分:1
-
Locally-Weighted-Regression
Locally weighted regression (LWR) is a memory-based method that performs a regression around a point of interest using only training data that are ``local to that point. One recent study demonstrated that LWR was suitable for real-time control by constructing an LWR-based system that learned a difficult juggling task.
- 2013-01-10 22:59:48下载
- 积分:1
-
SVOKM_lilght_toolkit_32342-
SVM light 工具箱 包含例子和说明文件 包含windows版本和matlab版本222,Matlab的一个辅助库(this is a matlab ass lib,hope everyone enjob it.)
- 2013-08-23 11:54:16下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
v2normalkalman
自己编写的2维动态模型,运用卡尔曼滤波仿真。(I have written two-dimensional dynamic model, the use of Kalman filter simulation.)
- 2011-09-07 10:43:59下载
- 积分:1
-
spPitchTrackCorr
speech pitch detection winth PitchTrackCorr
- 2010-09-06 22:34:40下载
- 积分:1