-
voicebox
语音工具箱,包括lpc, cepstrum, 等等语音处理工具,配有音频源文件,方便使用!(speech processing toolbox, contains lpc, cepstrum, and so on.)
- 2010-11-04 20:30:55下载
- 积分:1
-
Algorithm-Collections-for-Digital-Signal-Processin
此书是关于数字信号处理的一些算法收集,很详细,全面。(This book is about the digital signal processing algorithms to collect some very detailed and comprehensive.)
- 2010-12-03 22:05:11下载
- 积分:1
-
Leach4_1
omnet下leach算法,有助于omnet的初学者仿真练习(Under the omnet leach algorithm, omnet help beginners simulation practice)
- 2012-09-26 21:24:58下载
- 积分: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
-
TransientStabilityOLD
This program running in Matlab related to power system transient.
- 2012-09-15 15:15:44下载
- 积分:1
-
test_normalchildren_temp_test_one
脑瘫患儿的腿部肌肉电信号与正常小孩的对比(Comparison of leg muscle telecommunication number of cerebral palsy children and normal children)
- 2014-12-08 20:40:39下载
- 积分:1
-
Genetic-algorithm-in-MATLAB
探讨了在 MATLAB 环境中实现遗传算法仿真的方法 ,并以一个简单的求函数最值的问 题作为遗传算法的应用实例 ,说明遗传算法的全局寻优性及用 MATLAB 实现仿真的可行性(Explore the genetic algorithm simulation in MATLAB environment, and the value of a simple demand function as genetic algorithm application examples, description of the genetic algorithm global optimizing nature and the feasibility of using MATLAB simulation)
- 2013-04-09 09:34:30下载
- 积分:1
-
fa
说明: 萤火虫算法FA的动态描述。可以展现动态迭代的过程(FA' s dynamic description firefly algorithm. You can show dynamic iterative process)
- 2015-11-09 15:37:10下载
- 积分:1
-
buck---boost-chopper-circuit
建立了Buck-Boost降压-升压斩波电路仿真的模型。(Buck-Boost buck- boost chopper circuit simulation model.)
- 2013-02-24 13:53:02下载
- 积分:1
-
DThe_simulatie
详细介绍了3G方案中WCDMA的无线资源管理并给出了仿真方方法,在Matlab软件下进行了模拟,
(Described in detail the radio resource management of WCDMA 3G solutions and simulation side, were simulated in the Matlab software,)
- 2012-08-05 11:41:07下载
- 积分:1