# :-: 入门指南Getting Started
> 德州仪器数字信号处理库(DSPLib)是一组优化的函数,用于在MSP430和MSP432设备上执行通用定点信号处理操作。在需要处理滤波转换的应用程序中,可以利用DSPLib以最低的能耗实时运行超低功耗应用程序。
## 支持硬件加速器Supported Hardware Accelerator
该库利用了MSP MCU系列设备中可用的各种硬件加速器,目前支持以下硬件加速器的优化:
> * MPY32: 32位硬件乘法器(32-bit hardware multiplier)
> * LEA: 低功耗加速器(Low Energy Accelerator)
## 支持IDE和编译器Supported IDE and Compilers
DSP库已经过测试,并支持以下IDE和编译器工具链:
> * Texas Instruments Code Composer Studio (CCS)
> * IAR Embedded Workbench
## 章节
> * [定点数类型(Fixed-Point Types)](FixedPointTypes.md)
> * [Complex Numbers](usersguide_complex.html)
> * [Filter Coefficient Generation](usersguide_coefficients.html)
> * [FIR Circular Buffer](usersguide_circular.html)
> * [Low Energy Accelerator (LEA)](usersguide_lea.html)
## 模块
MSP DSP库包含以下功能集,它们支持实数和复数16位(Q15)和32位(IQ31)数据类型。
> * [向量Vector](group__dsplib__vector__api.html): 实数和复数向量函数
> * [矩阵Matrix](group__dsplib__matrix__api.html): 实数矩阵函数
> * [滤波器Filter](group__dsplib__filter__api.html): 实数和复数滤波器功能
> * [变换Transform](group__dsplib__transform__api.html): 实数和复数转换函数
> * [实用程序Utility](group__dsplib__utility__api.html): 实数和复数实用程序函数