dpnp.fft.ihfft

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

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

For full documentation refer to numpy.fft.ihfft.

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.