National Instruments 370760B-01 Calculator User Manual


 
mkphase 291
mkphase
Syntax
[cdata] = mkphase(magdata, {skipchks,Hertz})
Parameter List
Inputs: magdata Magnitude data (pdm)
Keywords: skipchks Boolean. Skip the error checking. (Default = 0)
Hertz The domain of the pdm is in Hertz. This is the default.
!Hertz specifies a domain in rad/sec.
Outputs: cdata Complex valued data corresponding to a minimum phase
transfer function.
Description
Fits phase data to magnitude data. The phase is equivalent to that produced by
minimum phase system. A complex cepstrum method is used.
Reference
For further details see: “Digital Signal Processing,” A.V. Oppenheim & R.W. Schafer,
p.501, Prentice-Hall, 1975.
Example
The on-line help example is the same as that for fitsys. Refer to page 239.