conj

function of dascore.proc.basic source

conj(
    patch: Patch ,
)-> ‘PatchType’

Apply the complex conjugate of the patch data.

Examples

import dascore
pa = dascore.get_example_patch()

# Example 1
dft = pa.dft(None)  # multi-dim dft
conj = dft.conj()