代码搜索结果

找到约 2,356 项符合 Measurement 的代码

xfirst.m

function xfirst(a) global DAE if ~a.n, return, end DAE.x(a.alpha) = 0; DAE.x(a.Pm) = 0; idx = find(~a.con(:,7)); if ~isempty(idx) warn(a,idx,'Measurement time constant Tm cannot be 0. Tm = 1e-3 w

xfirst.m

function xfirst(a) global DAE if ~a.n, return, end DAE.x(a.alpha) = 0; DAE.x(a.Pm) = 0; idx = find(~a.con(:,7)); if ~isempty(idx) warn(a,idx,'Measurement time constant Tm cannot be 0. Tm = 1e-3 w

71. f28x bldc3_2:sensorless trapezoidal control of bldc motor.txt

Description Sensorless control of a 3 phase BLDC (Brushless DC) motor using a trapezoidal commutation scheme with BEMF (Back-EMF) measurement obtained via a simple resistor divider. Closed loop curre

67. f28x pmsm3_2:3-phase sensored field oriented control.txt

Sensorless FOC (Field Oriented Control) for a 3 phase PMSM (Permanent magnet synchronous motor) using a "low cost" current measurement method for closed loop torque control. Position estimation is imp

72. f28x dcmotor:speed & position control of brushed dc motor using qep without index.txt

Description Sensored position and speed control for a BDC motor (Brushed DC Motor). Position measurement is implemented using a QEP (Quadrature Encoder) shaft sensor. The H-bridge converter is used t

69. f28x pmsm3_4:sensored position control of pmsm using qep.txt

Description Sensored position control based FOC (Field Oriented Control) for a 3 phase PMSM motor (Permanent Magnet Synchronous Motor). Position measurement is implemented using a QEP (Quadrature Enc

68. f28x pmsm3_3:sensored foc of pmsm using resolver.txt

Description Sensored FOC (Field Oriented Control) for a 3 phase PMSM (Permanent Magnet Synchronous Motor) using a "low cost" current measurement method for closed loop torque control. Position measur

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

66. f28x pmsm3_1:3-phase sensored field oriented control.txt

Sensored FOC (Field Oriented Control) for a 3 phase PMSM (Permanent Magnet Synchronous Motor) using a "low cost" current measurement method for closed loop torque control. Position measurement is impl

add_observation_noise.m

function z= add_observation_noise(z,R, addnoise) %function z= add_observation_noise(z,R, addnoise) % % Add random measurement noise. We assume R is diagonal. if addnoise == 1 len= size(