-
各种化工过程的计算机模拟
应用背景本代码是基于实用化工计算机模拟一书,该书包括matlab编程入门教学和各种化工过程的计算,比如精馏塔,反应器等等,包括控制等,微分方程,代数方程等。化工过程的最优化也有例子,本人建议购买此书,再结合该代码去看才有效果。因为代码都是针对相应的例子来编写的。关键技术关键技术就是应用到了一些优化算法,比如二次规划啊,最小二乘啊,等等。还有用到了matlab优化工具箱来求目标函数的最小值,优化包括设计优化,操作优化全局优化等等。本代码还包括参数估计和模型辨识的相关内容。比如动力学参数的估计,传热参数的估计。
- 2022-03-22 20:25:55下载
- 积分:1
-
sf_mach_asy1
some simulation of dtc coommand my name is belmhel ahmed my tel 0797611456
- 2009-05-24 23:08:24下载
- 积分:1
-
Doublerandomphaseencoding
double random phase encoding is the basic encoding method for optical image encryption and information security
- 2010-03-29 17:28:54下载
- 积分:1
-
PN-code-related
自己写的PN码相关Matlab仿真,希望对大家有帮助。(PN code-related)
- 2010-05-28 10:45:07下载
- 积分:1
-
ofdm123
OFDM系统完美仿真绝对可用包含星座图,时域频域仿真及传输函数(OFDM system is absolutely perfect simulation can include constellation, time domain simulation and frequency domain transfer function)
- 2010-06-02 21:11:05下载
- 积分:1
-
S2
theori jame of mashin elec in matlab mfile
- 2013-08-21 15:55:02下载
- 积分:1
-
RLS3
采用最小二乘法进行参数辨识,模型为三阶模型。(Using the least squares method to identify the parameters, the model for the third-order model.)
- 2020-07-14 15:58:51下载
- 积分:1
-
array
search in array by binary search
- 2013-11-26 15:35:56下载
- 积分:1
-
swcf
function matrix=asciiRead(fileName)
asciiRead: Read an ascii file into a matrix
Usage: matrix=asciiRead(fileName)
Roger Jang, 20041021
if nargin<1, selfdemo return end
fid=fopen(fileName, rb )
content=fread(fid, inf, char )
fclose(fid)
file=tempname
copyfile(fileName, file
- 2010-04-04 20:42:47下载
- 积分:1
-
DIP_Exercise_Final
说明: 给定栅格图象及其变形后的栅格图象,请你首先确定各栅格交叉点的位移,然后采用控制栅格的方法编写实现图象几何校正的程序(A given image and deformed grid raster images, you first determine the displacement of each grid intersection, and then using the control method of preparation of raster image geometric correction procedures to achieve)
- 2011-03-19 09:00:56下载
- 积分:1