FIRFiltering_CxInput
Advanced Analysis Library Only
AnalysisLibErrType FIRFiltering_CxInput (NIComplexNumber inputSequence[], ssize_t numberOfElements, double filterCoefficients[], NIComplexNumber x1[], int numberOfCoefficients, NIComplexNumber outputSignal[]);
Purpose
Filters the complex input signal using the direct-form FIR filter.This function supports in-place operations.
Parameters
| Input | ||
| Name | Type | Description |
| inputSequence | NIComplexNumber [] | The input signal. |
| numberOfElements | ssize_t | The size of the input signal. |
| filterCoefficients | double [] | The forward coefficients of the filter. |
| stateInformation | NIComplexNumber [] | The state information of input signal inputSequence. |
| numberOfCoefficients | int | The length of the forward coefficient array filterCoefficients. |
| Output | ||
| Name | Type | Description |
| outputSignal | NIComplexNumber [] | The output signal. |
Return Value
| Name | Type | Description |
| status | AnalysisLibErrType | A value that specifies the type of error that occurred. Refer to analysis.h for definitions of these constants. |
Additional Information
Library: Advanced Analysis Library
Include file: analysis.h
LabWindows/CVI compatibility: LabWindows/CVI 8.1 and later