SciPy

This is documentation for an old release of SciPy (version 0.14.1). Search for this page in the documentation of the latest stable release (version 1.15.1).

scipy.fftpack._fftpack.zrfft

scipy.fftpack._fftpack.zrfft(x[, n, direction, normalize, overwrite_x]) = <fortran object>

Wrapper for zrfft.

Parameters:

x : input rank-1 array(‘D’) with bounds (*)

Returns:

y : rank-1 array(‘D’) with bounds (*) and x storage

Other Parameters:
 

overwrite_x : input int, optional

Default: 1

n : input int, optional

Default: size(x)

direction : input int, optional

Default: 1

normalize : input int, optional

Default: (direction<0)