-
24脉波整流matlab仿真
6脉波,12脉波,24脉波整流matlab仿真(6 pulse wave, 12 pulse wave, 24 pulse wave rectifier matlab simulation)
- 2017-10-31 11:32:01下载
- 积分:1
-
Forecast
BP神经网络,自适应竞争神经网络对地震进行预测实例(BP neural network, adaptive competitive neural networks to predict the earthquake example)
- 2009-11-09 09:31:47下载
- 积分:1
-
matlab-Q-function
Q函数、互补误差函数定义,以及之间的关系、matlab实现Q函数(Q function, complementary error function is defined, and the relationship between, matlab Q function)
- 2013-01-05 21:37:39下载
- 积分:1
-
AdaptiveEqualizationLMS_ENEE634
this file explain how to implement LMS EQUALIZER in matlab with different noisy channel environment.
- 2015-02-07 02:00:11下载
- 积分:1
-
saoyie
利用matlab写成的窄带噪声发生,使用高阶累积量对MPSK信号进行调制识别,通过虚拟阵元进行DOA估计。( Using matlab written narrowband noise occurs, Using high-order cumulants of MPSK signal modulation recognition, Conducted through virtual array DOA estimation.)
- 2016-09-21 14:20:57下载
- 积分:1
-
xingchengbianma
将一幅图像转化为二值图像,然后对二值图像进行行程编码。(Will be an image into a binary image, and then carried out on the binary image encoding trip.)
- 2009-05-02 19:58:12下载
- 积分:1
-
mrefrobotarm
simulink based models
- 2010-12-16 01:55:17下载
- 积分:1
-
SAMP
压缩感知中自适应匹配追踪算法SAMP,经测试可以正常使用。(Compressed sensing adaptive matching pursuit algorithm SAMP, the test can be used normally.)
- 2013-11-20 20:11:27下载
- 积分: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
-
sign_flip01
该算法实现效果很好,可用于图像处理方面等等。(The algorithm works well, can be used for image processing and so on.)
- 2010-10-11 14:53:59下载
- 积分:1