#include "stdint.h"
#include <ti/iqmath/include/IQmathLib.h>
#include "IQmath_mathacl.h"
Go to the source code of this file.
|
| void | filter (int32_t *filtOut, int32_t filtIn, int32_t filtConst) |
| | filter Run More...
|
| |
| void | filter_mathacl (int32_t *filtOut, int32_t filtIn, int32_t filtConst) |
| | filter with mathacl Run More...
|
| |
§ filter()
| void filter |
( |
int32_t * |
filtOut, |
|
|
int32_t |
filtIn, |
|
|
int32_t |
filtConst |
|
) |
| |
filter Run
- Parameters
-
| [in] | *filtOut | Filter Output Pointer |
| [in] | filtIn | Filter Input |
| [in] | filtConst | Filter Constant |
Referenced by appInterfaceConfig(), and mtpaRun().
§ filter_mathacl()
| void filter_mathacl |
( |
int32_t * |
filtOut, |
|
|
int32_t |
filtIn, |
|
|
int32_t |
filtConst |
|
) |
| |
filter with mathacl Run
- Parameters
-
| [in] | *filtOut | Pointer |
| [in] | filtIn | Filter Input |
| [in] | filtConst | Filter Const |
References _IQmpy_mathacl.