dpnp.fft.hfft

dpnp.fft.hfft(x, n=None, axis=-1, norm=None)[source]

Compute the one-dimensional discrete Fourier Transform of a signal that has Hermitian symmetry.

For full documentation refer to numpy.fft.hfft.

Limitations

Parameter x is supported either as dpnp.ndarray. Parameter norm is unsupported. Only dpnp.float64, dpnp.float32, dpnp.int64, dpnp.int32, dpnp.complex128 data types are supported. Otherwise the function will be executed sequentially on CPU.