WavReconstruction

class WavReconstruction : public tsa::AlgoBase

Reconstructed the wavelet transformed signal.

A more detailed description of WavReconstruction

Operations

void execute(Dmatrix &buffer)

Brief documentation for the execute method.

Start of the long documentation for execute method.

Declaration of execute operation

Throws:

An – exception

Parameters:

a – parameter

Pre:

A precondition

Post:

A postcondition

Returns:

a returned value

Public Functions

WavReconstruction(unsigned int N, enum WaveletTransform::WaveletType F, double Th)

Constructor

~WavReconstruction()

Destructor

void operator()(SeqViewDouble &InputData)