Data Fields

WaveletParameters Struct Reference
[Wavelet Filters]

parameters for wavelet-filtering. More...

#include <wavelet.h>

Data Fields

int first_thresholding_level
SignalExtensionFunction sigextfct
ThresholdFunction threshfct
ThresholdSelectionFunction threshselfct
int vanishing_moments
gsl_wavelet_type * wavelet

Detailed Description

parameters for wavelet-filtering.

Definition at line 115 of file wavelet.h.


Field Documentation

level to start thresholding on

Definition at line 116 of file wavelet.h.

how to extend the signal to 2^K

Definition at line 121 of file wavelet.h.

hard/soft thresholding

Definition at line 120 of file wavelet.h.

function to select the threshold

Definition at line 119 of file wavelet.h.

number of vanishing moments of the wavelet

Definition at line 118 of file wavelet.h.

gsl_wavelet_type* WaveletParameters::wavelet

GSL-specification of wavelet

Definition at line 117 of file wavelet.h.


The documentation for this struct was generated from the following file: