📄 sigckt.m
字号:
%menu for signals and circuits
clear,close all
k=menu('SELECT DEMO:',...
'Transients in an RLC series circuit',...
'PID controller design using Ziegler-Nichols method',...
'RLC switched circuit at zero current',...
'ON-off breaking in an RLC circuit',...
'Fourier series decomposition of typical periodic signals',...
'Switch-mode inverter',...
'3-phase sinusoidal pulse-width modulation',...
'Space vector pulse-width modulation',...
'Switch-mode dc-dc converters feeding an R,L,E circuit',...
'Fourier decomposition of a sinusoidal pwm signal',...
'Waves and space vectors in AC machines',...
'Traveling waves in AC machines under sinusoidal excitation',...
'Variable-amplitude variable-frequency three-phase sinusoidal signals',...
'Definition of space vectors',...
'Space vector representation of a three-phase signal',...
'Nonlinear inductor model',...
'Saturable inductor',...
'Transformer excitation buildup',...
'Single-phase rectifier circuit',...
'Single pulse rectifier circuit',...
'Steady-state characteristics of an electromechanical actuator',...
'Transient operation of an electromechanical actuator',...
'Close');
k1=num2str(k);
switch k1
case '1', ctrlc0;
case '2', pidex0;
case '3', ctrlc1b;
case '4', ctrlc2;
case '5', fourier0;
case '6', switchinv;
case '7', pwm3;
case '8', svpwm3;
case '9', dc2dc;
case '10', fourier2;
case '11', wavesA;
case '12', travelwavesA;
case '13', dqtransform;
case '14', spacevec3;
case '15', spacevec1;
case '16', indnl0;
case '17', satreactor;
case '18', trsf1;
case '19', rec1;
case '20', rec2;
case '21', actss;
case '22', actuator1;
case '23',clc,close all,clear, break;
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -