搜索资源列表
Sensorless_direct_torque_control_of_an_induction_m
- 感应电机的无传感器直接转矩控制技术(DTC)。控制电机的很好的方法-Induction motor sensorless direct torque control technology (DTC). Very good motor control method
APITypeFuzzyneuralNetworkControllerforInductionMo
- A PI Type Fuzzy-neural Network Controller for Induction Motor Drives
gaopinzhurufa
- 用高频信号注入法进行永磁同步电机速度估计-High frequency signal injection method of permanent magnet synchronous motor speed estimation
42I15-IJAET0715661_v6_iss3_1390to1398
- ITS matlab code running explanation of motor and clearly gave the characteristics
Simulink-DC-motor-speed
- 基于Matlab-Simulink仿真的双闭环直流调速系统的设计与研究 如题,设计要求、设计公式及计算过程比较清晰,格式也是按照标准设置的,正文限于公式编辑的格式,排版不是太完美-Design and Research of Matlab-Simulink simulation of double-loop DC speed control system, such as the title, design requirements, design formulas and calculatio
266-A-Variable-Incremental-Conductance-MPPT-Imple
- The use of solar energy as a source for pumping water is one of the promising areas in the photovoltaic (PV) application. The energy of photovoltaic pumping systems (PVPS) can be widely improved by employing an MPPT algorithm. This will lead conseque
Motor Control with MATLAB using Arduino Uno
- Motor Control with MATLAB using Arduino Uno for students. Code below: clearvars a = arduino('com31', 'uno', 'Libraries', 'Servo'); s = servo(a, 'D4'); %flag = 1; %while flag for angle = 0:0.1:1 writePosition(s, angle); current_pos = readPositi
永磁同步电机控制
- 永磁同步电机(Permanent Magnet Synchronous Motor,简称PMSM)其转子采用高性能的稀土永磁材料,使得电机尺寸减小;由于发热主体在定子侧,散热也比较容易。这些优点使得永磁同步交流伺服系统已成为现代伺服系统的主流。首先通过建立交流永磁同步电机系统的数学模型,并对转子磁链定向矢量控制、空间矢量PWM波形的产生、电流回路和速度回路的调节等控制方法进行了Matlab仿真研究,验证了这些实现方法的可行性,为实际系统的实现和调试提供了理论依据。