 PSRCHIVE
  PSRCHIVE
| Ask a Question | Search PSRCHIVE: | 
|  Home 
 | FTransform.h Defines a single interface to a variety of Fourier transform libraries. Definition FFTW3_Transform.h:14 double get_scale(size_t nfft, type t) Returns the scale factor associated with the FFT operation. Definition FTransform.C:109 unsigned nthread Number of threads that will use the plan. Definition FTransform.C:19 int inplace_bcr1d(size_t nfft, float *srcdest) Inplace wrapper-function- performs a memcpy after FFTing. Definition FTransform.C:209 void set_library(const std::string &name) Set the library to the specified name. Definition FTransform.C:146 void fcc1d(size_t nfft, float *into, const float *from) Forward complex-to-complex FFT. Definition FTransform.C:51 void clean_plans() Clears out the memory associated with the plans. Definition FTransform.C:130 normalization get_norm() Returns the normalization convention of the currently selected library. Definition FTransform.C:102 int inplace_fcc1d(size_t nfft, float *srcdest) Inplace wrapper-function- performs a memcpy after FFTing. Definition FTransform.C:179 unsigned get_num_libraries() Get the number of available libraries. Definition FTransform.C:152 int inplace_bcc1d(size_t nfft, float *srcdest) Inplace wrapper-function- performs a memcpy after FFTing. Definition FTransform.C:194 void shift(unsigned npts, float *arr, double shift) Use the Fourier transform to cyclically shift the elements in array. Definition shift.C:16 void bcc1d(size_t nfft, float *into, const float *from) Backward complex-to-complex FFT. Definition FTransform.C:57 void derivative(unsigned npts, float *data) Use the Fourier transform to compute the derivative of data. Definition derivative.C:16 int inplace_frc1d(size_t nfft, float *srcdest) Inplace wrapper-function- performs a memcpy after FFTing. Definition FTransform.C:164 void bcr1d(size_t nfft, float *into, const float *from) Backward complex-to-real FFT. Definition FTransform.C:45 void frc1d(size_t nfft, float *into, const float *from) Forward real-to-complex FFT. Definition FTransform.C:39 std::string get_library() Returns the name of the currently selected library. Definition FTransform.C:96 std::string get_library_name(unsigned i) Get the name of the ith available library. Definition FTransform.C:158 Generated using doxygen 1.14.0 
 |