class GaussNoise : public Chirp

Gaussian noise template generator

Inheritance:


Public Methods

explicit GaussNoise(double fNy, const Interval& dT = Interval(60.0), const Time& t0=Time(0))
GaussNoise Constructor
~GaussNoise(void)
GaussNoise destructor
fComplex Fspace(double Freq, double dF=0) const
Frequency domain template bin.
double Tspace(const Time& t0) const
Time domain template bin.
Time getT0(void) const
Get the t0.
Time getTEnd(void) const
Get the End time.
Time getTc(void) const
Get the Critical time.
Time TvsF(double f) const
Time versus Frequency.
double freq(const Time& t) const
Waveform Frequency.
double phi(const Time& t) const
Waveform Phase angle.
double Ampl(const Time& t) const
Amplitude.

Inherited from Chirp:


Documentation

Gaussian noise template generator. GaussNoise is a template generator based on the Chirp class. It generates gaussian noise of unit amplitude.
explicit GaussNoise(double fNy, const Interval& dT = Interval(60.0), const Time& t0=Time(0))
GaussNoise Constructor. Generate a gaussian noise template. The template extends from T0 for a time dT. and has a flat frequency spectrum from 0-fNy.

~GaussNoise(void)
GaussNoise destructor

fComplex Fspace(double Freq, double dF=0) const
Complex Frequency domain representation of the template at frequency Freq.

double Tspace(const Time& t0) const
Tspace returns the waveform value at time 't0'.

Time getT0(void) const
Return the template start time.

Time getTEnd(void) const
Return the template end time. The end-time is defined to be the time at which the template frequency reaches a maximum.

Time getTc(void) const
Return the template critical time. The critical time is defined explicitly or implicitly when the object is constructed.

Time TvsF(double f) const
TvsF(f) returns the absolute (GPS) time at which the in-spiral frequency is exactly 'f'.

double freq(const Time& t) const
freq(t) returns the in-spiral frequency at Absolute time t.

double phi(const Time& t) const
phi(t) returns the phase angle at absolute time t.

double Ampl(const Time& t) const
Ampl(t) returns the wave-form amplitude.


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++