From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/DSP/html/structarm__fir__instance__f32.html | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'docs/DSP/html/structarm__fir__instance__f32.html') diff --git a/docs/DSP/html/structarm__fir__instance__f32.html b/docs/DSP/html/structarm__fir__instance__f32.html index c078af3..1a8f961 100644 --- a/docs/DSP/html/structarm__fir__instance__f32.html +++ b/docs/DSP/html/structarm__fir__instance__f32.html @@ -32,7 +32,7 @@ Logo
CMSIS-DSP -  Version 1.5.2 +  Version 1.7.0
CMSIS DSP Software Library
@@ -129,8 +129,8 @@ Data Fields   float32_tpState   -float32_tpCoeffs -  +const float32_tpCoeffs

Description

Examples:
arm_fir_example_f32.c, and arm_signal_converge_example_f32.c.
@@ -146,23 +146,19 @@ Data Fields

number of filter coefficients in the filter.

-

Referenced by arm_fir_f32(), and arm_fir_init_f32().

-
- +
- +
float32_t* arm_fir_instance_f32::pCoeffsconst float32_t* arm_fir_instance_f32::pCoeffs

points to the coefficient array. The array is of length numTaps.

-

Referenced by arm_fir_f32(), and arm_fir_init_f32().

-
@@ -176,8 +172,6 @@ Data Fields

points to the state variable array. The array is of length numTaps+blockSize-1.

-

Referenced by arm_fir_f32(), and arm_fir_init_f32().

-
@@ -186,7 +180,7 @@ Data Fields