import dascore
pa = dascore.get_example_patch()
# Example 1
dft = pa.dft(None) # multi-dim dft
conj = dft.conj()conj
conj(
patch: Patch ,
)-> ‘PatchType’
Apply the complex conjugate of the patch data.
| function of dascore.proc.basic | source |
conj(
patch: Patch ,
)-> ‘PatchType’
Apply the complex conjugate of the patch data.