Go to the documentation of this file.
18 \namespace xboa::algorithms::tune
20 The tune module provides algorithms for finding the tune
22 Implemented within this module:
23 \li \link xboa::algorithms::tune::_fft_tune::FFTTuneFinder FFTTuneFinder \endlink:
24 FFT wrapper routines for getting the tune from a set of positional data.
26 from _fft_tune
import FFTTuneFinder
28 __all__ = [
"FFTTuneFinder"]