Removed unused lead
This commit is contained in:
parent
c004fabe7d
commit
e55ca8b01a
@ -204,10 +204,6 @@ wc = 2*pi*5; % [rad/s]
|
||||
% Integrator
|
||||
H_int = wc/s;
|
||||
|
||||
% Lead to increase phase margin
|
||||
a = 2; % Amount of phase lead / width of the phase lead / high frequency gain
|
||||
H_lead = 1/sqrt(a)*(1 + s/(wc/sqrt(a)))/(1 + s/(wc*sqrt(a)));
|
||||
|
||||
% Low Pass filter to increase robustness
|
||||
H_lpf = 1/(1 + s/2/pi/30);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user