Global Index (short | long) | Local contents | Local Index (short | long)
[zepo,Kg]=zpsd(th,ku,ky)
ZPSD See TH2ZP
This function calls | |
---|---|
function [zepo,Kg]=zpsd(th,ku,ky) % L. Ljung % Copyright (c) 1986-98 by The MathWorks, Inc. % $Revision: 2.3 $ $Date: 1997/12/02 03:42:08 $ % *** Set up default values *** if nargin<3,ky=[];end if nargin<2,ku=[];end [zepo,Kg] = th2zp(th,ku,ky);