-
srplems
This function uses SRP-PHAT with Stochastic Region Contraction (SRC) global-optimization algorithm to locate a single source using a frame of data and M microphones.
- 2010-06-03 11:24:23下载
- 积分:1
-
mobileSimple
OMNeT++实现的一个移动通信的简单例子(OMNeT++ implementation of a simple example of mobile communications)
- 2010-05-18 13:18:53下载
- 积分:1
-
025126298EEG_WAVELET
说明: 小波变换对脑电信号处理有用,采用db4小波对脑电信号7层分解(Wavelet is useful for EEG signal processing)
- 2019-11-28 14:31:34下载
- 积分:1
-
RADARSimulation
雷达仿真的源程序,功能齐全,添加了界面,易于使用。(Radar Simulation of the source, fully functional, add the interface easy to use.)
- 2010-11-11 23:53:38下载
- 积分:1
-
gaibianshurudianpin
说明: 改变输入信号电平从1~6,对这6种情况分别进行仿真并计算其超调量mp,将其绘制在同一张图中进行比较.(gai bian shu ru dian pin qiu chao tiao)
- 2011-04-14 16:35:24下载
- 积分:1
-
Spectral-Methods-in-MATLAB
matlab频谱分析,包括傅里叶变换等基础知识,供大家下载学习,(matlab spectral analysis, including Fourier transform basic knowledge for everyone to download the study,)
- 2013-12-28 22:15:26下载
- 积分:1
-
csbp
布谷鸟算法优化BP 操作简单 将数据带入 设置参数后就可使用(The cuckoo algorithm to optimize BP operation is simple After the data into the set parameters can be used)
- 2016-05-03 15:30:23下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
CNLSE
用分步法 计算 耦合非线性薛定谔方程;
主要用于高功率锁模增益光纤激光器的数字模拟;
模拟步骤分四步:光纤损耗传输、色散、非线性、增益;
finding 是主程序,其它是函数
(Digital-to-analog simulation steps coupled nonlinear Schrö dinger equation is mainly used for high-power mode-locked gain fiber laser with a fractional step in four steps: the fiber loss transmission dispersion nonlinear gain finding is the main program, other functions)
- 2021-04-20 15:18:51下载
- 积分:1
-
into
This book is an introduction to two subjects:Matlaband numerical computing.
This first chapter introducesMatlabby presenting several programs that inves-
tigate elementary, but interesting, mathematical problems. If you already have
some experience programming in another language, we hope that you can see how
Matlabworks by simply studying these programs.
- 2013-11-11 21:54:29下载
- 积分:1