-
Desktop
改进平方根 MATLAB 比用教程
数值分析里的方法(no)
- 2010-11-09 10:35:59下载
- 积分:1
-
edge_detection
codes for edge detection method
- 2010-03-07 23:31:56下载
- 积分:1
-
code
设计一个信号发生器,并同时画出信号的时域表
示,自相关函数及功率谱(Design of a signal generator and simultaneously draw the time domain representation of the signal, the autocorrelation function and the power spectrum)
- 2013-10-16 21:24:32下载
- 积分:1
-
question1
最小错误率的贝叶斯分类器设计matlab代码实现(Bayes minimum error rate classifier design matlab code)
- 2011-06-06 17:58:21下载
- 积分:1
-
captura
convolution, capture, envolvente EMG, pulse PWM and trasformation code in matlab compared matlab own
- 2013-08-03 01:31:58下载
- 积分:1
-
xiangliangchang12
压缩程序为计算向量场的程序,初始参数可以自己按要求更改,隶属度程序可以给出结果图形,参数依然可以在matlab环境下调整。(Compression program for the calculation of the vector field program, the initial parameters can be changed as required, the membership program can give results graphics parameters can still adjust the Matlab environment.)
- 2013-04-14 23:44:22下载
- 积分:1
-
通信原理PCM
通信原理实验中的均匀和非均匀的pcm两种编码方式,附有详细的说明.(communication principle experiment uniform and non-uniform both PCM encoding, with detailed explanations.)
- 2005-06-05 21:11:37下载
- 积分:1
-
five-link-biped-robot-dynamic-medel
在仿人机器人研究中,需要进行运动学和动力学分析,本代码将动力学方程进行编写,有助于仿真。(In the study of humanoid robot, kinematics and dynamic analysis need, the dynamic equation will be writing code to help simulation.)
- 2011-05-26 08:39:16下载
- 积分:1
-
Matlab2010-classic--Tutorial
利用matlab2010进行符号计算、数值计算、数据和函数可视化处理、simulink交互仿真等(Matlab2010 use symbolic computation, numerical calculation, data processing and visualization functions, simulink interactive simulation)
- 2015-03-28 11:07:40下载
- 积分: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