Documentation of zpsd


Global Index (short | long) | Local contents | Local Index (short | long)


Function Synopsis

[zepo,Kg]=zpsd(th,ku,ky)

Help text

ZPSD   See TH2ZP

Cross-Reference Information

This function calls

Listing of function zpsd

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);