资源简介
永磁同步电机矢量控制仿真模型,matlab r2007版本。电机模型为m文件编写。速度、和电流的双闭环控制。
代码片段和文件信息
function[ sys x0 str ts]=PMSMdq(txuflagparametersx0_in)
%PMSM model. %parameters;
%ldlq:inductance in dp reference of frame
%r:stater resistance
%psi_f:flux in webers by PM on rotor
%p:number of pole pairs
%j:inertia of motor and load
%mu_f:viscous friction %inputs:
%uduq:voltages in dp reference of frame
%tl:torque of load %inner variants:
%idiq currents in dp reference of frame
%uduq:voltage int dp reference of frame
%wr:angular velocity of the rotor
%te:electronmagnetic torque
%theta: position of rotor %outputs:
%wr:angular velocity of the rotor
%te:electronmagnetic torque
%idiq currents in dp reference of frame
%theta :position of rotor
%----------------------------
%u(1 2 3)=
%ud uq tl
%parameters (1 2 3 4 5 6 7)=
% ld lq r psi_f p j mu_f
%sys(1 2 3 4 5 )=
% wr te id iq theta
%x(1 2 3 4 )=
% id iq wr theta
switch flag
case 0
[sys x0 str ts]=mdlInitializeSizes(x0
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 70570 2015-11-06 19:45 PMSM_FOC\PMSM_FOC.mdl
文件 4549 2015-11-06 19:14 PMSM_FOC\PMSMdq.m
目录 0 2015-12-02 12:42 PMSM_FOC\
- 上一篇:跳频信号产生MATLAB程序
- 下一篇:matlab 心电信号去噪算法
相关资源
- zw_MATLAB应用精讲:图像处理与GUI设计
- MATLAB控制系统仿真与详解 夏玮
- matlab神经网络30例电子书+源代码
- Matlab图像处理-图像去噪边缘增强
- EEG脑电处理matlab工具包-eeglab
- 《卡尔曼滤波原理及应用-MATLAB仿真》
- 贝叶斯抠图算法matlab实现
- 基于BP神经网络的验证码识别matlab
- 杜勇-数字通信同步技术的MATLAB与FPG
- 数值分析及其Matlab实现
- DSP程序开发:MATLAB调试及直接目标代
- MATLAB优化算法案例分析与应用进阶篇
- DPM算法实现:voc-release5(Win7+matlab20
- 基于稀疏表示和正则化的图像超分辨
- 0积分 系统辨识与自适应控制MATLAB仿真
- 图像处理matlab道路小车跟踪
- 全面详解LTE MATLAB建模、仿真与实现
- adaboost 的matlab代码
- 《信号与系统》MATLAB教程.pdf
- 卷积神经网络完成程序matlab.zip
- matlab图像检索
- 卷积神经网络经典代码
- 现代通信系统第二版MATLAB版) 包括全
- 卡尔曼滤波 Matlab程序
- 稀疏编码matlab 教程
- 系统辨识资料大全(matlab系统辨识工
- 化学计量学方法及MATLAB实现
- MATLAB Neural Network Toolbox官方教程
- Inverse Synthetic Aperture Radar Imaging with
- matlab GUI设计
评论
共有 条评论