-
ch5
MATLAB科学计算与工程分析源代码源程序4(MATLAB scientific computing and engineering analysis of the source code source 4)
- 2009-03-24 11:16:30下载
- 积分:1
-
PROGRAM2
an inferior assistant or a channel administrator hopes to append some additional message, such as the origin information, image notation or authentication data, within the encrypted image though he does not know the original image content. some parameters are embedded into a small number of encrypted pixels, and the of the other encrypted pixels are compressed to create a space for accommodating the additional data and the original data at the positions occupied by the parameters
- 2014-10-18 13:09:11下载
- 积分:1
-
lectorvillas2015
new code for RR3036 NFC code
- 2015-01-25 02:57:51下载
- 积分:1
-
mimo
该程序是关于mimo系统中的信道容量的MATLAB程序(The program is a MIMO system channel capacity MATLAB program)
- 2013-05-18 15:15:59下载
- 积分:1
-
rsl
Transfer symbolic values into numerical values (Matlab code).rar(Transfer symbolic values into numerical values (Matlab code). Rar)
- 2011-06-05 11:59:13下载
- 积分: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
-
myASM
主动表观模型matlab程序,人脸几何特征标定(Active apperance model Matlab programming)
- 2013-10-23 21:22:19下载
- 积分:1
-
xiewei
该文件是关于采样和量化的一些资料,对于加深采样量化概念的理解具有一定的参考价值。(The document is on the sampling and quantification of some of the information, for better understanding of the concept of sampling to quantify a certain reference value.)
- 2007-08-05 12:44:22下载
- 积分:1
-
aber3_data_opt_sys
上传个东西太费劲了 用MATLAB写的一段相差程序(about optical abrration )
- 2010-07-05 23:17:43下载
- 积分:1
-
MATLABshishifanzhen
本文详细分析了MATLAB RTW下单机型模式(实时视窗目标)和双机型模式的
系统结构,确定了在MATLAB RTW下构建实时控制平台的方案。针对这两种模式,
本文提出对应驱动I/O板卡的方式,并将Simulink生成的仿真模型下载到实时内
核中运行,实现对控制系统的控制。(In this paper, a detailed analysis of MATLAB RTW under the stand-alone mode (real-time Windows Target) and dual-mode models of system structure, identified under the MATLAB RTW platform to build real-time control program. For these two models proposed in this paper corresponds to drive I/O board, and will generate Simulink simulation model downloaded to the real-time kernel to run, realize the control of the control system.)
- 2008-08-22 09:27:08下载
- 积分:1