class PsdCompare

This is the implementation of the first part of the algortihm, which only detects points at which Psd change crosses threshold

Public Methods

PsdCompare()
Set of contructors...
~PsdCompare()
Destructor
void SetTSeries(TSeries* ts)
Sets the input TSeries object.
int SetParams(unsigned int nfft, unsigned int lag, double timeSegment, float threshold)
Changes/Sets Parameters
int GetImage()
Calculates Mean/Variance and constructs OutPut.
int GetImage(char *OutputFile)
Constructs a binary data file (overloaded)
int GetData(size_t &freqLength, size_t &iteration, int Data[])
Gets the OutputData in 2D 'Data' array and returns its row/column length.
void GetPlot()
Plots the OutputData vector
void GetPlot(int x, int y)
Plot according to coordinate limited by user
void GetInfo()
Reports different parameters
ostream& Dump(ostream& out) const
Dumps the content of output on stream

Documentation

This is the implementation of the first part of the algortihm, which only detects points at which Psd change crosses threshold. Second part will be available soon.

Further documentation is available on-line from http://www.personal.psu.edu/~sms35/ligo/demo.html#psd_change.

PsdCompare()
Set of contructors...

~PsdCompare()
Destructor

void SetTSeries(TSeries* ts)
Sets the input TSeries object.

int SetParams(unsigned int nfft, unsigned int lag, double timeSegment, float threshold)
Changes/Sets Parameters

int GetImage()
Calculates Mean/Variance and constructs OutPut.

int GetImage(char *OutputFile)
Constructs a binary data file (overloaded)

int GetData(size_t &freqLength, size_t &iteration, int Data[])
Gets the OutputData in 2D 'Data' array and returns its row/column length.

void GetPlot()
Plots the OutputData vector

void GetPlot(int x, int y)
Plot according to coordinate limited by user

void GetInfo()
Reports different parameters

ostream& Dump(ostream& out) const
Dumps the content of output on stream


This class has no child classes.
Author:
Sharif Siddiqui & Somya Mohanty.
Version:
1.01; Last Modified 6/9/00

alphabetic index hierarchy of classes


generated by doc++