搜索资源列表
8051
- 8051实现直流电机PMW调速系统 本文所述的直流电机闭环调速系统是以低价位的单片微机8051为核心的,而通过单片机来实现电机调整又有多种途径,相对于其他用硬件或者硬件与软件相结合的方法实现对电机进行调整,采用PWM软件方法来实现的调速过程具有更大的灵活性和更低的成本,它能够充分发挥单片机的效能,对于简易速度控制系统的实现提供了一种有效的途径。而在软件方面,采用PLD算法来确定闭环控制的补偿量也是由数字电路组成的直流电机闭环调速系统所不能及的。曾经也试过用单片机直接产生PWM波形,但其最终效
PI
- proteus下仿真PI控制的电路图和源代码-Proteus simulation under the PI control circuit diagram and source code
AntherDriveofBrushlessDCMotorforElectricMotorcycle
- 单片机为PIC18F252,编程语言为PIC系列C语言。功能为控制电动车无刷直流电机。实现正反转、PI调速、各类保护等功能。根据单片机的特点设计了系统的控制策略:利用PIC单片机的引脚电平中断控制电机的换相,根据霍尔信号输出6路控制信号驱动电机旋转;利用AD转化功能检测手柄电压,实现给定速度检测,保证响应速度;实现电机正反转转换、启动防冲车、欠压重启电压限制等功能;制定了多项电机保护措施,实现了过流保护、过压保护、欠压保护、过热保护等功能-The controlling strategy has
51_DC_motor_PI
- 51直流电机的速度环PI控制速度电流检测部分-51 DC_motor PI
Research-of-PMSM--Control
- 文以永磁同步电机为对象,采用矢量控制方案,首先我们研究了基于PI 的控制算法,在仿真基础上指出了PI 算法存在的一些不足。 在此基础上我们研究了基于扩张状态观测器(ESO)前馈补偿和线性比例反馈控制的永磁同步电机速度环控制算法, -Taking PMSM as the controlled plant, this paper studies the control system based on vector control, first, the servo control s
PI-controller-of-DC-motor
- 直流电机的PI控制过程,利用单片机来实现直流电机控制-DC motor PI control process, the use of single-chip DC motor control
guangdian
- 12光电采集自动寻迹智能车,采用闭环PI控制-The 12 photoelectric acquisition automatic tracing intelligent vehicle, using a closed-loop PI control
L298N-DC-motor-PI
- 基于单片机PI控制直流电机的自动调速系统,包含程序,适合广大的学习者。-Based on single-chip PI control of DC motor speed control system, including procedures for the majority of learners.
DC-motor-speed-control
- 直流电机的速度控制,使用pi算法控制。 附上源代码和protues仿真程序。仅供大家 参考-DC motor speed control using pi control algorithm. Attach source code and protues simulation program. For your reference
PI
- 直流电机的速度控制,使用pi算法控制。 附上源代码和protues仿真程序。仅供大家 参考-DC motor speed control using pi control algorithm. Attach source code and protues simulation program. For your reference
Renesas_ymcrpr8c25_180deg
- 基于瑞萨芯片R25系列的有霍尔无刷直流电机正弦波180度驱动程序。PI速度控制,正弦波调制过程及单片机软件编程风格等值得学习和借鉴。-Based on renesas chip R25 series brushless dc motor with hall of sine wave 180 degrees of the driver. PI speed control, the process of sine wave modulation and single-chip microcomput
SPWM
- PIC单片机PIC16F716,包含PWM调制,AD采样,PI控制算法。-The inverter source code,include PWM,AD and PI control algorithm.
electricityLOAD
- 是我毕业设计的源程序,采用凌阳61单片机为核心芯片的一个电子负载的设计,含有按键,液晶显示,AD采样,DA转换。并采用了PI控制技术。-Is my graduation project source code, using Sunplus 61 MCU design an electronic load core chip, containing buttons, LCD, AD sampling, DA conversion. And using the PI control technolo
STM32-PID
- stm32 的PI增量式调节 控制 pwm-The incremental PI regulator control pwm stm32
xs128智能车简单模糊控制算法
- 使用飞思卡尔xs128芯片,并且通过简单模糊算法结合PI算法控制小车流畅跑完全程
BDLC
- 基于AVR单片机控制的直流无刷电机,主要完成位置传感器信号的采集,电动机换相信号的输出,电动机转速的测量,以及数字PWM调速信号的输出,电流的采集等功能。并通过软件编程实现速度的PI调节,构成电动机转速闭环控制系统-Brushless DC motor based on AVR single chip microcomputer control,Mainly completes the position sensor signal acquisition, the motor commutati
ZILIUDIANJI-SUDUHUAN
- 直流电机速度环,PI控制,+速度电流检测部分786-DC motor velocity loop, PI control+ speed current detecting section 786
PI
- ad采集转角位置信号,反馈给单片机,通过PI控制电机转动(PI control motor speed)
solar
- 太阳能电池控制系统,有PI控制器,具有最大功率点跟踪控制(A solar cell control system with a PI controller with maximum power point tracking control)
永磁同步电机调速系统
- 相比于传统使用的电机,永磁同步电动机(PMSM)具有着比较高的工作效率、比较高的力矩惯量比、比较高的能量密度和环保节能等优越特性,所以对永磁同步电机进行控制调速方面的研究有着相当重要的意义。我们设定电机转速初始值作为给定值,然后与反馈的实际值进行比较,得到的差值输入PI控制器进行控制,得到交轴电流。同时三相绕组输出的电流经过clarke变换和park变化得到电流的实际值,分别与给定值进行比较,将比较后的值再进行park转换,得到的结果经过SVPWM技术调制之后输入到逆变器,继而可以驱动三相电机。