LIBML  Version 3.2.4
LIBML DSP Software Library
Data Structures | Macros | Functions
arm_math_filter.h File Reference
This graph shows which files directly or indirectly include this file:

Data Structures

struct  arm_biquad_cas_df1_32x64_ins_q31
 
struct  arm_fir_interpolate_instance_f32
 
struct  arm_fir_interpolate_instance_q15
 
struct  arm_fir_interpolate_instance_q31
 
struct  arm_fir_sparse_instance_f32
 
struct  arm_fir_sparse_instance_q31
 
struct  arm_fir_sparse_instance_q15
 
struct  arm_fir_sparse_instance_q7
 
struct  arm_iir_lattice_instance_f32
 
struct  arm_iir_lattice_instance_q15
 
struct  arm_iir_lattice_instance_q31
 
struct  arm_lms_instance_f32
 
struct  arm_lms_instance_q15
 
struct  arm_lms_instance_q31
 
struct  arm_lms_norm_instance_f32
 
struct  arm_lms_norm_instance_q15
 
struct  arm_lms_norm_instance_q31
 

Macros

#define arm_conv_f32(pSrcA, srcALen, pSrcB, srcBLen, pDst)    tpt_conv_f32(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_conv_fast_f32(pSrcA, srcALen, pSrcB, srcBLen, pDst)    tpt_conv_f32(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_conv_q7(pSrcA, srcALen, pSrcB, srcBLen, pDst)    tpt_conv_q7(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_conv_fast_q7(pSrcA, srcALen, pSrcB, srcBLen, pDst)    tpt_conv_q7(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_conv_opt_q7(pSrcA, srcALen, pSrcB, srcBLen, pDst, pScrt1, pScrt2)    tpt_conv_q7(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_conv_fast_opt_q7(pSrcA, srcALen, pSrcB, srcBLen, pDst, pScrt1, pScrt2)    tpt_conv_q7(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_conv_q15(pSrcA, srcALen, pSrcB, srcBLen, pDst)    tpt_conv_q15(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_conv_fast_q15(pSrcA, srcALen, pSrcB, srcBLen, pDst)    tpt_conv_q15(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_conv_opt_q15(pSrcA, srcALen, pSrcB, srcBLen, pDst, pScrth, pScrt2)    tpt_conv_q15(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_conv_fast_opt_q15(pSrcA, srcALen, pSrcB, srcBLen, pDst, pScrt1, pScrt2)    tpt_conv_q15(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_conv_q31(pSrcA, srcALen, pSrcB, srcBLen, pDst)    tpt_conv_q31(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_conv_fast_q31(pSrcA, srcALen, pSrcB, srcBLen, pDst)    tpt_conv_q31(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_conv_opt_q31(pSrcA, srcALen, pSrcB, srcBLen, pDst, pScrt1, pScrt2)    tpt_conv_q31(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_conv_fast_opt_q31(pSrcA, srcALen, pSrcB, srcBLen, pDst, pScrt1, pScrt2)    tpt_conv_q31(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_conv_partial_fast_q15   arm_conv_partial_q15
 
#define arm_conv_partial_fast_q31   arm_conv_partial_q31
 
#define arm_conv_partial_opt_q7(pSrcA, srcALen, pSrcB, srcBLen, pDst, firstIndex, numPoints, pScratch1, pScratch2)
 
#define arm_conv_partial_opt_q15(pSrcA, srcALen, pSrcB, srcBLen, pDst, firstIndex, numPoints, pScratch1, pScratch2)
 
#define arm_conv_partial_fast_opt_q15(pSrcA, srcALen, pSrcB, srcBLen, pDst, firstIndex, numPoints, pScratch1, pScratch2)
 
#define arm_correlate_f32(pSrcA, srcALen, pSrcB, srcBLen, pDst)    tpt_correlate_f32(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_correlate_q7(pSrcA, srcALen, pSrcB, srcBLen, pDst)    tpt_correlate_q7(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_correlate_q15(pSrcA, srcALen, pSrcB, srcBLen, pDst)    tpt_correlate_q15(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_correlate_q31(pSrcA, srcALen, pSrcB, srcBLen, pDst)    tpt_correlate_q31(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_correlate_fast_q15(pSrcA, srcALen, pSrcB, srcBLen, pDst)    tpt_correlate_fast_q15(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_correlate_fast_q31(pSrcA, srcALen, pSrcB, srcBLen, pDst)    tpt_correlate_fast_q31(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_correlate_opt_q7(pSrcA, srcALen, pSrcB, srcBLen, pDst, pScrt1, pScrt2)    tpt_correlate_q7(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_correlate_opt_q15(pSrcA, srcALen, pSrcB, srcBLen, pDst, pScrt1, pScrt2)    tpt_correlate_q15(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_correlate_opt_q31(pSrcA, srcALen, pSrcB, srcBLen, pDst, pScrt1, pScrt2)    tpt_correlate_q31(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_correlate_fast_opt_q15(pSrcA, srcALen, pSrcB, srcBLen, pDst, pScrt)    tpt_correlate_fast_q15(pDst, pSrcA, srcALen, pSrcB, srcBLen)
 
#define arm_biquad_cascade_df2T_instance_f32   tpt_biquad_cascade_df2T_f32_t
 
#define arm_biquad_cascade_df2T_instance_f64   tpt_biquad_cascade_df2T_f64_t
 
#define arm_biquad_cascade_df2T_f32(S, pSrc, pDst, blockSize)    tpt_biquad_cascade_df2T_f32(pDst, S, pSrc, blockSize)
 
#define arm_biquad_cascade_df2T_f64(S, pSrc, pDst, blockSize)    tpt_biquad_cascade_df2T_f64(pDst, S, pSrc, blockSize)
 
#define arm_biquad_cascade_stereo_df2T_f32(S, pSrc, pDst, blockSize)    tpt_biquad_cascade_stereo_df2T_f32(pDst, S, pSrc, blockSize)
 
#define arm_biquad_cascade_df2T_init_f32   tpt_biquad_cascade_df2T_init_f32
 
#define arm_biquad_cascade_df2T_init_f64   tpt_biquad_cascade_df2T_init_f64
 
#define arm_biquad_cascade_stereo_df2T_init_f32    tpt_biquad_cascade_stereo_df2T_init_f32
 
#define arm_fir_instance_q7   tpt_fir_q7_t
 
#define arm_fir_instance_q15   tpt_fir_q15_t
 
#define arm_fir_instance_q31   tpt_fir_q31_t
 
#define arm_fir_instance_f32   tpt_fir_f32_t
 
#define arm_fir_init_q7   tpt_fir_init_q7
 
#define arm_fir_init_q15   tpt_fir_init_q15
 
#define arm_fir_init_q31   tpt_fir_init_q31
 
#define arm_fir_init_f32   tpt_fir_init_f32
 
#define arm_fir_q7(S, pSrc, pDst, blockSize)    tpt_fir_q7(pDst, S, pSrc, blockSize)
 
#define arm_fir_q15(S, pSrc, pDst, blockSize)    tpt_fir_q15(pDst, S, pSrc, blockSize)
 
#define arm_fir_q31(S, pSrc, pDst, blockSize)    tpt_fir_q31(pDst, S, pSrc, blockSize)
 
#define arm_fir_f32(S, pSrc, pDst, blockSize)    tpt_fir_f32(pDst, S, pSrc, blockSize)
 
#define arm_biquad_casd_df1_inst_q15   tpt_biquad_cascade_df1_q15_t
 
#define arm_biquad_casd_df1_inst_q31   tpt_biquad_cascade_df1_q31_t
 
#define arm_biquad_casd_df1_inst_f32   tpt_biquad_cascade_df1_f32_t
 
#define arm_biquad_cascade_df1_init_q15   tpt_biquad_cascade_df1_init_q15
 
#define arm_biquad_cascade_df1_init_q31   tpt_biquad_cascade_df1_init_q31
 
#define arm_biquad_cascade_df1_init_f32   tpt_biquad_cascade_df1_init_f32
 
#define arm_biquad_cascade_df1_f32(S, pSrc, pDst, blockSize)    tpt_biquad_cascade_df1_f32(pDst, S, pSrc, blockSize)
 
#define arm_biquad_cascade_df1_fast_f32(S, pSrc, pDst, blockSize)    tpt_biquad_cascade_df1_f32(pDst, S, pSrc, blockSize)
 
#define arm_biquad_cascade_df1_q15(S, pSrc, pDst, blockSize)    tpt_biquad_cascade_df1_q15(pDst, S, pSrc, blockSize)
 
#define arm_biquad_cascade_df1_fast_q15(S, pSrc, pDst, blockSize)    tpt_biquad_cascade_df1_q15(pDst, S, pSrc, blockSize)
 
#define arm_biquad_cascade_df1_q31(S, pSrc, pDst, blockSize)    tpt_biquad_cascade_df1_q31(pDst, S, pSrc, blockSize)
 
#define arm_biquad_cascade_df1_fast_q31(S, pSrc, pDst, blockSize)    tpt_biquad_cascade_df1_q31(pDst, S, pSrc, blockSize)
 
#define arm_fir_decimate_instance_f32   tpt_fir_decimate_f32_t
 
#define arm_fir_decimate_instance_q15   tpt_fir_decimate_q15_t
 
#define arm_fir_decimate_instance_q31   tpt_fir_decimate_q31_t
 
#define arm_fir_decimate_f32(S, pSrc, pDst, blockSize)    tpt_fir_decimate_f32(pDst, S, pSrc, blockSize)
 
#define arm_fir_decimate_q15(S, pSrc, pDst, blockSize)    tpt_fir_decimate_q15(pDst, S, pSrc, blockSize)
 
#define arm_fir_decimate_q31(S, pSrc, pDst, blockSize)    tpt_fir_decimate_q31(pDst, S, pSrc, blockSize)
 
#define arm_fir_decimate_fast_q31(S, pSrc, pDst, blockSize)    tpt_fir_decimate_q31(pDst, S, pSrc, blockSize)
 
#define arm_fir_decimate_init_f32(S, numTaps, MpCoeffs, pState, blockSize)    tpt_fir_decimate_init_f32(S, numTaps, M.pCoeffs, pState, blockSize)
 
#define arm_fir_decimate_init_q15(S, numTaps, MpCoeffs, pState, blockSize)    tpt_fir_decimate_init_q15(S, numTaps, M.pCoeffs, pState, blockSize)
 
#define arm_fir_decimate_init_q31(S, numTaps, MpCoeffs, pState, blockSize)    tpt_fir_decimate_init_q31(S, numTaps, M.pCoeffs, pState, blockSize)
 
#define FIR_INTERPOLATE_INIT(s, l, taps, co, st, sz, type)
 
#define arm_fir_lattice_instance_f32   tpt_fir_lattice_f32_t
 
#define arm_fir_lattice_instance_q15   tpt_fir_lattice_q15_t
 
#define arm_fir_lattice_instance_q31   tpt_fir_lattice_q31_t
 
#define arm_fir_lattice_f32(S, pSrc, pDst, blockSize)    tpt_fir_lattice_f32(S, pDst, pSrc, blockSize)
 
#define arm_fir_lattice_q15(S, pSrc, pDst, blockSize)    tpt_fir_lattice_q15(S, pDst, pSrc, blockSize)
 
#define arm_fir_lattice_q31(S, pSrc, pDst, blockSize)    tpt_fir_lattice_q31(S, pDst, pSrc, blockSize)
 
#define arm_fir_lattice_init_f32(S, numStages, pCoeffs, pState)    tpt_fir_lattice_init_f32(S, numStages, pCoeffs, pState)
 
#define arm_fir_lattice_init_q15(S, numStages, pCoeffs, pState)    tpt_fir_lattice_init_q15(S, numStages, pCoeffs, pState)
 
#define arm_fir_lattice_init_q31(S, numStages, pCoeffs, pState)    tpt_fir_lattice_init_q31(S, numStages, pCoeffs, pState)
 
#define CIRCULAR_READ(outBuf, outLen, outPos, outInc, inBuf, inLen, inPos, inInc, Len)
 
#define CIRCULAR_WRITE(outBuf, outLen, outPos, outInc, inBuf, inInc, Len)
 
#define FIR_SPARSE_INIT(s, taps, co, st, td, md, sz, type)
 
#define arm_iir_lattice_f32(S, pSrc, pDst, blockSize)    tpt_iir_lattice_f32(S, pDst, pSrc, blockSize)
 
#define arm_iir_lattice_q15(S, pSrc, pDst, blockSize)    tpt_iir_lattice_q15(S, pDst, pSrc, blockSize)
 
#define arm_iir_lattice_q31(S, pSrc, pDst, blockSize)    tpt_iir_lattice_q31(S, pDst, pSrc, blockSize)
 
#define arm_iir_lattice_init_f32   tpt_iir_lattice_init_f32
 
#define arm_iir_lattice_init_q15   tpt_iir_lattice_init_q15
 
#define arm_iir_lattice_init_q31   tpt_iir_lattice_init_q31
 
#define arm_lms_f32(S, pSrc, pRef, pOut, pErr, blockSize)    tpt_lms_f32(pOut, pErr, S, pSrc, pRef, blockSize)
 
#define arm_lms_q15(S, pSrc, pRef, pOut, pErr, blockSize)    tpt_lms_q15(pOut, pErr, S, pSrc, pRef, blockSize)
 
#define arm_lms_q31(S, pSrc, pRef, pOut, pErr, blockSize)    tpt_lms_q31(pOut, pErr, S, pSrc, pRef, blockSize)
 
#define arm_lms_init_f32   tpt_lms_init_f32
 
#define arm_lms_init_q15   tpt_lms_init_q15
 
#define arm_lms_init_q31   tpt_lms_init_q31
 
#define arm_lms_norm_f32(S, pSrc, pRef, pOut, pErr, blockSize)    tpt_lms_norm_f32(SpOut, pErr, , pSrc, pRef, blockSize)
 
#define arm_lms_norm_q15(S, pSrc, pRef, pOut, pErr, blockSize)    tpt_lms_norm_q15(SpOut, pErr, , pSrc, pRef, blockSize)
 
#define arm_lms_norm_q31(S, pSrc, pRef, pOut, pErr, blockSize)    tpt_lms_norm_q31(SpOut, pErr, , pSrc, pRef, blockSize)
 
#define arm_lms_norm_init_f32   tpt_lms_norm_init_f32
 
#define arm_lms_norm_init_q15   tpt_lms_norm_init_q15
 
#define arm_lms_norm_init_q31   tpt_lms_norm_init_q31
 

Functions

static arm_status arm_conv_partial_f32 (const float32_t *pSrcA, uint32_t srcALen, const float32_t *pSrcB, uint32_t srcBLen, float32_t *pDst, uint32_t firstIndex, uint32_t numPoints)
 
arm_status arm_conv_partial_q7 (const q7_t *pSrcA, uint32_t srcALen, const q7_t *pSrcB, uint32_t srcBLen, q7_t *pDst, uint32_t firstIndex, uint32_t numPoints)
 
arm_status arm_conv_partial_q15 (const q15_t *pSrcA, uint32_t srcALen, const q15_t *pSrcB, uint32_t srcBLen, q15_t *pDst, uint32_t firstIndex, uint32_t numPoints)
 
arm_status arm_conv_partial_q31 (const q31_t *pSrcA, uint32_t srcALen, const q31_t *pSrcB, uint32_t srcBLen, q31_t *pDst, uint32_t firstIndex, uint32_t numPoints)
 
void arm_biquad_cas_df1_32x64_q31 (const arm_biquad_cas_df1_32x64_ins_q31 *S, const q31_t *pSrc, q31_t *pDst, uint32_t blockSize)
 
void arm_biquad_cas_df1_32x64_init_q31 (arm_biquad_cas_df1_32x64_ins_q31 *S, uint8_t numStages, const q31_t *pCoeffs, q63_t *pState, uint8_t postShift)
 
void arm_fir_interpolate_f32 (const arm_fir_interpolate_instance_f32 *S, const float32_t *pSrc, float32_t *pDst, uint32_t blockSize)
 
void arm_fir_interpolate_q15 (const arm_fir_interpolate_instance_q15 *S, const q15_t *pSrc, q15_t *pDst, uint32_t blockSize)
 
void arm_fir_interpolate_q31 (const arm_fir_interpolate_instance_q31 *S, const q31_t *pSrc, q31_t *pDst, uint32_t blockSize)
 
arm_status arm_fir_interpolate_init_f32 (arm_fir_interpolate_instance_f32 *S, uint8_t L, uint16_t numTaps, const float32_t *pCoeffs, float32_t *pState, uint32_t blockSize)
 
arm_status arm_fir_interpolate_init_q15 (arm_fir_interpolate_instance_q15 *S, uint8_t L, uint16_t numTaps, const q15_t *pCoeffs, q15_t *pState, uint32_t blockSize)
 
arm_status arm_fir_interpolate_init_q31 (arm_fir_interpolate_instance_q31 *S, uint8_t L, uint16_t numTaps, const q31_t *pCoeffs, q31_t *pState, uint32_t blockSize)
 
static void arm_circularRead_f32 (int32_t *circBuffer, int32_t L, int32_t *readOffset, int32_t bufferInc, int32_t *dst, int32_t *dst_base, int32_t dst_length, int32_t dstInc, uint32_t blockSize)
 
static void arm_circularWrite_f32 (int32_t *circBuffer, int32_t L, uint16_t *writeOffset, int32_t bufferInc, const int32_t *src, int32_t srcInc, uint32_t blockSize)
 
static void arm_circularRead_q7 (q7_t *circBuffer, int32_t L, int32_t *readOffset, int32_t bufferInc, q7_t *dst, q7_t *dst_base, int32_t dst_length, int32_t dstInc, uint32_t blockSize)
 
static void arm_circularWrite_q7 (q7_t *circBuffer, int32_t L, uint16_t *writeOffset, int32_t bufferInc, const q7_t *src, int32_t srcInc, uint32_t blockSize)
 
static void arm_circularRead_q15 (q15_t *circBuffer, int32_t L, int32_t *readOffset, int32_t bufferInc, q15_t *dst, q15_t *dst_base, int32_t dst_length, int32_t dstInc, uint32_t blockSize)
 
static void arm_circularWrite_q15 (q15_t *circBuffer, int32_t L, uint16_t *writeOffset, int32_t bufferInc, const q15_t *src, int32_t srcInc, uint32_t blockSize)
 
void arm_fir_sparse_f32 (arm_fir_sparse_instance_f32 *S, const float32_t *pSrc, float32_t *pDst, float32_t *pScratchIn, uint32_t blockSize)
 
void arm_fir_sparse_q7 (arm_fir_sparse_instance_q7 *S, const q7_t *pSrc, q7_t *pDst, q7_t *pScratchIn, q31_t *pScratchOut, uint32_t blockSize)
 
void arm_fir_sparse_q15 (arm_fir_sparse_instance_q15 *S, const q15_t *pSrc, q15_t *pDst, q15_t *pScratchIn, q31_t *pScratchOut, uint32_t blockSize)
 
 arm_fir_sparse_q31 (arm_fir_sparse_instance_q31 *S, const q31_t *pSrc, q31_t *pDst, q31_t *pScratchIn, uint32_t blockSize)
 
void arm_fir_sparse_init_f32 (arm_fir_sparse_instance_f32 *S, uint16_t numTaps, const float32_t *pCoeffs, float32_t *pState, int32_t *pTapDelay, uint16_t maxDelay, uint32_t blockSize)
 
void arm_fir_sparse_init_q7 (arm_fir_sparse_instance_q7 *S, uint16_t numTaps, const q7_t *pCoeffs, q7_t *pState, int32_t *pTapDelay, uint16_t maxDelay, uint32_t blockSize)
 
void arm_fir_sparse_init_q15 (arm_fir_sparse_instance_q15 *S, uint16_t numTaps, const q15_t *pCoeffs, q15_t *pState, int32_t *pTapDelay, uint16_t maxDelay, uint32_t blockSize)
 
void arm_fir_sparse_init_q31 (arm_fir_sparse_instance_q31 *S, uint16_t numTaps, const q31_t *pCoeffs, q31_t *pState, int32_t *pTapDelay, uint16_t maxDelay, uint32_t blockSize)
 

Macro Definition Documentation

◆ arm_biquad_cascade_df1_f32

#define arm_biquad_cascade_df1_f32 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_biquad_cascade_df1_f32(pDst, S, pSrc, blockSize)

◆ arm_biquad_cascade_df1_fast_f32

#define arm_biquad_cascade_df1_fast_f32 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_biquad_cascade_df1_f32(pDst, S, pSrc, blockSize)

◆ arm_biquad_cascade_df1_fast_q15

#define arm_biquad_cascade_df1_fast_q15 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_biquad_cascade_df1_q15(pDst, S, pSrc, blockSize)

◆ arm_biquad_cascade_df1_fast_q31

#define arm_biquad_cascade_df1_fast_q31 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_biquad_cascade_df1_q31(pDst, S, pSrc, blockSize)

◆ arm_biquad_cascade_df1_init_f32

#define arm_biquad_cascade_df1_init_f32   tpt_biquad_cascade_df1_init_f32

◆ arm_biquad_cascade_df1_init_q15

#define arm_biquad_cascade_df1_init_q15   tpt_biquad_cascade_df1_init_q15

◆ arm_biquad_cascade_df1_init_q31

#define arm_biquad_cascade_df1_init_q31   tpt_biquad_cascade_df1_init_q31

◆ arm_biquad_cascade_df1_q15

#define arm_biquad_cascade_df1_q15 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_biquad_cascade_df1_q15(pDst, S, pSrc, blockSize)

◆ arm_biquad_cascade_df1_q31

#define arm_biquad_cascade_df1_q31 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_biquad_cascade_df1_q31(pDst, S, pSrc, blockSize)

◆ arm_biquad_cascade_df2T_f32

#define arm_biquad_cascade_df2T_f32 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_biquad_cascade_df2T_f32(pDst, S, pSrc, blockSize)

◆ arm_biquad_cascade_df2T_f64

#define arm_biquad_cascade_df2T_f64 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_biquad_cascade_df2T_f64(pDst, S, pSrc, blockSize)

◆ arm_biquad_cascade_df2T_init_f32

#define arm_biquad_cascade_df2T_init_f32   tpt_biquad_cascade_df2T_init_f32

◆ arm_biquad_cascade_df2T_init_f64

#define arm_biquad_cascade_df2T_init_f64   tpt_biquad_cascade_df2T_init_f64

◆ arm_biquad_cascade_df2T_instance_f32

#define arm_biquad_cascade_df2T_instance_f32   tpt_biquad_cascade_df2T_f32_t

◆ arm_biquad_cascade_df2T_instance_f64

#define arm_biquad_cascade_df2T_instance_f64   tpt_biquad_cascade_df2T_f64_t

◆ arm_biquad_cascade_stereo_df2T_f32

#define arm_biquad_cascade_stereo_df2T_f32 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_biquad_cascade_stereo_df2T_f32(pDst, S, pSrc, blockSize)

◆ arm_biquad_cascade_stereo_df2T_init_f32

#define arm_biquad_cascade_stereo_df2T_init_f32    tpt_biquad_cascade_stereo_df2T_init_f32

◆ arm_biquad_casd_df1_inst_f32

#define arm_biquad_casd_df1_inst_f32   tpt_biquad_cascade_df1_f32_t

◆ arm_biquad_casd_df1_inst_q15

#define arm_biquad_casd_df1_inst_q15   tpt_biquad_cascade_df1_q15_t

◆ arm_biquad_casd_df1_inst_q31

#define arm_biquad_casd_df1_inst_q31   tpt_biquad_cascade_df1_q31_t

◆ arm_conv_f32

#define arm_conv_f32 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst 
)     tpt_conv_f32(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_conv_fast_f32

#define arm_conv_fast_f32 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst 
)     tpt_conv_f32(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_conv_fast_opt_q15

#define arm_conv_fast_opt_q15 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst,
  pScrt1,
  pScrt2 
)     tpt_conv_q15(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_conv_fast_opt_q31

#define arm_conv_fast_opt_q31 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst,
  pScrt1,
  pScrt2 
)     tpt_conv_q31(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_conv_fast_opt_q7

#define arm_conv_fast_opt_q7 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst,
  pScrt1,
  pScrt2 
)     tpt_conv_q7(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_conv_fast_q15

#define arm_conv_fast_q15 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst 
)     tpt_conv_q15(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_conv_fast_q31

#define arm_conv_fast_q31 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst 
)     tpt_conv_q31(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_conv_fast_q7

#define arm_conv_fast_q7 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst 
)     tpt_conv_q7(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_conv_opt_q15

#define arm_conv_opt_q15 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst,
  pScrth,
  pScrt2 
)     tpt_conv_q15(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_conv_opt_q31

#define arm_conv_opt_q31 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst,
  pScrt1,
  pScrt2 
)     tpt_conv_q31(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_conv_opt_q7

#define arm_conv_opt_q7 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst,
  pScrt1,
  pScrt2 
)     tpt_conv_q7(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_conv_partial_fast_opt_q15

#define arm_conv_partial_fast_opt_q15 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst,
  firstIndex,
  numPoints,
  pScratch1,
  pScratch2 
)
Value:
arm_conv_partial_q15(pSrcA, srcALen, pSrcB, srcBLen, pDst, firstIndex, \
numPoints)
arm_status arm_conv_partial_q15(const q15_t *pSrcA, uint32_t srcALen, const q15_t *pSrcB, uint32_t srcBLen, q15_t *pDst, uint32_t firstIndex, uint32_t numPoints)
Definition: arm_math_filter.h:109

◆ arm_conv_partial_fast_q15

#define arm_conv_partial_fast_q15   arm_conv_partial_q15

◆ arm_conv_partial_fast_q31

#define arm_conv_partial_fast_q31   arm_conv_partial_q31

◆ arm_conv_partial_opt_q15

#define arm_conv_partial_opt_q15 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst,
  firstIndex,
  numPoints,
  pScratch1,
  pScratch2 
)
Value:
arm_conv_partial_q15(pSrcA, srcALen, pSrcB, srcBLen, pDst, firstIndex, \
numPoints)

◆ arm_conv_partial_opt_q7

#define arm_conv_partial_opt_q7 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst,
  firstIndex,
  numPoints,
  pScratch1,
  pScratch2 
)
Value:
arm_conv_partial_q7(pSrcA, srcALen, pSrcB, srcBLen, pDst, firstIndex, \
numPoints)
arm_status arm_conv_partial_q7(const q7_t *pSrcA, uint32_t srcALen, const q7_t *pSrcB, uint32_t srcBLen, q7_t *pDst, uint32_t firstIndex, uint32_t numPoints)
Definition: arm_math_filter.h:79

◆ arm_conv_q15

#define arm_conv_q15 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst 
)     tpt_conv_q15(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_conv_q31

#define arm_conv_q31 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst 
)     tpt_conv_q31(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_conv_q7

#define arm_conv_q7 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst 
)     tpt_conv_q7(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_correlate_f32

#define arm_correlate_f32 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst 
)     tpt_correlate_f32(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_correlate_fast_opt_q15

#define arm_correlate_fast_opt_q15 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst,
  pScrt 
)     tpt_correlate_fast_q15(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_correlate_fast_q15

#define arm_correlate_fast_q15 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst 
)     tpt_correlate_fast_q15(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_correlate_fast_q31

#define arm_correlate_fast_q31 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst 
)     tpt_correlate_fast_q31(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_correlate_opt_q15

#define arm_correlate_opt_q15 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst,
  pScrt1,
  pScrt2 
)     tpt_correlate_q15(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_correlate_opt_q31

#define arm_correlate_opt_q31 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst,
  pScrt1,
  pScrt2 
)     tpt_correlate_q31(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_correlate_opt_q7

#define arm_correlate_opt_q7 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst,
  pScrt1,
  pScrt2 
)     tpt_correlate_q7(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_correlate_q15

#define arm_correlate_q15 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst 
)     tpt_correlate_q15(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_correlate_q31

#define arm_correlate_q31 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst 
)     tpt_correlate_q31(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_correlate_q7

#define arm_correlate_q7 (   pSrcA,
  srcALen,
  pSrcB,
  srcBLen,
  pDst 
)     tpt_correlate_q7(pDst, pSrcA, srcALen, pSrcB, srcBLen)

◆ arm_fir_decimate_f32

#define arm_fir_decimate_f32 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_fir_decimate_f32(pDst, S, pSrc, blockSize)

◆ arm_fir_decimate_fast_q31

#define arm_fir_decimate_fast_q31 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_fir_decimate_q31(pDst, S, pSrc, blockSize)

◆ arm_fir_decimate_init_f32

#define arm_fir_decimate_init_f32 (   S,
  numTaps,
  MpCoeffs,
  pState,
  blockSize 
)     tpt_fir_decimate_init_f32(S, numTaps, M.pCoeffs, pState, blockSize)

◆ arm_fir_decimate_init_q15

#define arm_fir_decimate_init_q15 (   S,
  numTaps,
  MpCoeffs,
  pState,
  blockSize 
)     tpt_fir_decimate_init_q15(S, numTaps, M.pCoeffs, pState, blockSize)

◆ arm_fir_decimate_init_q31

#define arm_fir_decimate_init_q31 (   S,
  numTaps,
  MpCoeffs,
  pState,
  blockSize 
)     tpt_fir_decimate_init_q31(S, numTaps, M.pCoeffs, pState, blockSize)

◆ arm_fir_decimate_instance_f32

#define arm_fir_decimate_instance_f32   tpt_fir_decimate_f32_t

◆ arm_fir_decimate_instance_q15

#define arm_fir_decimate_instance_q15   tpt_fir_decimate_q15_t

◆ arm_fir_decimate_instance_q31

#define arm_fir_decimate_instance_q31   tpt_fir_decimate_q31_t

◆ arm_fir_decimate_q15

#define arm_fir_decimate_q15 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_fir_decimate_q15(pDst, S, pSrc, blockSize)

◆ arm_fir_decimate_q31

#define arm_fir_decimate_q31 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_fir_decimate_q31(pDst, S, pSrc, blockSize)

◆ arm_fir_f32

#define arm_fir_f32 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_fir_f32(pDst, S, pSrc, blockSize)

◆ arm_fir_init_f32

#define arm_fir_init_f32   tpt_fir_init_f32

◆ arm_fir_init_q15

#define arm_fir_init_q15   tpt_fir_init_q15

◆ arm_fir_init_q31

#define arm_fir_init_q31   tpt_fir_init_q31

◆ arm_fir_init_q7

#define arm_fir_init_q7   tpt_fir_init_q7

◆ arm_fir_instance_f32

#define arm_fir_instance_f32   tpt_fir_f32_t

◆ arm_fir_instance_q15

#define arm_fir_instance_q15   tpt_fir_q15_t

◆ arm_fir_instance_q31

#define arm_fir_instance_q31   tpt_fir_q31_t

◆ arm_fir_instance_q7

#define arm_fir_instance_q7   tpt_fir_q7_t

◆ arm_fir_lattice_f32

#define arm_fir_lattice_f32 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_fir_lattice_f32(S, pDst, pSrc, blockSize)

◆ arm_fir_lattice_init_f32

#define arm_fir_lattice_init_f32 (   S,
  numStages,
  pCoeffs,
  pState 
)     tpt_fir_lattice_init_f32(S, numStages, pCoeffs, pState)

◆ arm_fir_lattice_init_q15

#define arm_fir_lattice_init_q15 (   S,
  numStages,
  pCoeffs,
  pState 
)     tpt_fir_lattice_init_q15(S, numStages, pCoeffs, pState)

◆ arm_fir_lattice_init_q31

#define arm_fir_lattice_init_q31 (   S,
  numStages,
  pCoeffs,
  pState 
)     tpt_fir_lattice_init_q31(S, numStages, pCoeffs, pState)

◆ arm_fir_lattice_instance_f32

#define arm_fir_lattice_instance_f32   tpt_fir_lattice_f32_t

◆ arm_fir_lattice_instance_q15

#define arm_fir_lattice_instance_q15   tpt_fir_lattice_q15_t

◆ arm_fir_lattice_instance_q31

#define arm_fir_lattice_instance_q31   tpt_fir_lattice_q31_t

◆ arm_fir_lattice_q15

#define arm_fir_lattice_q15 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_fir_lattice_q15(S, pDst, pSrc, blockSize)

◆ arm_fir_lattice_q31

#define arm_fir_lattice_q31 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_fir_lattice_q31(S, pDst, pSrc, blockSize)

◆ arm_fir_q15

#define arm_fir_q15 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_fir_q15(pDst, S, pSrc, blockSize)

◆ arm_fir_q31

#define arm_fir_q31 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_fir_q31(pDst, S, pSrc, blockSize)

◆ arm_fir_q7

#define arm_fir_q7 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_fir_q7(pDst, S, pSrc, blockSize)

◆ arm_iir_lattice_f32

#define arm_iir_lattice_f32 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_iir_lattice_f32(S, pDst, pSrc, blockSize)

◆ arm_iir_lattice_init_f32

#define arm_iir_lattice_init_f32   tpt_iir_lattice_init_f32

◆ arm_iir_lattice_init_q15

#define arm_iir_lattice_init_q15   tpt_iir_lattice_init_q15

◆ arm_iir_lattice_init_q31

#define arm_iir_lattice_init_q31   tpt_iir_lattice_init_q31

◆ arm_iir_lattice_q15

#define arm_iir_lattice_q15 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_iir_lattice_q15(S, pDst, pSrc, blockSize)

◆ arm_iir_lattice_q31

#define arm_iir_lattice_q31 (   S,
  pSrc,
  pDst,
  blockSize 
)     tpt_iir_lattice_q31(S, pDst, pSrc, blockSize)

◆ arm_lms_f32

#define arm_lms_f32 (   S,
  pSrc,
  pRef,
  pOut,
  pErr,
  blockSize 
)     tpt_lms_f32(pOut, pErr, S, pSrc, pRef, blockSize)

◆ arm_lms_init_f32

#define arm_lms_init_f32   tpt_lms_init_f32

◆ arm_lms_init_q15

#define arm_lms_init_q15   tpt_lms_init_q15

◆ arm_lms_init_q31

#define arm_lms_init_q31   tpt_lms_init_q31

◆ arm_lms_norm_f32

#define arm_lms_norm_f32 (   S,
  pSrc,
  pRef,
  pOut,
  pErr,
  blockSize 
)     tpt_lms_norm_f32(SpOut, pErr, , pSrc, pRef, blockSize)

◆ arm_lms_norm_init_f32

#define arm_lms_norm_init_f32   tpt_lms_norm_init_f32

◆ arm_lms_norm_init_q15

#define arm_lms_norm_init_q15   tpt_lms_norm_init_q15

◆ arm_lms_norm_init_q31

#define arm_lms_norm_init_q31   tpt_lms_norm_init_q31

◆ arm_lms_norm_q15

#define arm_lms_norm_q15 (   S,
  pSrc,
  pRef,
  pOut,
  pErr,
  blockSize 
)     tpt_lms_norm_q15(SpOut, pErr, , pSrc, pRef, blockSize)

◆ arm_lms_norm_q31

#define arm_lms_norm_q31 (   S,
  pSrc,
  pRef,
  pOut,
  pErr,
  blockSize 
)     tpt_lms_norm_q31(SpOut, pErr, , pSrc, pRef, blockSize)

◆ arm_lms_q15

#define arm_lms_q15 (   S,
  pSrc,
  pRef,
  pOut,
  pErr,
  blockSize 
)     tpt_lms_q15(pOut, pErr, S, pSrc, pRef, blockSize)

◆ arm_lms_q31

#define arm_lms_q31 (   S,
  pSrc,
  pRef,
  pOut,
  pErr,
  blockSize 
)     tpt_lms_q31(pOut, pErr, S, pSrc, pRef, blockSize)

◆ CIRCULAR_READ

#define CIRCULAR_READ (   outBuf,
  outLen,
  outPos,
  outInc,
  inBuf,
  inLen,
  inPos,
  inInc,
  Len 
)
Value:
for (uint32_t k = Len; k > 0U; k--) \
{ \
outBuf[outPos] = inBuf[inPos]; \
\
inPos += inInc; \
if (inPos >= inLen) \
inPos -= inLen; \
\
outPos += outInc; \
if (outPos >= outLen) \
outPos -= outLen; \
}

◆ CIRCULAR_WRITE

#define CIRCULAR_WRITE (   outBuf,
  outLen,
  outPos,
  outInc,
  inBuf,
  inInc,
  Len 
)
Value:
for (uint32_t k = Len; k > 0U; k--) \
{ \
outBuf[outPos] = *inBuf; \
\
inBuf += inInc; \
\
outPos += outInc; \
if (outPos >= outLen) \
outPos -= outLen; \
}

◆ FIR_INTERPOLATE_INIT

#define FIR_INTERPOLATE_INIT (   s,
  l,
  taps,
  co,
  st,
  sz,
  type 
)
Value:
do \
{ \
s->L = l; \
s->phaseLength = taps / l; \
s->pCoeffs = co; \
memset(st, 0, (sz + s->phaseLength - 1U) * sizeof(type)); \
s->pState = st; \
} while (0)

◆ FIR_SPARSE_INIT

#define FIR_SPARSE_INIT (   s,
  taps,
  co,
  st,
  td,
  md,
  sz,
  type 
)
Value:
do \
{ \
s->numTaps = taps; \
s->pCoeffs = co; \
s->pTapDelay = td; \
s->maxDelay = md; \
s->stateIndex = 0U; \
memset(st, 0, (md + sz) * sizeof(type)); \
s->pState = st; \
} while (0)

Function Documentation

◆ arm_biquad_cas_df1_32x64_init_q31()

void arm_biquad_cas_df1_32x64_init_q31 ( arm_biquad_cas_df1_32x64_ins_q31 S,
uint8_t  numStages,
const q31_t pCoeffs,
q63_t pState,
uint8_t  postShift 
)

◆ arm_biquad_cas_df1_32x64_q31()

void arm_biquad_cas_df1_32x64_q31 ( const arm_biquad_cas_df1_32x64_ins_q31 S,
const q31_t pSrc,
q31_t pDst,
uint32_t  blockSize 
)

◆ arm_circularRead_f32()

static void arm_circularRead_f32 ( int32_t *  circBuffer,
int32_t  L,
int32_t *  readOffset,
int32_t  bufferInc,
int32_t *  dst,
int32_t *  dst_base,
int32_t  dst_length,
int32_t  dstInc,
uint32_t  blockSize 
)
inlinestatic

◆ arm_circularRead_q15()

static void arm_circularRead_q15 ( q15_t circBuffer,
int32_t  L,
int32_t *  readOffset,
int32_t  bufferInc,
q15_t dst,
q15_t dst_base,
int32_t  dst_length,
int32_t  dstInc,
uint32_t  blockSize 
)
inlinestatic

◆ arm_circularRead_q7()

static void arm_circularRead_q7 ( q7_t circBuffer,
int32_t  L,
int32_t *  readOffset,
int32_t  bufferInc,
q7_t dst,
q7_t dst_base,
int32_t  dst_length,
int32_t  dstInc,
uint32_t  blockSize 
)
inlinestatic

◆ arm_circularWrite_f32()

static void arm_circularWrite_f32 ( int32_t *  circBuffer,
int32_t  L,
uint16_t *  writeOffset,
int32_t  bufferInc,
const int32_t *  src,
int32_t  srcInc,
uint32_t  blockSize 
)
inlinestatic

◆ arm_circularWrite_q15()

static void arm_circularWrite_q15 ( q15_t circBuffer,
int32_t  L,
uint16_t *  writeOffset,
int32_t  bufferInc,
const q15_t src,
int32_t  srcInc,
uint32_t  blockSize 
)
inlinestatic

◆ arm_circularWrite_q7()

static void arm_circularWrite_q7 ( q7_t circBuffer,
int32_t  L,
uint16_t *  writeOffset,
int32_t  bufferInc,
const q7_t src,
int32_t  srcInc,
uint32_t  blockSize 
)
inlinestatic

◆ arm_conv_partial_f32()

static arm_status arm_conv_partial_f32 ( const float32_t pSrcA,
uint32_t  srcALen,
const float32_t pSrcB,
uint32_t  srcBLen,
float32_t pDst,
uint32_t  firstIndex,
uint32_t  numPoints 
)
inlinestatic

◆ arm_conv_partial_q15()

arm_status arm_conv_partial_q15 ( const q15_t pSrcA,
uint32_t  srcALen,
const q15_t pSrcB,
uint32_t  srcBLen,
q15_t pDst,
uint32_t  firstIndex,
uint32_t  numPoints 
)

◆ arm_conv_partial_q31()

arm_status arm_conv_partial_q31 ( const q31_t pSrcA,
uint32_t  srcALen,
const q31_t pSrcB,
uint32_t  srcBLen,
q31_t pDst,
uint32_t  firstIndex,
uint32_t  numPoints 
)

◆ arm_conv_partial_q7()

arm_status arm_conv_partial_q7 ( const q7_t pSrcA,
uint32_t  srcALen,
const q7_t pSrcB,
uint32_t  srcBLen,
q7_t pDst,
uint32_t  firstIndex,
uint32_t  numPoints 
)

◆ arm_fir_interpolate_f32()

void arm_fir_interpolate_f32 ( const arm_fir_interpolate_instance_f32 S,
const float32_t pSrc,
float32_t pDst,
uint32_t  blockSize 
)

◆ arm_fir_interpolate_init_f32()

arm_status arm_fir_interpolate_init_f32 ( arm_fir_interpolate_instance_f32 S,
uint8_t  L,
uint16_t  numTaps,
const float32_t pCoeffs,
float32_t pState,
uint32_t  blockSize 
)

◆ arm_fir_interpolate_init_q15()

arm_status arm_fir_interpolate_init_q15 ( arm_fir_interpolate_instance_q15 S,
uint8_t  L,
uint16_t  numTaps,
const q15_t pCoeffs,
q15_t pState,
uint32_t  blockSize 
)

◆ arm_fir_interpolate_init_q31()

arm_status arm_fir_interpolate_init_q31 ( arm_fir_interpolate_instance_q31 S,
uint8_t  L,
uint16_t  numTaps,
const q31_t pCoeffs,
q31_t pState,
uint32_t  blockSize 
)

◆ arm_fir_interpolate_q15()

void arm_fir_interpolate_q15 ( const arm_fir_interpolate_instance_q15 S,
const q15_t pSrc,
q15_t pDst,
uint32_t  blockSize 
)

◆ arm_fir_interpolate_q31()

void arm_fir_interpolate_q31 ( const arm_fir_interpolate_instance_q31 S,
const q31_t pSrc,
q31_t pDst,
uint32_t  blockSize 
)

◆ arm_fir_sparse_f32()

void arm_fir_sparse_f32 ( arm_fir_sparse_instance_f32 S,
const float32_t pSrc,
float32_t pDst,
float32_t pScratchIn,
uint32_t  blockSize 
)

◆ arm_fir_sparse_init_f32()

void arm_fir_sparse_init_f32 ( arm_fir_sparse_instance_f32 S,
uint16_t  numTaps,
const float32_t pCoeffs,
float32_t pState,
int32_t *  pTapDelay,
uint16_t  maxDelay,
uint32_t  blockSize 
)

◆ arm_fir_sparse_init_q15()

void arm_fir_sparse_init_q15 ( arm_fir_sparse_instance_q15 S,
uint16_t  numTaps,
const q15_t pCoeffs,
q15_t pState,
int32_t *  pTapDelay,
uint16_t  maxDelay,
uint32_t  blockSize 
)

◆ arm_fir_sparse_init_q31()

void arm_fir_sparse_init_q31 ( arm_fir_sparse_instance_q31 S,
uint16_t  numTaps,
const q31_t pCoeffs,
q31_t pState,
int32_t *  pTapDelay,
uint16_t  maxDelay,
uint32_t  blockSize 
)

◆ arm_fir_sparse_init_q7()

void arm_fir_sparse_init_q7 ( arm_fir_sparse_instance_q7 S,
uint16_t  numTaps,
const q7_t pCoeffs,
q7_t pState,
int32_t *  pTapDelay,
uint16_t  maxDelay,
uint32_t  blockSize 
)

◆ arm_fir_sparse_q15()

void arm_fir_sparse_q15 ( arm_fir_sparse_instance_q15 S,
const q15_t pSrc,
q15_t pDst,
q15_t pScratchIn,
q31_t pScratchOut,
uint32_t  blockSize 
)

◆ arm_fir_sparse_q31()

arm_fir_sparse_q31 ( arm_fir_sparse_instance_q31 S,
const q31_t pSrc,
q31_t pDst,
q31_t pScratchIn,
uint32_t  blockSize 
)

◆ arm_fir_sparse_q7()

void arm_fir_sparse_q7 ( arm_fir_sparse_instance_q7 S,
const q7_t pSrc,
q7_t pDst,
q7_t pScratchIn,
q31_t pScratchOut,
uint32_t  blockSize 
)