WDF2Reconstruct

class WDF2Reconstruct : public tsa::AlgoBase

Time domain detection of transients based on wavelet transform.

Operations

Assignement operator

Return

a reference to a new object

Parameters
  • from: The instance to be assigned from

Getters

unsigned int GetDataVector(double &abov, Dvector &Cmax, int &levelR, std::string &Wave)

Execute method.

int GetDataNeeded()

Get the number of data needed in order to be able to call GetData successfully. If the returned value is less or equal than zero no data are needed.

Return

the needed data

Setters

void SetData(Dmatrix &Data, double scale)

Parameters
  • Data:

  • scale:

Public Functions

WDF2Reconstruct(unsigned int window, unsigned int overlap, double thresh, double sigma, unsigned int ncoeff, enum WaveletThreshold::WaveletThresholding WTh = WaveletThreshold::cuoco)

Constructor

~WDF2Reconstruct()

Destructor