NumpyFFTBase ============ .. currentmodule:: baseband_tasks.fourier.numpy .. autoclass:: NumpyFFTBase :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~NumpyFFTBase.axis ~NumpyFFTBase.direction ~NumpyFFTBase.frequency ~NumpyFFTBase.frequency_dtype ~NumpyFFTBase.frequency_shape ~NumpyFFTBase.ortho ~NumpyFFTBase.sample_rate ~NumpyFFTBase.time_dtype ~NumpyFFTBase.time_shape .. rubric:: Methods Summary .. autosummary:: ~NumpyFFTBase.__call__ ~NumpyFFTBase.inverse .. rubric:: Attributes Documentation .. autoattribute:: axis .. autoattribute:: direction .. autoattribute:: frequency .. autoattribute:: frequency_dtype .. autoattribute:: frequency_shape .. autoattribute:: ortho .. autoattribute:: sample_rate .. autoattribute:: time_dtype .. autoattribute:: time_shape .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: inverse