Action: BF_WAVELETS
Module | ves |
---|---|
Description | Usage |
Daubechies Wavelets basis functions. |
Further details and examples
Text from manual goes here
Syntax
The following table describes the keywords and options that can be used with this action
Keyword | Type | Default | Description |
---|---|---|---|
ORDER | compulsory | none | The order of the basis function expansion |
MINIMUM | compulsory | none | The minimum of the interval on which the basis functions are defined |
MAXIMUM | compulsory | none | The maximum of the interval on which the basis functions are defined |
TYPE | compulsory | none | Specify the wavelet type |
DEBUG_INFO | optional | false | Print out more detailed information about the basis set |
FUNCTION_LENGTH | optional | not used | The domain size of the individual basis functions |
NUM_BF | optional | not used | The number of basis functions that should be used |
TAILS_THRESHOLD | optional | not used | The threshold for cutting off tail wavelets as a fraction of the maximum value |
MOTHER_WAVELET | optional | false | If this flag is set mother wavelets will be used instead of the scaling function (father wavelet) |
MIN_GRID_SIZE | optional | not used | The minimal number of grid bins of the Wavelet function |
DUMP_WAVELET_GRID | optional | false | If this flag is set the grid with the wavelet values will be written to a file |
WAVELET_FILE_FMT | optional | not used | The number format of the wavelet grid values and derivatives written to file |
PERIODIC | optional | false | Use periodic version of basis set |