-
envelop6
多径误差包络的仿真,能够清晰的看出。希望对大家有所帮助。(Multipath error envelope simulation, can be clearly seen. We want to help.)
- 2009-11-27 10:37:34下载
- 积分:1
-
seg
Graphic user interfase who desing dynamic systems of second order from college assigment in Barranquilla, Colombia
- 2010-05-10 10:23:56下载
- 积分: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
-
ex11_GPC_NoIden
使用matlab识别船行的轨迹和运行效果。(Use matlab find shipping way。)
- 2013-10-21 19:19:00下载
- 积分:1
-
mobkas
application sales car ............................
- 2015-01-12 16:56:55下载
- 积分:1
-
nearest_neighbor_node
Nearesy Neighbor for TSP with Node Insertion MATLAB
- 2013-05-22 04:42:42下载
- 积分:1
-
LMS
MATLAB的LMS算法仿真程序,包括主程序和LMS功能函数实现以及仿真结果图(LMS algorithm simulation program of MATLA)
- 2020-06-19 12:40:01下载
- 积分:1
-
matlab-examples
matlab使用程序教程,包括四部分:1-32是:图形应用篇;33-66是:界面设计篇;67-84是:图形处理篇;85-100是:数值分析篇(matlab tutorial to use the program, including the four-part :1-32 is: graphics applications, articles 33-66 is: interface design articles 67-84 is: graphics processing articles 85-100 are: Numerical Analysis Section)
- 2009-12-15 14:28:09下载
- 积分:1
-
matalab
matlab的入门资料,内容丰富而且包含所有例程。入门学习的好材料!包括绘图,插值,拟合,线性规划,最优问题等等(easy to learn matlab,include all m file)
- 2012-05-09 19:40:00下载
- 积分:1
-
dsss_main
实现基于BPSK的直接扩频信号调制,并显示出各阶段信号波形。(Direct-based BPSK modulated spread spectrum signal, and shows the signal waveform of each phase.)
- 2013-11-09 15:11:37下载
- 积分:1