-
Chapter_13
时变通信系统的仿真,使两个例子的代码其所选信道为全同获平信道(Time-varying communication system simulation, so that two examples of the code of its selected channel with the agreed level for the whole channel)
- 2007-11-27 22:26:35下载
- 积分:1
-
DTMF1
数字通信系统仿真,用到MATLAB成语言。(digital communication system modulation)
- 2009-04-06 20:58:21下载
- 积分:1
-
programmingPgeophysicsPinPcPP
介绍地球物理中的一些主要算法,及其c++编译,英文版(discribe the use of c++ in geophysical )
- 2012-09-03 10:54:44下载
- 积分:1
-
inverse
this function used to calculate MATRIX INVERSE
- 2012-10-03 22:31:32下载
- 积分:1
-
autocode
matlab实现的深度学习代码,autocode(a code for deeplearing,autocode)
- 2013-11-23 21:38:41下载
- 积分:1
-
SIM_OFDM+BPSK
本程序采用matlab中的simulink,对OFDM进行信道估计,在程序中采用的为BPSK调制方式。(the adoption of the Matlab Simulink, the right to conduct OFDM channel estimation, in the procedures used for BPSK modulation.)
- 2007-05-04 22:49:47下载
- 积分:1
-
Attentional-Landmark-Selection
将视觉注意力用于同步定位于构图的一篇经典文献,详述了视觉注意力理论及其用于SLAM的具体步骤(A classic literature, visual attention for simultaneous localization composition detailed theory of visual attention and its concrete steps for SLAM)
- 2012-08-21 13:41:46下载
- 积分:1
-
aerospace
航天工程仿真,包括实际情况参数的选取,模型选择!(aerospace toolbox
)
- 2012-01-09 19:07:45下载
- 积分:1
-
GPC
定长GPC广义预测 自适应GPC程序 实验仿真(GPC general predicative controladaptive program)
- 2013-01-02 15:44:33下载
- 积分: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