Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Should fix build issue on Linux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
smoothed spectrum
|
|
|
|
|
|
|
|
|
|
|
|
Possible Corrections to Tristimulus Functions
|
|
|
|
|
|
|
|
|
|
Stateful feature extraction functions are functions that require state to be maintained between successive calls. This is necessary, for example when an accumulation of values is required, or changes need to be measured over time.
The initial xtract_last_n() function accumulates the last N (single) values from *data and writes them to *result
|
|
issues
|
|
exception is silent input.
|
|
|
|
|
|
|
|
cent
|
|
less than 2 bands
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
correction bit
|
|
|
|
|
|
input data are below or equal to threshold value. Fixes #46
If XTRACT_NO_RESULT is returned, *result will be set to DBL_MAX
|
|
xtract_smoothness() where *result was uninitialised but used in calculation.
|
|
|
|
|
|
|