-
Turbo_code_simulation
Turbo code, Turbo code, Turbo code,
- 2012-03-26 11:59:59下载
- 积分:1
-
xiaofei_jsp
该程序是用MATLAB写的,用pso算法解决了6X6的车间调度问题,并绘制了甘特图,代码简单易学。(The program is written in MATLAB, a 6X6 with pso algorithm to solve the job shop scheduling problem, and draw a Gantt chart, the code is easy to learn.)
- 2011-08-04 15:15:25下载
- 积分:1
-
matlab-(2)
精讲多练MATLAB第四章练习题,非常不错,都上机实验完毕(MATLAB Chapter succinctly and training exercises, very good, all-on experiment is completed)
- 2011-11-26 15:21:00下载
- 积分:1
-
TT
元胞自动机的TT模型,用于仿真交通流,适用于开口边界(TT cellular automata model for traffic flow simulation for opening borders)
- 2013-11-16 16:56:11下载
- 积分: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
-
MATLAB7.8_image_collection_Collection
MATLAB7.8图像采集宝典.,适合使用新版本matlab的新用户进行图像采集学习(MATLAB7.8 image collection Collection., For the new version of matlab image acquisition of new users to learn)
- 2010-10-15 11:04:38下载
- 积分:1
-
fft
利用FFT算法产生2FSK,并对频率参数进行求取、分析(The use of FFT algorithms generate 2FSK, and frequency parameters to acquire, analyze)
- 2010-01-08 22:00:58下载
- 积分:1
-
fdtd3D
说明: 利用时域有限差分(FDTD)仿真三维(3D)电磁波的传播,吸收边界条件为完全匹配层(PML)。(The use of finite difference time domain (FDTD) simulation of three-dimensional (3D) electromagnetic wave transmission, absorbing boundary condition for the perfectly matched layer (PML).)
- 2009-08-23 04:33:15下载
- 积分:1
-
DCT
dct实现图像压缩,可运行的,matlab实现(failed to translate)
- 2011-05-18 17:02:08下载
- 积分:1
-
ESPRIT
The ESPRIT method for frequency estimation.
- 2009-10-20 00:03:32下载
- 积分:1