|
ECE 486 Lab Assignments
|
filter structure containing the filter state More...
#include <ece486_running_mean.h>
Data Fields | |
| int | M |
| int | blocksize |
| float * | history |
filter structure containing the filter state
Definition at line 76 of file ece486_running_mean.h.
| int running_mean::blocksize |
Definition at line 78 of file ece486_running_mean.h.
| float* running_mean::history |
Definition at line 79 of file ece486_running_mean.h.
| int running_mean::M |
Definition at line 77 of file ece486_running_mean.h.