Git Product home page Git Product logo

arm-rt-dsp's Introduction

ARM-RT-DSP (ARM Real-Time DSP Extension Library)

Project status License C/C++ CI

Welcome to the ARM-RT-DSP repository! This repository contains the ARM Real-Time DSP Extension Library, which provides a collection of optimized digital signal processing (DSP) algorithms for ARM-based platforms. The primary focus of the library is to facilitate real-time control applications on ARM processors in conjunction with the ARM DSP support library. The library complements the ARM CMSIS-DSP library.

Please note: This project is currently under active development and is not yet ready for use in production environments. The documentation, API, and other aspects may undergo significant changes as the project evolves.

Table of Contents

Features

  • Primarily designed for real-time control applications.
  • Intended for ARM processors but can be used on other platforms.
  • Support macros for defining fixed point constants.
  • 32-bit saturated math functions.
  • Conversion functions for fixed-point data types.
  • Limit and range check functions.
  • Ramp functions.
  • Hysteresis functions.
  • Fast and simple pseudo-moving average filter.
  • PI and PID controllers.

Installation

To use the ARM-RT-DSP library, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/ARM-RT-DSP.git
  2. Include the necessary library files in your project.

  3. Build and link the library files with your project according to your build system.

Usage

To start using the ARM-RT-DSP library, please refer to the Usage Guide. It provides an overview of the library's modules, functions, and usage examples to help you integrate the library into your projects effectively.

License

The ARM-RT-DSP library is open-source and released under the MIT License. Feel free to use, modify, and distribute the library in your own projects.

Contact

For any questions, feedback, or suggestions regarding the ARM-RT-DSP library, please contact:

Andrew Meares Email: [email protected]

I appreciate your interest in the ARM-RT-DSP project!

arm-rt-dsp's People

Contributors

ameares avatar actions-user avatar

Stargazers

 avatar  avatar

Watchers

 avatar

arm-rt-dsp's Issues

GCC and mulsat functions are producing overflow warnings.

The intention is for ARM platform specific overflow behavior but this is probably outside of standard C and implementation defined. The distinction between portable code that can be run on my intel 64bit platform vs the ARM Cortex-M4 platform needs to be addressed in the project.

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.