Typedef rc_filter_t#

Typedef Documentation#

typedef struct rc_filter_t rc_filter_t

Struct containing configuration and state of a SISO filter.

Also points to dynamically allocated memory which make it necessary to use the allocation and free function in this API for proper use. The user can read and modify values directly from ths struct.