刘金琨《智能控制》书本的所有源程序,matlab编程,希望大家有用。
Liu Jinkun Intelligent Control Source Code
相关推荐
PID-Control-Development-and-Intelligent-Systems
回顾了PID控制器的发展历程,重点介绍了基于专家系统、模糊控制和神经网络的智能PID控制器的研究概况,并对今后的PID控制发展进行了展望。这些信息对我们理解PID控制技术及其改进具有重要帮助。
Matlab
0
2024-11-04
ManHanLou_Source_Code_HanShunPing
满汉楼源代码_韩顺平 是一个与IT领域中软件开发相关的主题,尤其适合初学者或希望深入了解编程实践的个人。以下是该项目涵盖的关键知识点: 1. 编程语言:源代码可能使用Java、Python、C++等语言,帮助学习语法、结构及最佳实践。 2. 软件架构:模拟餐厅运营,包含顾客管理、菜单管理、订单处理、库存控制等模块,重要的设计学习。 3. 数据库管理:存储数据如菜品、顾客及订单历史,涉及数据库设计和SQL查询。 4. 用户界面:用户友好的图形界面,涉及前端开发和API设计。 5. 异常处理:良好的源代码包含错误检测机制,确保程序的稳定性。 6. 版本控制:使用Git等工具跟踪代码更改,重要于团队协作。 7. 软件测试:包含单元测试或集成测试,保证功能正确性。 8. 设计模式:应用设计模式提高代码可读性和可维护性。 9. 面向对象编程:体现类设计、继承、封装和多态等概念。 10. 软件工程原则:遵循DRY和KISS原则,提升代码理解和维护性。通过深入研究满汉楼源代码_韩顺平,开发者能够获得丰富的编程知识。
SQLServer
0
2024-10-31
MBeautifier MATLAB Source Code Formatter and Beautifier
MBeautifier: MBeautifier是MATLAB源代码格式化程序,beautifier。它可以直接在MATLAB编辑器中使用,并且是可配置的。
Matlab
0
2024-11-06
AP Clustering Algorithm Source Code in MATLAB
AP聚类算法的源代码,基于MATLAB程序,有较详细解说。此代码实现了基于聚类的方法,通过图的结构和相似度计算,进行有效的数据分组。
Matlab
0
2024-11-03
Fingerprint Recognition Source Code(MATLAB Version)
Fingerprint Recognition Source Code - MATLAB Version
This source code implements fingerprint recognition using MATLAB. The code includes several stages such as image preprocessing, feature extraction, and matching. The provided fingerprint images are used as input for the system.
Main Features:
Image Preprocessing: Enhances fingerprint image quality for better recognition accuracy.
Feature Extraction: Identifies distinctive features of the fingerprint like minutiae points.
Matching Algorithm: Compares fingerprints to find similarities.
Included in the package are fingerprint images used for testing the algorithm.
Image Example: The fingerprint images provided show the original and processed versions of the input data, helping users visualize the recognition process.
Matlab
0
2024-11-06
Chaos Optimization Algorithm MATLAB Source Code
Here is the Chaos Optimization Algorithm implementation in MATLAB. This source code allows you to utilize chaotic optimization techniques to solve various optimization problems. It involves generating chaotic sequences and using them to find the optimal solutions more effectively than traditional methods. The code is designed to work with multiple test functions and can be customized for specific optimization tasks.
Matlab
0
2024-11-06
PMSM_Motor_Dual_Loop_Control_Design_Recommendation_Liu_Motor_FOC.mdl
PMSM电机双闭环设计推荐 - liu_motor_foc.mdl
本帖最后由 liufalf 于 2015-4-8 13:54 编辑。基于永磁同步电机的矢量控制原理,利用 MATLAB 仿真工具,建立了系统的仿真模型。根据模块化建模思想,将控制系统分割为各个功能独立的子模块,其中主要包括:坐标变换模块、SVPWM模块、逆变器模块。通过这些功能模块的有机整合,可以在 MATLAB/SIMULINK 中搭建出永磁同步电机控制系统的仿真模型,实现永磁同步电机矢量控制。
PMSM建模.jpg
Matlab
0
2024-11-06
Access Bible 2007 English Version Source Code
Access Bible 2007 English version source code, installation required.
Access
0
2024-08-25
DFT MATLAB Source Code Goertzel Algorithm for DSP
Goertzel算法是数字信号处理(DSP)中的一项技术,为有效评估离散傅里叶变换(DFT)的各个项提供了一种方法。我创建了一个具有多个频率f0,f1和f2的正弦波,并加了一些白噪声。之后,我将Goertzel功能应用于嘈杂的信号,计算了每个频率的检测概率,并绘制了平均概率与检测到的所有频率的关系图。
Matlab
0
2024-11-02