rfft

function of dascore.transform.fft source

rfft(
    patch: Patch ,
    dim = time,
)-> ‘PatchType’

Perform a real fourier transform along the specified dimension.

Note
  • Use dft instead.
  • This function is not scaled as detailed in the dascore documentation.