ECE 486 Lab Assignments
running_mean Struct Reference

filter structure containing the filter state More...

#include <ece486_running_mean.h>

Data Fields

int M
 
int blocksize
 
float * history
 

Detailed Description

filter structure containing the filter state

Definition at line 76 of file ece486_running_mean.h.

Field Documentation

◆ blocksize

int running_mean::blocksize

Definition at line 78 of file ece486_running_mean.h.

◆ history

float* running_mean::history

Definition at line 79 of file ece486_running_mean.h.

◆ M

int running_mean::M

Definition at line 77 of file ece486_running_mean.h.


The documentation for this struct was generated from the following file: