complex arithemtic

From STX Wiki
< Programmer Guide‎ | Command Reference‎ | EVAL
Revision as of 11:49, 7 April 2011 by Toni (talk | contribs) (Created page with '{{DISPLAYTITLE:complex arithemtic}} Because the current version of the {{STX}} EVAL command do not support a complex data type, a pack…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Because the current version of the STx EVAL command do not support a complex data type, a package of functions is used to implement arithmetic and special handling for [[Programmer_Guide/Command_Reference/EVAL#complex numbers|complex numbers].

Usage
cr2p(xc)
xc
a [[Programmer_Guide/Command_Reference/EVAL#complex numbers|complex number, vector or matrix] in cartesian format (re, im)

r with same length as x containing the converted window function


See also
window, fft

<function list>


cr2p

Convert Cartesian coordinates to Polar coordinates

Usage:

cr2p(xC)

Return Type:

like xC


complex numbers

Navigation menu

Personal tools