资源列表
车牌识别系统MATLAB源代码完整
- clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_
autonavigator
- Auto navigator for matlab
AutonomousNavigation
- Autonomous navigation matlab
different-selection
- PID Control with different selection
PID_approximate derivative
- PID control with approximate derivative
Ziegler-Nichols
- ziegler algorithm program
ZN_tuning
- P, PI, and PID tuning using ZN
computerexploration
- the answer of the computer exploration of signal and system in matlab, chapter 7
神经网络自动跑马里奥
- 利用神经网络学习跑马里奥,脚本源码是NEAT.lua,已经整合在一起 测试方法:打开模拟器EmuHawk.exe,载入游戏,进入游戏后保存(save state),进入目录\SNES\State,找到刚才保存的文件,重命名为DP1.state,把这个文件复制到LUA文件夹和模拟器文件夹下,运行脚本就可以了. 哔哩哔哩上有作者的演示视频,搜索MarI/O(Use neural networks to learn how to run Mario)
nnrbf
- pid控制,RBF网络,通过神经网络来对PID的参数进行整定优化。(PID control, RBF network.The parameters of PID are optimized by neural network.)
chap10
- 遗传算法优化PID控制器或者PD控制器,其中有三个不同的例子可供学习。(The genetic algorithm optimizes the PID controller or the PD controller, in which there are three different examples for learning.)
chap11
- 伺服系统PID控制。有基于不同摩擦模型的PID控制,有伺服系统三环的PID控制,有数字前馈控制。(Servo system, PID control. There is a PID control based on different friction models. The servo system has three ring PID control, and there are digital feedforward control.)
