Mixxx

Rhythmogram Class Reference

#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 
)

Definition at line 69 of file wavesegmentation.cpp.

Here is the call graph for this function:

Rhythmogram::~Rhythmogram ( )

Definition at line 87 of file wavesegmentation.cpp.


Member Function Documentation

void Rhythmogram::acf ( double *  wav,
int  nwav,
double *  acf,
int  nacf 
) [static]

Definition at line 46 of file wavesegmentation.cpp.

Here is the caller graph for this function:

double * Rhythmogram::column ( int  c)

Definition at line 64 of file wavesegmentation.cpp.

Here is the caller graph for this function:

long Rhythmogram::height ( )

Definition at line 94 of file wavesegmentation.cpp.

Here is the caller graph for this function:

long Rhythmogram::width ( )

Definition at line 99 of file wavesegmentation.cpp.

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines