-
jiyinzhouqi
基于自相关法的基音周期提取程序。。。。MATLAB(Auto-correlation method based on pitch extraction procedures. . . . MATLAB)
- 2009-04-14 10:32:36下载
- 积分:1
-
digital-filter
利用超大规模集成电路技术实现高精度的A/D转换器通常采用过采样技术,该技术包括调制器和数字滤波两部分。(The use of VLSI technology to achieve high-precision A/D converters typically using oversampling technique including modulator and digital filter in two parts.)
- 2013-07-20 15:15:16下载
- 积分:1
-
guangpan4
《MATLAB小波分析超级学习手册》随书光盘,《MATLAB小波分析超级学习手册》对小波分析在MATLAB中的应用进行了详细的介绍,全书以小波为主题展开叙述,不仅对小波理论有详细的介绍,而且将理论与实际相结合,列举了数百个利用小波方法来处理信息的综合算例,这些算例均可在MATLAB R2013a版本中运行。(" MATLAB wavelet analysis super-learning Handbook" CD with the book, " MATLAB wavelet analysis super-Learning Handbook" on wavelet analysis in MATLAB applications are described in detail, the book describes the wavelet for themes, not only for wavelet theory is described in detail and will combine theory and practice, lists hundreds of ways to process information using wavelet comprehensive examples, these examples can be run in MATLAB R2013a release.)
- 2014-11-07 21:54:02下载
- 积分:1
-
es
说明: evolution strategies
- 2010-10-31 20:36:37下载
- 积分:1
-
lms
LMS算法的基本描述,自适应滤波器的基本原理。(lms)
- 2010-11-03 11:05:46下载
- 积分:1
-
fengbuguji
分布估计算法,是一个数据包,能实现群的一般算法(Distribution estimation algorithm, which is a packet, can achieve the group of the general algorithm
)
- 2014-12-26 14:43:27下载
- 积分:1
-
particle_swarm
粒子群算法的matlab实现,由主函数swarm和6个辅助函数:fitness(适应度函数)、congstrict(约束函数)、getNeighborIndex、getNeighborIndexVector、getNeighborIndexWithBestFitness、randint组成。其中fitness由使用者自行编写。(SO algorithm matlab realize, from the main function of swarm and six auxiliary functions: fitness (fitness function
Number), congstrict (constraint function), getNeighborIndex, getNeighborIndexVector,
getNeighborIndexWithBestFitness, randint composition. Compiled by the user which fitnessTo write.)
- 2011-12-18 22:32:52下载
- 积分: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
-
doa_music
MUSIC算法matlab代码。文件中给出了基于MUSIC算法进行阵列信号估计的程序(MUSIC algorithm matlab code. Documents given array signal based on MUSIC algorithm for estimation procedure)
- 2013-11-17 11:35:56下载
- 积分:1
-
CDMA_Simulink
CDMA多用户检测的Simulink仿真研究(CDMA multi-user detection of Simulink Simulation)
- 2008-04-10 10:37:36下载
- 积分:1