Code Monkey home page Code Monkey logo

esp-dsp-idf's Introduction

Component Registry

Espressif DSP Library

ESP-DSP is the official DSP library for all Espressif chips. The library contains optimized functions for ESP32 and ESP32-S3 chips.

Overview

ESP-DSP is intended to be used as an ESP-IDF component. For the introduction to ESP-IDF, refer to the ESP-IDF Programming Guide.

The ESP-DSP library includes implementations of the following functions:

Many of the library functions are written in assembly and are optimized for the CPU configuration used in the ESP32. In addition to the optimized implementations, reference implementations written in ANSI C are provided.

Function implementations are provided for single precision floating point (32-bit float), and 16-bit signed integers.

Documentation

Documentation found in the above links is automatically generated from the contents of this repository. If you find that some information is missing or incomplete, please report an issue.

Installation and Usage

The ESP-DSP library is a component for the ESP-IDF build system.

The recommended way to use the component is to install it from the IDF Component Registry.

Adding ESP-DSP component to an existing project

In the project directory, run:

idf.py add-dependency "espressif/esp-dsp"

This will add the esp-dsp component as a dependency to the main component of your project. You can also add it by editing the idf_component.yml file manually.

Downloading ESP-DSP examples

You can download the example projects from the IDF Component Registry website or use the idf.py create-project-from-example command. For example:

idf.py create-project-from-example "espressif/esp-dsp:basic_math"

Please refer to the IDF Component Registry for the download links and the instructions.

You can also use Git to clone this repository and find all the examples in the examples/ subdirectory. For the list of the examples, please see README.md in the examples directory.

Building and running ESP-DSP examples

Build, flash and monitor as this is usually done for ESP-IDF projects:

idf.py -p PORT flash monitor

where PORT is the UART port name of your development board, such as /dev/ttyUSB0 or COM1.

Note that you need to set up ESP-IDF before building the project. Refer to the ESP-IDF Getting Started Guide if you don't have the environment set up yet.

Reporting Issues

If you have found an issue in ESP-DSP, or wish to submit an enhancement request, please use the Issues section on Github.

For general questions related to this library, please use the esp32.com forum.

Contributing to ESP-DSP

Please check CONTRIBUTING.md if you'd like to contribute to ESP-DSP.

Copyrights and License

All original source code in this repository is Copyright (C) 2018-2023 Espressif Systems. This source code is licensed under the Apache License 2.0 as described in the file LICENSE.

esp-dsp-idf's People

Contributors

dmitry1945 avatar igrr avatar peter-marcisovsky avatar suda-morris avatar tom-borcin avatar mavalki avatar kumekay avatar chibi314 avatar philippe44 avatar antmak avatar barabas5532 avatar ftab avatar lbernstone avatar listout avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.