You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function [wz, wp, k_tot] = LoopPar_func_DTEOPLL(BW, wf, wint, PM) % Finds loop filter zero (wz) and pole (wp) and open-loop gain for the provided loop bandwidth and phase margin
% BW: Loop bandwidth
% wf: Laser FM response cut-off frequency
% wint: Integrator cut-off frequency
% PM: Phase margin in Radian
syms wz0
wp0 = 50*wz0; % Assume wp is 50 times larger than wz