Next: hypot() Up: MacAnova Help File Previous: hrect()   Contents

htoc()

Usage:
htoc(hx), hx a REAL matrix representing complex data with Hermitian
  symmetry



Keywords: time series, complex arithmetic
                                  Usage
htoc(hx) returns the fully complex equivalent of the matrix hx,
considering its columns as complex series with Hermitian symmetry.  If
hx is m by n, htoc(hx) is m by 2*n, the real and imaginary parts of
column i of hx in columns 2*i-1 and 2*i of the result.

                            Cross references
See also ctoh(), cconj(), hconj(), hreal(), himag(), creal(), cimag().

See topic 'complex' for discussion of complex matrices in MacAnova.

See subtopic 'matrices:"complex_matrices" for a list of macros for
working with complex matrices.


Gary Oehlert 2005-08-12