Ask a Question | Search PSRCHIVE: |
Home
|
FTransform Namespace Reference Defines a single interface to a variety of Fourier transform libraries. More...
Detailed DescriptionDefines a single interface to a variety of Fourier transform libraries. Enumeration Type Documentation◆ type
Function Documentation◆ bcr1d()
Backward complex-to-real FFT. both 'into' and 'from' must point to an array of nfft+2 floats References bcr. Referenced by inplace_bcr1d(). ◆ frc1d()
Forward real-to-complex FFT. 'into' must point to an array of nfft+2 floats References frc. Referenced by inplace_frc1d(). ◆ get_library()
Returns the name of the currently selected library. Returns currently selected library. Referenced by get_scale(). ◆ get_norm()
Returns the normalization convention of the currently selected library. Returns currently selected normalization. Referenced by derivative(), get_scale(), and shift(). ◆ set_library()
Set the library to the specified name. Choose to use a different library. References FTransform::Agent::set_library(). Generated using doxygen 1.8.17
|