|
MotorWare f2806x Module API Documentation
|
Portable C fixed point code. These functions define the first-order filter (FILTER) module routines. More...
#include "sw/modules/filter/src/32b/filter_fo.h"Go to the source code of this file.
Functions | |
| void | FILTER_FO_getDenCoeffs (FILTER_FO_Handle handle, _iq *pa1) |
| Gets the first-order filter denominator coefficients. More... | |
| void | FILTER_FO_getInitialConditions (FILTER_FO_Handle handle, _iq *px1, _iq *py1) |
| Gets the initial conditions of the first-order filter. More... | |
| void | FILTER_FO_getNumCoeffs (FILTER_FO_Handle handle, _iq *pb0, _iq *pb1) |
| Gets the first-order filter numerator coefficients. More... | |
| FILTER_FO_Handle | FILTER_FO_init (void *pMemory, const size_t numBytes) |
| Initializes the first-order filter. More... | |
| void | FILTER_FO_setDenCoeffs (FILTER_FO_Handle handle, const _iq a1) |
| Sets the first-order filter denominator coefficients. More... | |
| void | FILTER_FO_setInitialConditions (FILTER_FO_Handle handle, const _iq x1, const _iq y1) |
| Sets the initial conditions of the first-order filter. More... | |
| void | FILTER_FO_setNumCoeffs (FILTER_FO_Handle handle, const _iq b0, const _iq b1) |
| Sets the first-order filter numerator coefficients. More... | |
Portable C fixed point code. These functions define the first-order filter (FILTER) module routines.
(C) Copyright 2012, Texas Instruments, Inc.
Definition in file 32b/filter_fo.c.
1.8.9.1