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

Pre

A precondition

Post

A postcondition

Return

a returned value

Exceptions
  • An: exception

Parameters
  • a: parameter

Public Functions

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

Constructor

~WavReconstruction()

Destructor