The MityDSP Signal Processing library provides for an optimized C++ library API for various signal processing functions. Note: in some cases, this library invokes functions provided for by version 2.0 of the TI TMS 320671X DSP library, which can be found and download from http://www.ti.com. If the TI DSP library is invoked by a particular method/function, it will be clearly documented in the method description. Otherwise, the code will consist of custom developed softare.
The following list outlines the signal processing modules included in the library.
Class supporting multi-channel block-decimating short-inut-float-output FIR filtering. | |
Class providing general purpose noise generation routines | |
Class providing utility methods for working with the TI DSP C6000 libraries. | |
Class providing vector processing methods not provided by the TI DSP libraries. | |
Class providing windowing functions for signal processing. |
Adding The SigProc Library To Your Project
Runtime Version Check