搜索资源列表
svpwm(full)
- svpwm空间电压矢量控制的核心算法,用于电机控制-svpwm space vector control algorithm for motor control
SVPWM
- 基于TMS320LF2407A的交流电机开环控制的SVPWM(软件法)程序
SVPWM
- 这是一个对电机进行SVPWM调速控制的VHDL源代码程序,包括了rtl主程序和测试sim仿真程序
三相异步电机SVPWM(硬件法)
- TI公司的TMS320LF2407A DSP含有硬件实现SVPWM的功能。通过对硬件的正确设置可以产生电压空间矢量PWM波,从而简化控制程序-TI's TMS320LF2407A DSP hardware containing SVPWM function. Right through the correct hardware installed can create space vector PWM voltage wave, thus simplifying control proc
dsp 2407 svpwm 源码
- 用于DSP控制电机的SVPWM程序
svpwm 个人编写的C程序
- 电机控制程序,矢量控制,svpwm 个人编写的C程序
svpwm(2812程序)
- DSP2812电机控制程序(svpwm)
F2812_SPWM.rar
- 2812的SPWM程序 基于2812的交流电机SPWM开环调速 以下代码为SPWM开环控制的核心代码,在50HZ交流异步电机调试通过。,2812 SPWM chengxu design hope with you . SPWM Intended for product evaluation purposes DSP28_Example.c
motor_dsp3auto.rar
- 利用DSPIC30F3011控制永磁同步电机 是大家可用的程序,PID控制速度,ADC调速 改进的SVPWM,,DSPIC30F3011 control the use of permanent magnet synchronous motor is available procedures, PID control speed, ADC speed improved SVPWM,
svpwm.rar
- svpwm实现,可用于电机控制以及电压逆变,SVPWM realized, can be used for motor control and inverter voltage
svpwm
- svpwm 5段式 7段式 用于电机矢量控制方面-svpwm 5-stage 7-segment for motor vector control
SVPWM
- 基于dsPIC芯片的三相异步电机SVPWM算法设计-DsPIC chip based on three-phase asynchronous motor SVPWM Algorithm
svpwm.asm
- DSP2407控制同步伺服电机控制汇编程序-DSP2407 control of synchronous servo motor control assembler
svpwm
- 上海交通大学电气工程系DSP实践2009年示例程序,基于带低频补偿的恒压频比SVPWM开环电机调速系统程序,使用可调电阻与液晶作为人机界面。该程序在IGBT逆变桥上测试通过。开发使用MPLAB 8.30,调试使用I.C.E.-Electrical Engineering Department of Shanghai Jiaotong University in 2009 the practice of DSP sample procedures, with low-frequency-based
SVPWM
- 电机控制包括电流环速度环 SVPWM motor-Motor control including the current loop speed loop SVPWM
dsp2812-svpwm
- 产生用于电机控制和有源逆变的空间电压矢量-Produce active inverter for motor control and the space voltage vector
SVPWM
- 直流无刷电机空间电压矢量变换SVPWM矢量控制参考例程,(Motor SVPWM vector control reference routines)
TI给的SVPWM原理及编程实现(DQ)
- SVPWM的原理以及实现方法,收益匪浅,入门级别资料,对研究SVPWM电机控制有很大帮助(The principle and implementation method of SVPWM, benefit bandit shallow, entry-level materials, are of great help to the study of SVPWM motor control)
svpwm源程序
- 实现电机的svpwm控制,通过修改可用于三相交流电机和永磁同步电机(The SVPWM control of motor can be realized by modifying the three phase AC motor He Yongci synchronous motor.)
永磁同步电机调速系统
- 相比于传统使用的电机,永磁同步电动机(PMSM)具有着比较高的工作效率、比较高的力矩惯量比、比较高的能量密度和环保节能等优越特性,所以对永磁同步电机进行控制调速方面的研究有着相当重要的意义。我们设定电机转速初始值作为给定值,然后与反馈的实际值进行比较,得到的差值输入PI控制器进行控制,得到交轴电流。同时三相绕组输出的电流经过clarke变换和park变化得到电流的实际值,分别与给定值进行比较,将比较后的值再进行park转换,得到的结果经过SVPWM技术调制之后输入到逆变器,继而可以驱动三相电机。