-
Genetic-Algorithm
《MATLAB遗传算法工具箱及应用》 雷英杰、张善文、李续武、 周创明 西安电子科技大学出版社
本书系统介绍MATLAB遗传算法和直接搜索工具箱的功能特点、编程原理及使用方法(Genetic Algorithm Tool on Matlab)
- 2013-05-08 13:08:09下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
yidongchuanbohuanjin
说明: 杨大成的移动传播环境,包含大尺度衰落信道,小尺度衰落信道的详细表述。还有一些建模方法。(Yang Dacheng mobile communication environment, including large-scale fading, small-scale fading detailed presentation. Some modeling.)
- 2010-04-15 11:34:29下载
- 积分:1
-
88
说明: MIMO块对角化预编码技术源代码,以及将该方法与VBLAST技术结合起来。(Block diagonalization precoding MIMO technology source code, as well as the methods and VBLAST technologies.)
- 2010-05-21 22:01:19下载
- 积分:1
-
floatPointAECNR
The attached source code is the implemenation of acoustic echo canceller and noise reduction.
- 2014-12-11 23:40:19下载
- 积分:1
-
two_line_array_ok
二元线阵复加权的小程序,输出不同条件的方向图波束,很好的概念展示(The two yuan line array of complex weighting applet, the output beam pattern of the different conditions, the concept of good show)
- 2012-11-28 23:07:21下载
- 积分:1
-
course
通信原理配套的matlab程序,对初学通信原理matlab编程有用(Supporting communication theory matlab procedures, communication theory matlab programming useful for beginners)
- 2013-05-24 10:59:45下载
- 积分:1
-
蒙特卡洛模拟光子在组织中的运动matlab
说明: 蒙特卡洛模拟光子在组织中的运动 matlab,内有详细的蒙特卡洛模拟光子在组织中的运动内有详细的蒙特卡洛模拟光子在组织中的运动(Monte Carlo simulation of the movement of photons in the organization MATLAB, there are detailed Monte Carlo simulation of the movement of photons in the organization there are detailed Monte Carlo simulation of the movement of photons in the organization)
- 2020-11-09 13:19:46下载
- 积分:1
-
NNFTrain
Matlab based Neural Network train system
- 2010-11-12 12:58:24下载
- 积分:1
-
matlab中关于band pass
说明: 可用于matlab中关于band pass、低通、高通滤波分析(use for bandpass in matlab)
- 2020-06-20 06:20:01下载
- 积分:1