SciPy

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

scipy.fftpack._fftpack.drfft

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

Wrapper for drfft.

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: 0

n : input int, optional

Default: size(x)

direction : input int, optional

Default: 1

normalize : input int, optional

Default: (direction<0)