DocumentNTF(arg1,osr,f0,quadr...axis_handle = DocumentNTF(ntf|ABCD|mod_struct,osr=64,f0=0,quadrature=0) Plot the NTF's poles and zeros as well as its frequency-response
ESLselect(v,sy,dw,df)sv = ESLselect(v,sy,dw,df) Select the elements of a multi-element
function addPIS
% Add the PosInvSet subdirectory of the toolbox to the current path
tb_dir = which('dsdemo5');
slash = find(tb_dir==filesep);
if isempty(slash)
tb_dir = '';
else
tb_dir = tb_dir(1:slash(end));
end
addpath([tb_dir 'PosInvSet']);