diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-06-03 21:17:07 +0100 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-06-03 21:18:22 +0100 |
commit | c866e1676d423ca1c6d4aa859dd54df487ab25d4 (patch) | |
tree | 98c7daea5b89c4527029f262bd64fdc45ef553fb /src/c-ringbuf | |
parent | f5423497d2d4718fc3385003329a135ee8078615 (diff) | |
download | LibXtract-c866e1676d423ca1c6d4aa859dd54df487ab25d4.tar.gz LibXtract-c866e1676d423ca1c6d4aa859dd54df487ab25d4.tar.bz2 LibXtract-c866e1676d423ca1c6d4aa859dd54df487ab25d4.zip |
Add "stateful" feature type with initial feature "last n"
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
Diffstat (limited to 'src/c-ringbuf')
0 files changed, 0 insertions, 0 deletions