Skip to content

norsk-datateknikk/NDSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Releases

No releases published

Packages

No packages published

Languages