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

Function no_window_function

src/data_handler/inc/window_functions.h:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#endif
9
10inline void no_window_function (int window_len, double *wind)
11{
12 for (int i = 0; i < window_len; i++)
13 {
14 wind[i] = 1.0;
15 }
16}
17
18inline void hanning_function (int window_len, double *wind)
19{

Callers 1

get_windowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected