Crates.io | ndsp |
lib.rs | ndsp |
version | 0.3.1 |
source | src |
created_at | 2022-04-20 17:24:58.989209 |
updated_at | 2022-05-09 20:05:41.869623 |
description | A package for Rust DSP. |
homepage | |
repository | https://github.com/norsk-datateknikk/NDSP |
max_upload_size | |
id | 571069 |
size | 1,403,460 |
Norsk Datateknikk No-STD DSP library for Rust.
The focus of the module is to build up a library of DSP code. Not compute speed focused at this time. The first goal is to get basic features up and running to simplify writing.
The goal is to write a library that targets embedded platforms.
It utilizes the mixed-num library to allow flexibility in fixed and floating point sizes and precisions.
The package.
The documentation.
Release notes are found under RELEASES.md.
cargo test --features "std"