| 419 | } |
| 420 | |
| 421 | long 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! |
| 430 | const char* cFunctionalModulation::getValueName(long i) |
no outgoing calls
no test coverage detected