This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

Function rc_filter_normalize

Function Documentation

int rc_filter_normalize(rc_filter_t *f)

Normalizes a discrete time filter so that the leading demoninator coefficient is 1.

Parameters

f – Pointer to user’s rc_filter_t struct

Returns

Returns 0 on success or -1 on failure.