#include <wavesegmentation.h>
List of all members.
Public Member Functions |
| long | width () |
| long | height () |
| | Rhythmogram (double *psdf, int count, double FeatureStepSize=0.01, double HorzStepSize=0.5, double BlockSize=8.0, double HighRhythmIntv=2.0, double LowRhythmIntv=0.0, double ZeroRhythmIntv=0.1) |
| double * | column (int c) |
| | ~Rhythmogram () |
Static Public Member Functions |
| static void | acf (double *wav, int nwav, double *acf, int nacf) |
Detailed Description
Definition at line 28 of file wavesegmentation.h.
Constructor & Destructor Documentation
| Rhythmogram::Rhythmogram |
( |
double * |
psdf, |
|
|
int |
count, |
|
|
double |
FeatureStepSize = 0.01, |
|
|
double |
HorzStepSize = 0.5, |
|
|
double |
BlockSize = 8.0, |
|
|
double |
HighRhythmIntv = 2.0, |
|
|
double |
LowRhythmIntv = 0.0, |
|
|
double |
ZeroRhythmIntv = 0.1 |
|
) |
| |
| Rhythmogram::~Rhythmogram |
( |
| ) |
|
Member Function Documentation
| void Rhythmogram::acf |
( |
double * |
wav, |
|
|
int |
nwav, |
|
|
double * |
acf, |
|
|
int |
nacf |
|
) |
| [static] |
| double * Rhythmogram::column |
( |
int |
c | ) |
|
| long Rhythmogram::height |
( |
| ) |
|
| long Rhythmogram::width |
( |
| ) |
|
The documentation for this class was generated from the following files: