FFTBase ======= .. currentmodule:: baseband_tasks.fourier.base .. autoclass:: FFTBase :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~FFTBase.axis ~FFTBase.direction ~FFTBase.frequency ~FFTBase.frequency_dtype ~FFTBase.frequency_shape ~FFTBase.ortho ~FFTBase.sample_rate ~FFTBase.time_dtype ~FFTBase.time_shape .. rubric:: Methods Summary .. autosummary:: ~FFTBase.__call__ ~FFTBase.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