1 Star 10 Fork 14

GuanGuan / 无感浮点FOC开源库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
FocComponentsSvpwm.h 478 Bytes
一键复制 编辑 原始数据 按行查看 历史
GuanGuan 提交于 2023-06-21 07:45 . V1.0.0
#ifndef _SVPWM_H
#define _SVPWM_H
#include "FocDataBase.h"
#define SVPWM_COMPUTATIONAL_SECTOR 0
#define SVPWM_COMPUTATIONAL_HARMONIC 1
#define SVPWM_COMPUTATIONAL_METHOD SVPWM_COMPUTATIONAL_HARMONIC
typedef struct
{
float vd,vq;
float ta,tb,tc;
float sector;
float vAlpha,vBeta;
float tx,ty;
float tAlpha,tBeta;
float vBus;
float sin_cos[2];
}ComponentsSvpwm_t;
void SvpwmStep(ComponentsSvpwm_t *pHandle);
void SvpwmTest(void);
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/guanmingweiabc/foc_float.git
git@gitee.com:guanmingweiabc/foc_float.git
guanmingweiabc
foc_float
无感浮点FOC开源库
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891