-
QPSK
用MATLAB中的simulink对DQPSK进行仿真(Using MATLAB in the simulink simulation of the DQPSK)
- 2010-06-08 19:06:54下载
- 积分:1
-
assign
IR project ,search in some data
- 2010-09-01 21:04:55下载
- 积分:1
-
Algorithm
一些有关ga的论文 都是精心收集的 包含多个方向(Some papers are concerned ga carefully collected)
- 2015-03-31 09:25:35下载
- 积分:1
-
1
说明: matlab源程序的学习案例,方便大家学习,欢迎下载!!(matlab source case study, to facilitate learning, welcome to download! !)
- 2012-11-24 21:16:20下载
- 积分:1
-
CsCallMatlab
C#调用Matlab2008b的两个例子,如果没有安装Matlab2008b,至少要安装MCRInstall.exe v7.9(C# call Matlab2008b example, if not installed Matlab2008b, at least to install MCRInstall.exe v7.9)
- 2009-04-09 04:09:02下载
- 积分:1
-
Ams_7b_8a_8b
PLL simulation in simulink
- 2009-06-02 18:01:12下载
- 积分:1
-
RLSusingMATLABtoreducenoise
RLS算法用MATLAB实现语音去噪,包含源程序注释,方便易懂(RLS algorithm with MATLAB voice denoising)
- 2010-05-19 23:44:19下载
- 积分:1
-
Kalman-filter
这是一本详细描述滤波方法的书籍,同时书中给出了详细的matlab实现,具有很好的实际应用价值(This is a detailed description of the filtering method of the book, the book also gives detailed matlab implementation, has good practical value)
- 2011-05-31 11:20:12下载
- 积分:1
-
DE2
实现差分进化算法,并通过了rastrigr函数的测试,在全局上搜索得到了正确的结果。(Achieve differential evolution algorithm, and passed the test rastrigr function in the global search to get the correct results.)
- 2014-11-10 12:45:39下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1