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
% this function plots the DESIGN.simulation results
for i=1:11
if ~DESIGN.flag(i)
return;
end
end
ifDESIGN.mode=='5T_OTA'
T = table(DESIGN.sim.AodB,DESIGN.sim.BW,DESIGN.sim.GBW,DESIGN.sim.PM,DESIGN.sim.AoCL,DESIGN.sim.BWCL,DESIGN.sim.GBWCL,'RowNames',{'5T_OTA'},'VariableNames',{'OPENLOOP_GAIN_dB''OPENLOOP_BW''OPENLOOP_GAINBW''PHASE_MARGIN''CLOSEDLOOP_GAIN_dB''CLOSEDLOOP_BW''CLOSEDLOOP_GAINBW'})