WaveletThreshold

class WaveletThreshold

Perform threshold on wavelet coefficients

Operations

void operator()(SeqViewDouble &WT, enum WaveletThresholding t, enum ThresholdingMode m = soft)

Brief documentation for the execute method.

Start of the long documentation for execute method.

Declaration of execute operation

Pre

A precondition

Post

A postcondition

Return

a returned value

Exceptions
  • An: exception

Parameters
  • a: parameter

Public Functions

WaveletThreshold(unsigned int N, unsigned int ncoeff = 0, double sigma = 1.0)

Constructor

~WaveletThreshold()

Destructor