Function rc_filter_print#

Function Documentation#

int rc_filter_print(rc_filter_t f)#

Prints the transfer function and other statistic of a filter to the screen.

Only works on filters up to order 9.

Parameters:

f – Pointer to user’s rc_filter_t struct

Returns:

Returns 0 on success or -1 on failure.