Feedback Control Systems MATLAB Implementation and Control System Toolbox
书名:《反馈控制问题:使用MATLAB及其控制系统工具箱》作者:【美】迪安.K.弗雷德里克、乔.H.周、张彦斌译、韩崇昭审校出版社:西安交通大学出版社ISBN:7-5605-1429-4
介绍:本书基本上与自控教材对应,主要讲MATLAB实现。如果你是个动手实干的人,那么本书适合你。书中内容涵盖了:- 传递函数、基于传递函数的各种响应- 方框图、状态空间模型- 根轨迹、频域分析、系统性能分析- PID控制、频率响应设计、状态空间设计
书中的内容侧重于通过MATLAB进行实现,理论部分并不多。
Matlab
0
2024-11-06
F16_Simulink_Modeling
飞机常用F16开源数据在MATLAB/Simulink中建模,很多课程中都会用到。
Matlab
0
2024-11-05
Matlab_Single_Axis_Inverted_Pendulum_Control_System
基于Matlab的单轴倒立摆控制系统
需要自取,本人原创
Matlab
0
2024-11-05
Simulink Modeling of Single-Phase SPWM Inverter MATLAB Development
The Single-Phase SPWM Inverter is modeled using Simulink. This approach is particularly easy for beginners to understand and implement. By using Simulink, users can create a single-phase SPWM inverter that simulates the pulse-width modulation (PWM) technique for controlling the inverter's output voltage and frequency. The simple block diagram in Simulink allows for clear visualization of the inverter’s working and its real-time simulation, making it an excellent tool for learning and experimenting with SPWM inverter designs.
Matlab
0
2024-11-06
Simulink_QAM_System_Design
Simulink 的 QAM 包括 调制解调 和 载波调制解调 的一整套系统,能够实现信号的发送和接收过程。通过 QAM 技术,系统能够同时传输多个信息流,提高频谱利用效率。其工作流程涉及到 调制 和 解调 两个关键步骤,通常用于高效的数字通信系统中。
Matlab
0
2024-11-06
Fuzzy Adaptive PID Control for Inverted Pendulum in Simulink
模糊自适应PID单级旋转倒立摆稳定控制Simulink
Matlab
0
2024-11-04
MATLAB_Convolution_Symbolic_Math
在MATLAB中进行卷积操作时,可以使用符号数学工具箱来处理复杂的函数卷积。此方法允许用户对函数进行符号运算,从而得到更精确的数学表达式和结果。通过符号卷积,用户可以探索卷积定理和相关性质,进而加深对信号处理的理解。
Matlab
0
2024-11-01
VAD Function in MATLAB Code-pyBK Speaker Differentiation Python System Based on Binary Key Modeling
The vad function MATLAB code for pyBK implements speaker differentiation on a list of audio files by performing speaker binarization (speech segmentation and clustering in multi-speaker scenarios). The system utilizes a binary key background model (KBM), which is trained on conference data, eliminating the need for external training datasets. This results in a system that is easy to operate and adjust for speaker differentiation tasks. Additionally, the implementation includes useful features for the speaker digitization system pipeline. The code was developed and tested in Python 3.6 using conda, relying on common packages for audio processing, feature extraction, and speech activity detection. Installation steps:1. $ conda create -n pyBK python=3.62. $ source activate pyBK3. $ conda install numpy4. $ conda install -c conda-forge librosa5. $ pip install webrtcvad6. $ git clone h...
Matlab
0
2024-11-05
Electric Motor Speed Control Inverter Speed Regulation System and MATLAB Simulation of Induction Motor Model
在电动机转速控制领域,电力电子技术和MATLAB工具广泛应用于异步电动机的变频调速系统中。通过MATLAB仿真,可以精准地模拟电机的运行状态,优化电机转速控制策略。异步电动机变频调速系统利用变频器调节电源频率,从而实现电机转速的无级调节和精确控制。通过仿真模型,用户可以方便地测试不同频率和负载条件下的电机性能,分析其动态响应、稳态特性和控制效果。
Matlab
0
2024-11-05