% % Stepped pole-zero analysis of the transimpedance gain % of the C-loaded CE-stage. % simType('numeric'); gainType('gain'); source('I1'); detector('V_C'); dataType('pz'); % stepVars({'I_C', 'C_JE', 'tau_F'}); % Step variables that will be stepped concurrently stepMethod('array'); % Use array stepping % Array with values of the step parameters, % each row carries the parameter values for one run, % each column carries the values of a particular parameter for all runs. stepArray([10e-6 2e-12 1e-9; 100e-6 1.8e-12 1.1e-9; 1e-3 1.5e-12 1.5e-9]); htmlPage('Transimpedance PZ analysis'); pz2html(execute);