1 Star 0 Fork 0

Espressif Systems/esp-dsp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
esp-dsp-apis.rst 2.16 KB
一键复制 编辑 原始数据 按行查看 历史

Espressif DSP Library API Reference

Header Files

To use the library, include esp_dsp.h header file into the source code.

Signal (1D) Processing APIs

Signal processing APIs use dsps prefix. The following modules are available:

  • Dot-product - Calculates dot-product of two vectors
  • FFT - Fast Fourier Transform functionality
  • DCT - Discrete Cosine Transform functionality
  • IIR - IIR filter functionality
  • FIR - FIR filter functionality
  • Math - Basic vector operations
  • Conv - Convolution/correlation functionality
  • Support - Support functions
  • Window functions - FFT window generation functions

Dot-product

FFT

DCT

FIR

IIR

Math

Conv

Support

Window Functions

Matrix Operations APIs

Matrix operations APIs use dspm prefix. The following modules are available:

  • Multiplication - basic matrix multiplication operations

Matrix Multiplication

Matrix Operations

Miscellaneous

Various common functions used by other modules are included in this module.

Common APIs

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/espressif-systems/esp-dsp.git
git@gitee.com:espressif-systems/esp-dsp.git
espressif-systems
esp-dsp
esp-dsp
master

搜索帮助