#include <argmax.h>
|
| | argmax (std::string syncword, int matchingFuntion, int ambiguity) |
| |
| void | setSyncWord (std::vector< float > sync) |
| |
| void | argMaxSync (float *in, int frame_length, float &maxCorrelation, int &indexMaxCorrelation) |
| |
| argmax::argmax |
( |
std::string |
syncword, |
|
|
int |
matchingFuntion, |
|
|
int |
ambiguity |
|
) |
| |
| void argmax::argMaxSync |
( |
float * |
in, |
|
|
int |
frame_length, |
|
|
float & |
maxCorrelation, |
|
|
int & |
indexMaxCorrelation |
|
) |
| |
| void argmax::setSyncWord |
( |
std::vector< float > |
sync | ) |
|
The documentation for this class was generated from the following file: