代码搜索:ESS
找到约 2,104 项符合「ESS」的源代码
代码结果 2,104
www.eeworm.com/read/197131/8027156
m 7.7.m
%
% FUNCTION 7.7 : "cp0702_bandwidth"
%
% Evaluates the bandwidth of the input 'signal' with
% sampling rate 'dt'
% Bandwidth is evaluated accoring to the given 'threshold'
% (in dB)
% 'BW' is
www.eeworm.com/read/240990/13180553
m cp0702_bandwidth.m
%
% FUNCTION 7.7 : "cp0702_bandwidth"
%
% Evaluates the bandwidth of the input 'signal' with
% sampling rate 'dt'
% Bandwidth is evaluated according to the given 'threshold'
% (in dB)
% 'BW' is
www.eeworm.com/read/320705/13419762
m cp0702_bandwidth.m
%
% FUNCTION 7.7 : "cp0702_bandwidth"
%
% Evaluates the bandwidth of the input 'signal' with
% sampling rate 'dt'
% Bandwidth is evaluated according to the given 'threshold'
% (in dB)
% 'BW' is
www.eeworm.com/read/118033/6099664
asl esstuff.asl
//**********************************************************************;
// *****************************************************************;
// *******************************************
www.eeworm.com/read/118033/6099668
asl esstuff.asl
//**********************************************************************;
// *****************************************************************;
// *******************************************
www.eeworm.com/read/485265/6556943
m cp0702_bandwidth.m
%
% FUNCTION 7.7 : "cp0702_bandwidth"
%
% Evaluates the bandwidth of the input 'signal' with
% sampling rate 'dt'
% Bandwidth is evaluated according to the given 'threshold'
% (in dB)
% 'BW' is
www.eeworm.com/read/155919/11838401
m cp0702_bandwidth.m
%
% FUNCTION 7.7 : "cp0702_bandwidth"
%
% Evaluates the bandwidth of the input 'signal' with
% sampling rate 'dt'
% Bandwidth is evaluated according to the given 'threshold'
% (in dB)
% 'BW' is
www.eeworm.com/read/211983/15168668
m cp0702_bandwidth.m
%
% FUNCTION 7.7 : "cp0702_bandwidth"
%
% Evaluates the bandwidth of the input 'signal' with
% sampling rate 'dt'
% Bandwidth is evaluated according to the given 'threshold'
% (in dB)
% 'BW' is
www.eeworm.com/read/193048/8255567
m ex6_22.m
% ex6_22
% 用解析法整定PD控制器的参数
figure('pos',[100,100,200,180],'color','w');
G=tf(400,[1 30 200 0]);
ess=0.1;
Mp=0.1;
ts=2;
zet=0:0.1:0.9;
mp=exp(-pi*zet./sqrt(1-zet.*zet));
zeta=spline(mp,zet,Mp)
www.eeworm.com/read/193048/8255934
m ex6_23.m
% ex6_23
% 用解析法整定PD控制器的参数
% 要求闭环系统的相位稳定裕度PM=45°
% Wcg=13.5 rad /s
figure('pos',[100,100,200,180],'color','w');
G=tf(400,[1 30 200 0]);
ess=inf;
PM=45*pi/180;
Wcg=13.5;
[Gc,Kc,KI,KD]=apid(G,Wc