代码搜索结果
找到约 7,992 项符合
Motor 的代码
hardware.h
// This file contins details of the hardware for the project
// PCB : dsPIC30F Motor Control Development PCB
// This is the clock frequency in Hz including any PLL factor
#define CLOCK_FREQ 73780
61. f28xx aci3_1:three phase aci control with constant v/h.txt
Variable speed controlled 3 phase AC induction motor using a Volts / Hz control scheme together with a Space vector PWM modulation technique. "Tacho" based shaft speed measurement implemented using on
ex11_3.m
% Example 11.3
clc
clear
% Motor parameters
Rf = 109;
Ra = 0.084;
Kf = 0.694;
% Constant field voltage
Vf = 300;
% Resulting field current
If = Vf/Rf;
% Rated speed in rad/sec
om
m1o.m
% M file for Project 1 on induction motor drive
% with open loop control in Chapter 9
% It sets the machine parameters and also plots the simulated
% results when used in conjunction with s1open.m
61. f28x aci3_1:three phase aci control with constant v/hz.txt
Variable speed controlled 3 phase AC induction motor using a Volts / Hz control scheme together with a Space vector PWM modulation technique. "Tacho" based shaft speed measurement implemented using on
hardware.h
// This file contins details of the hardware for the project
// PCB : dsPIC30F Motor Control Development PCB 02-01648 REVB
// This is the clock frequency in Hz including any PLL factor
#define CL
m1o.m
% M file for Project 1 on induction motor drive
% with open loop control in Chapter 9
% It sets the machine parameters and also plots the simulated
% results when used in conjunction with s1open.m
m1o.m
% M file for Project 1 on induction motor drive
% with open loop control in Chapter 9
% It sets the machine parameters and also plots the simulated
% results when used in conjunction with s1open.m
lab4.c
/*
Lab4 is the exercise needed to spin a sensored BLDC motor.
The task consists of the following:
Sense changes in the Hall Sensors connected to CN4,5 & 6 (PortB)
During the CNInterrupt, read the
lab4.c
/*
Lab4 is the exercise needed to spin a sensored BLDC motor.
The task consists of the following:
Sense changes in the Hall Sensors connected to CN4,5 & 6 (PortB)
During the CNInterrupt, read the