-
Fish
its a matlab prog to find out if d fish is salmon or seabass
- 2010-02-28 16:27:31下载
- 积分:1
-
opdetection
说明: 最优多用户检测,即最大后验概率的算法,主要是用于多用户检测中(Optimal multi-user detection, that is, maximum a posteriori probability algorithm, mainly used for multi-user detection)
- 2008-11-20 11:33:39下载
- 积分:1
-
generateCAcode
GOld码为ca码的一种,在扩频系统中,得到广泛应用,此代码为一段ca码产生程序(Gold code generator program)
- 2011-06-28 09:21:30下载
- 积分:1
-
double_pendulum
Double Pendulum simulation and description
- 2012-09-12 12:40:42下载
- 积分: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
-
PP
说明: 摘 要:0IE 问题是一个典型的优化组合问题,现在有很多解决的方法。本文针对遗传算法求解0IE 问题进行了研究,对
选择、交叉和变异算子进行了算法设计,最后在_ C- N软件上进行编程实现。结果表明,遗传算法在求解0IE 问题时具有
结果准确、收敛速度快等特点。
关键词:遗传算法;0IE 问题;最优化问题;_ C- N 软(Abstract: 0IE problem is a typical combinatorial optimization, there are many solutions. In this paper, genetic algorithm 0IE conducted a study on the selection, crossover and mutation operators of the algorithm design, and finally _ C- N software for programming. The results indicate that the genetic algorithm in solving problems with 0IE accurate, fast convergence and so on. Key words: genetic algorithm 0IE problem optimization problems _ C- N Soft)
- 2010-12-21 10:58:01下载
- 积分:1
-
split_step_fourier_method
split step fourier method
- 2009-04-20 23:39:17下载
- 积分:1
-
MATLAB
MATLAB程序设计入门,概述,程序运行与安装,集成环境的使用等(Introduction to MATLAB programming, an overview of program to run with the installation, the use of integrated environment)
- 2009-05-14 19:24:07下载
- 积分:1
-
MATLAB100
实用程序 对于初学MATLAB的人 很有帮助 也给编程节省不少时间()
- 2008-06-07 20:58:31下载
- 积分:1
-
Matlab-graphics-processing-functions
MATLAB图像处理中用到的命令语句和函数语句还包括一些编程举例。(MATLAB image processing functions used in the command statement and statements also include some programming examples.)
- 2011-04-25 21:19:35下载
- 积分:1