Next: cdivc() Up: MacAnova Help File Previous: cat()   Contents

cconj()

Usage:
cconj(cx), cx a REAL matrix representing complex data



Keywords: time series, complex arithmetic
                                  Usage
cconj(cx) returns the complex conjugates of successive pairs of columns
of the matrix cx, considered as the real and imaginary parts of complex
series.  The real and imaginary parts of the results are in alternating
columns.

When cx has an odd number, say 2*m-1, of columns, the last column is
interpreted as the real part of a complex series with zero imaginary
part.  In the result, an extra column of zeros is added, so the result
has 2*m columns representing m complex series with both real and
imaginary parts.

                            Cross references
See also 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 2006-01-30