-
PF_codes_boat
粒子滤波,采用matlab与vc共同编写,注意在运行之前需要 在matlab环境下,运行
- 2014-09-11 16:11:27下载
- 积分:1
-
rcs_fdtd
在matlab环境下用fdtd法计算三维rcs,散射体为圆柱或矩形柱,边界条件采用UPML。(In the matlab environment with three-dimensional method fdtd rcs, scattering cylindrical or rectangular column, the boundary conditions used UPML.)
- 2011-10-28 15:39:18下载
- 积分:1
-
2-level
dtc tow level inverter
- 2011-12-31 01:40:09下载
- 积分:1
-
Matlab3
说明: matlab源代码,是一些教科书上要用到的代码。(matlab source code is that some textbooks use the code.)
- 2010-03-19 10:26:58下载
- 积分:1
-
Untitled
circle point code source
- 2012-05-10 20:21:44下载
- 积分:1
-
ztfx
电力系统动态稳定性分析程序,matlab编写,代码精简,功能强悍(Power system dynamic stability analysis program, matlab write, code streamlining, powerful functions)
- 2011-10-21 15:55:19下载
- 积分:1
-
VEHICLE-SPEED
VEHICLE SPEED AND SPACING CONTROL VIA COORDINATED
THROTTLE AND BRAKE ACTUATION
- 2013-10-01 04:05:41下载
- 积分: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
-
undistort
对于利用MATLAB标定工具箱得出相机标定参数后,此函数可利用标定得出的结果,对图像进行畸变矫正,输出矫正好的图像。(Calibration Toolbox for use MATLAB camera calibration parameters obtained, this function can be calibrated using the results obtained, the image distortion correction, output correction a good image.)
- 2015-08-11 13:50:52下载
- 积分:1
-
ADBoostingAlgrithm
说明: 用Matlab实现ADBoosting算法,很有代表性。(Using Matlab to achieve ADBoosting algorithm, very representative.)
- 2009-09-03 21:09:52下载
- 积分:1