-
pingfanglvjianbo
给出了平方率检波下,求检测门限值的程序。(Gives the square of the rate of detection, the detection threshold seeking procedure.)
- 2009-10-19 16:13:40下载
- 积分:1
-
system-identification
庞中华《系统辨识与自适应控制MATLAB仿真》电子版,供大家学习。(Pang Zhonghua 《system identification and adaptive control MATLAB simulation》)
- 2013-03-11 20:14:00下载
- 积分:1
-
mpc
MPC code space state model whithout constraints
- 2021-03-14 14:39:24下载
- 积分:1
-
SFFT
全息重建一次SFFT算法,MATLAB代码(matlab SFFT Holographic reconstruction)
- 2021-05-08 13:08:35下载
- 积分:1
-
shaizi
分别用理论计算和计算机模拟计算,求连续掷两颗骰子,点数之和大于6且第一次掷出的点数大于第二次掷出点数的概率。(Were used to calculate the theoretical calculations and computer simulations, seeking continuous throwing two dice, and more than six points of the first throw and the number of points is greater than the probability of the second throw points.)
- 2013-07-15 20:13:04下载
- 积分: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
-
二自由度机械臂PD控制
说明: 二连杆机械臂MATLAB S函数仿真代码(Matlab sfunction simulation code of two link manipulator)
- 2021-01-13 13:58:47下载
- 积分:1
-
ball
小球撞壁变色的matlab程序,以一图片为背景,小球随机移动,小球撞壁时颜色改变(The ball hit the wall discoloration matlab program)
- 2013-01-04 13:21:16下载
- 积分:1
-
SP
说明: 利用压缩感知理论中的子空间追踪算法恢复图像(Compressed sensing theory of subspace pursuit algorithm to restore images)
- 2012-04-13 15:27:39下载
- 积分:1
-
ImprovedSegment
改进的基于区域的图像分割算法,对含有噪声的图像非常适用!在matlab6.5下顺利编译通过
(Improvement on the region's image segmentation algorithm for noisy images very well! In matlab6.5 smoothly through the compiler)
- 2007-04-29 21:46:31下载
- 积分:1