代码搜索:SPWM控制
找到约 10,000 项符合「SPWM控制」的源代码
代码结果 10,000
www.eeworm.com/read/410102/11301994
doc 采样spwm程序.doc
www.eeworm.com/read/406212/11447723
doc 采样spwm程序.doc
www.eeworm.com/read/403327/11518983
pwi pic_spwm.pwi
www.eeworm.com/read/403327/11518984
dsn pic_spwm.dsn
www.eeworm.com/read/347726/11641335
mdl double_spwm.mdl
Model {
Name "double_spwm"
Version 6.0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVersion "1.6"
www.eeworm.com/read/258426/11865012
mdl spwm_xiazai.mdl
Model {
Name "spwm"
Version 6.1
MdlSubVersion 0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVersio
www.eeworm.com/read/340327/12166104
c spwm3.c
//实现了SPWM的输出
#include "DSP281x_Device.h"
#include "stdio.h"
#include "math.h"
#include "float.h"
#define NX 404
#define PI 3.1415925
float M=0.8;
int k0=0,h1=0;
double a[NX];
void zkb();
i
www.eeworm.com/read/338801/12281790
doc 采样spwm程序.doc
www.eeworm.com/read/148862/12419595
h spwm_isr.h
#ifndef __SPWM_ISR_h__
#define __SPWM_ISR_h__
// write your header here
#define STOP 1 //电机当前在停止状态
#define MOTO_Start 2 //电机在启动过程中
#define RUN_UP 3 //电机正在加速
#define RUN 4 /
www.eeworm.com/read/148862/12419596