ndsp

Crates.iondsp
lib.rsndsp
version0.3.1
sourcesrc
created_at2022-04-20 17:24:58.989209
updated_at2022-05-09 20:05:41.869623
descriptionA package for Rust DSP.
homepage
repositoryhttps://github.com/norsk-datateknikk/NDSP
max_upload_size
id571069
size1,403,460
(ErikBuer)

documentation

README

NDSP

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.

Testing the library (for development purposes)

cargo test --features "std"
Commit count: 178

cargo fmt