MCPcopy Create free account
hub / github.com/audeering/opensmile / getNumberOfElements

Method getNumberOfElements

src/functionals/functionalModulation.cpp:421–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421long cFunctionalModulation::getNumberOfElements(long j)
422{
423 if (j == 0)
424 return modSpecNumBins_;
425 else
426 return 0;
427}
428
429// TODO: option for output of modspec frequencies!
430const char* cFunctionalModulation::getValueName(long i)

Callers 1

setupNamesForElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected