-
OPC-0710-00000004
Matlab环境下基于OPC技术实现动态矩阵控制 Matlab环境下基于OPC技术实现动态矩阵控制(Matlab environment based on OPC technology to achieve dynamic matrix control Matlab environment OPC technology based on Dynamic Matrix Control)
- 2007-10-08 05:44:51下载
- 积分:1
-
uniform_pcm
Phase Code Modulation function coding
- 2012-04-17 09:35:22下载
- 积分:1
-
Matlabcode
对二维图像进行消噪、融合、分割,对对比度,亮度等进行变换的编码源码(Two-dimensional image denoising, integration, segmentation, on the contrast, brightness, etc. Transform source code)
- 2010-05-29 10:49:47下载
- 积分:1
-
txt2mat
As txt2mat basically is a wrapper for sscanf, it quickly converts ascii files containing m-by-n numeric data, allowing for header lines.
- 2011-08-18 18:39:39下载
- 积分:1
-
3360765jj
强大的地震合成记录程序,有需要的朋友可以试试(A Program of synthetic seismogram generation.)
- 2011-10-12 15:31:18下载
- 积分:1
-
lasso_webpage_code_data
该压缩包主要是关于lasso的matlab程序,其中包含lasso的code,lasso在例子中的应用,以及lemda的交叉验证等。(The archive is mainly about lasso matlab program, which includes lasso the code, lasso in the example application, as well as cross-validation lemda like.)
- 2020-07-14 14:29:14下载
- 积分: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
-
MatlabMie
mie理论数值模拟,分析散射光强和散射角的关系。(the theory of mie Numerical simulation ,analyzing the relationship between light intensity and angle.)
- 2021-01-24 14:38:43下载
- 积分:1
-
plot_hht
Hilbert-Huang Transform
- 2009-06-30 15:30:32下载
- 积分:1
-
Optimalstateestimationandsystemidentification
最优状态估计与系统辨识,讲述了如何进行参数辨识。(Optimal state estimation and system identification, described how the parameter identification.)
- 2009-07-14 20:49:39下载
- 积分:1