-
CHAPTER9
数字PID的matlab仿真程序,针对刘金琨的先进PID控制的matlab仿真,里面的部分程序进行了修改 第九章(Digital PID of matlab simulation program for Liu Jinkun matlab advanced PID control simulation, which part of the program were modified IX)
- 2011-04-22 21:20:07下载
- 积分:1
-
lvboqishejicanshu
滤波器阶数固定时,代价函数和信噪比之间的关系 信噪比固定时,代价函数和滤波器长度之间的关系(order filter fixed, cost function and the relationship between the signal-to-noise ratio signal-to-noise ratio fixed, Filters cost function and the relationship between length)
- 2006-11-24 22:22:57下载
- 积分:1
-
test3
利用matlab实现hog特征提取与SVM分类方法 用来识别人车与背景(Using matlab nonlinear SVM classification feature extraction and HOG achieve background test vehicles)
- 2016-01-09 14:33:57下载
- 积分:1
-
14
案例为运用最优控制理论,实现对汽车自动控制。运用matlab、simulink仿真实现。(Case for the use of optimal control theory, to achieve automatic control of the car. Using matlab, simulink simulation.)
- 2013-09-29 17:18:45下载
- 积分:1
-
实现一
用于遗传算法的工具包,可自行修改适应度函数后使用。(The toolkit for genetic algorithm can be used after self-modifying the fitness function.)
- 2020-06-20 11:00:02下载
- 积分:1
-
ASTOOLSmatlabsatools
说明: matlab 功能工具
matlab 功能工具(matlab functions matlab function tool tool)
- 2008-11-19 14:03:11下载
- 积分:1
-
TSP_tabu
This project includes solving of TSP with Tabu Search Algorithm. It has been codded for final term project
- 2014-01-10 07:41:56下载
- 积分:1
-
libsvm-3.18
此文件为MATLAB SVM工具箱,在使用支持向量机之前必须安装此工具箱,才能正常使用SVM的功能函数等文件。(This file is a MATLAB SVM toolkit. This toolkit must be installed before using the SVM in order to use SVM function functions and other files normally.)
- 2018-04-06 21:53:36下载
- 积分:1
-
matlab
研究生数值分析课程的matlab的算法的讲义,适合科研人员使用。(Numberal Analysis based on matlab.)
- 2011-01-05 15:42:23下载
- 积分:1
-
nccmp
比较两个netcdf文件
1。通过添加内部ind2sub1函数remove函数依赖第三方
2。格式化文本(Description NCCMP compares two netcdf files and prints the differences. This function is useful for testing mathematical forecasting or prediction models.
USAGE:
NCCMP(ncfile1,ncfile2)
NCCMP(ncfile1,ncfile2,tolerance,forceCompare)
INPUT:
ncfile1- name of the NetCDF file to compare
ncfile2- name of the NetCDF file to compare
tolerance- Compare numeric data using a tolerance threshold
forceCompare- if false, exit when first difference is found
true: continues to process all variables
EXAMPLES:
nccmp( old.nc , new.nc ,0.000001)
nccmp( old.nc , new.nc ,[],true)
FEATURES:
1. Print the differences and their locations
2. Exits when first difference is found or optionally continues to process all variables
3. User defined tolerance threshold to compare the variables
TO DO:
1. Specific variable inclusion or exclusion
2. Specific attribute inclusion or exclusion
3. Option to ignore the history attribute
4. Ignore difference between v)
- 2014-09-16 13:34:49下载
- 积分:1