DSPLIB User Guide
Digital Signal Processing (DSP) kernels

Introduction

This module consists of kernels that implement DSP algorithms.

Sub Modules

 DSPLIB_add
 Kernel for adding two input vector data.
 
 DSPLIB_addConstant
 Kernel for adding input constant with an vector input (TBD)
 
 DSPLIB_cascadeBiquad
 Kernel for multichannel multistage cascade on input data.
 
 DSPLIB_fir
 Kernel for convolving input data with an input filter.
 
 DSPLIB_max
 Kernel for max input data between two vectors.
 
 DSPLIB_min
 Kernel for min input data between two vectors.
 
 DSPLIB_mul
 Kernel for muling two input vector data.
 
 DSPLIB_mulConstant
 Kernel for muling input constant with an vector input (TBD)
 
 DSPLIB_sqr
 Kernel for square input data between two vectors.
 
 DSPLIB_sqrAdd
 Kernel for adding square of all input data.
 
 DSPLIB_sub
 Kernel for subing two input vector data.
 
 DSPLIB_subConstant
 Kernel for subing input constant with an vector input (TBD)