# :-: 入門指南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): 實數和復數實用程序函數