Ask a Question | Search PSRCHIVE: |
Home
|
WaveletSmooth.h void set_cutoff(double cut) Adjust cutoff. Definition: WaveletSmooth.h:55 double cutoff_factor Cutoff multiplier, for fine-tuning. Definition: WaveletSmooth.h:69 const float * get_amps() const Return a pointer to the amplitudes array. Definition: ProfileAmps.C:141 unsigned get_ncoeff() const Get number of wavelet coeffs kept. Definition: WaveletSmooth.h:37 unsigned get_nbin() const Return the number of bins. Definition: ProfileAmps.h:50 void set_wavelet(const gsl_wavelet_type *t, int order, bool decimate=true) Set wavelet type, order. Definition: WaveletSmooth.C:32 void set_threshold(Threshold t) Set threshold method. Definition: WaveletSmooth.h:52 WaveletSmooth() Default constructor. Definition: WaveletSmooth.C:16 double sigma Noise level in wavelet coeffs. Definition: WaveletSmooth.h:72 WaveletTransform wt The wavelet transform algorithm. Definition: WaveletSmooth.h:75 void transform(Profile *) Smooth given Profile. Definition: WaveletSmooth.C:39 Performs 1-D discrete wavelet transforms (DWT) Definition: WaveletTransform.h:29 Generated using doxygen 1.8.17
|