MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / downsample_each

Function downsample_each

src/data_handler/inc/downsample_operators.h:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16inline double downsample_each (double *data, int len)
17{
18 return data[len - 1];
19}
20
21inline double downsample_median (double *data, int len)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected