⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aci3_4.h

📁 这是ti公司的一个重要的技术文档源码! 三相异步电机无速度传感器直接磁场定向控制! 主要是用于F2812
💻 H
字号:
/* ==============================================================================
System Name:  ACI34

File Name:	ACI3_4.H

Description:	Primary system header file for the Real Implementation of Sensorless Direct 
          		Field Orientation Control for a Three Phase AC Induction Motor. 

Originator:		Digital control systems Group - Texas Instruments

=====================================================================================
 History:
-------------------------------------------------------------------------------------
 05-15-2002	Release	Rev 1.0
=================================================================================  */

#ifndef ACI3_4_H
#define ACI3_4_H

/*-------------------------------------------------------------------------------
Next, Include project specific include files.
-------------------------------------------------------------------------------*/
#include "aci_fe.h"        		/* Include header for the ACIFE object */
#include "aci_fe_const.h"   	/* Include header for the ACIFE_CONST object */
#include "aci_se.h"        		/* Include header for the ACISE object */
#include "aci_se_const.h"   	/* Include header for the ACISE_CONST object */

#include "park.h"       		/* Include header for the PARK object */
#include "ipark.h"       		/* Include header for the IPARK object */
#include "pid_reg3.h"       	/* Include header for the PIDREG3 object */
#include "clarke.h"         	/* Include header for the CLARKE object */
#include "svgen_dq.h"       	/* Include header for the SVGENDQ object */
#include "speed_pr.h"			/* Include header for the SPEED_MEAS_CAP object */
#include "rampgen.h"        	/* Include header for RAMPGEN object */
#include "rmp_cntl.h"       	/* Include header for RMPCNTL object */
#include "volt_calc.h"      	/* Include header for PHASEVOLTAGE object */

#include "f28x_en.h"        	/* Include header for DRIVE object */
#include "f28xcap.h"        	/* Include header for the CAPTURE object */
#include "f28xileg_vdc.h"      	/* Include header for ILEG2DCBUSMEAS object */
#include "f28xpwm.h"        	/* Include header for the PWMGEN object */
#include "f28xpwmdac.h"			/* Include header for the PWMDAC object */

#endif   // end of ACI3_4.H definition

//===========================================================================
// No more.
//===========================================================================

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -