Back to Numerical Arrays (NumPy)
np.hfft
Compute the FFT of a signal that has Hermitian symmetry (real spectrum).
Syntax
np.hfft(a, n?, axis?, norm?)
Description
Compute the FFT of a signal that has Hermitian symmetry (real spectrum).
Parameters
| Name | Description |
|---|---|
| a | - Input array with Hermitian symmetry |
| n(optional) | - Length of the transformed axis |
| axis(optional) | - Axis over which to compute the FFT. Default: -1 |
| norm(optional) | - Normalization mode |
Returns
NDArray