代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/145158/12748086
m imssdqsa.m
% Induction machine steady-state characteristics
% derived from the dq formulation
% (per-unit representation)
% unbalanced case
figure('Units','pixels', ...
'Color',[0.8
www.eeworm.com/read/145158/12748089
m smphasor2.m
% Steady-state characteristics of a synchronous machine
%DATA
V=eval(get(hV,'String'));
E=eval(get(hE,'String'));
X=eval(get(hX,'String'));
P=eval(get(hP,'String'));
%
load('er');
if P==0
www.eeworm.com/read/145158/12748184
m squirrelmovie1.m
% squirrel-cage machine picture
clc,clear,close all
figure('units','normalized','numbertitle','off','name','AC MACHINE','menubar','none','units','normalized',...
'position',[0.1 .1 .8 .8]);
www.eeworm.com/read/145158/12748197
m imssdqka.m
% Induction machine steady-state characteristics
% derived from the dq formulation
% (per-unit representation)
% balanced case
h0 = figure('Units','pixels', ...
'Color',[0
www.eeworm.com/read/145158/12748217
m imparam3.m
% creates figure for setting parameters of the induction motor
clear,close all,clc
h0 = figure('Units','pixels', ...
'Color',[0.8 0.8 0.8], ...
'Name','Induction Motor Parameters',...
'
www.eeworm.com/read/145158/12748293
m rotwavesa1.m
%rotwavesA.m TRAVELING WAVES in AC MACHINES
clc,clear,close all
inf(1)={' SPACE VECTORS IN A BALANCED THREE-PHASE SYSTEM '};
inf(2)={' Space vector represe
www.eeworm.com/read/145158/12748353
m squirrel3.m
% squirrel-cage induction machine picture
clc,clear,
dir=[0 0 1];e=0;
q=0:pi/20:2*pi;
z1=ones(size(q));
lv=[cos(60*pi/180),cos(90*pi/180),cos(120*pi/180)];
figure('units','normalized','number
www.eeworm.com/read/145158/12748412
m imwavesa.m
% IMwaves
clc,clear,close all
inf(1)={' SPACE VECTORS IN AC MACHINES '};
inf(2)={' [Balanced sinusoidal steady state]'};
inf(3)={' This demo animates
www.eeworm.com/read/145158/12748416
m rotwavesb1.m
% space vectors in balanced three-phase systems
warning off
c=eval(get(hcy,'string'));
%m=get(hc1,'value')
theta=0;a=2*pi/3;%m=120;
%avialt=avifile('rot0.avi','compression','cinepak');
%figur
www.eeworm.com/read/145158/12748480
m smphasor8.m
% sm phasor diagram
L=length(t);
Ifd=iff(L); Ifq=0;
Efd=0; Efq=Lmd*iff(L);
Id=i(L,1); Iq=i(L,2); I=Id+j*Iq;
Vd=v(L,1); Vq=v(L,2); V=Vd+j*Vq;
VILq=-(Ra+Lq*j)*I; Vqp=V+VILq;; Vqpd=real(Vq