Library for acoustic signal processing (Rust implementation of to-be-fast code). https://code.ascee.nl/ascee/lasprs
Go to file
Anne de Jong 3f58b19442 All filter stuff with wrappers. Added some convenience functions. Added tests 2023-11-25 14:58:20 +01:00
python/lasprs All filter stuff with wrappers. Added some convenience functions. Added tests 2023-11-25 14:58:20 +01:00
src All filter stuff with wrappers. Added some convenience functions. Added tests 2023-11-25 14:58:20 +01:00
test All filter stuff with wrappers. Added some convenience functions. Added tests 2023-11-25 14:58:20 +01:00
tools All filter stuff with wrappers. Added some convenience functions. Added tests 2023-11-25 14:58:20 +01:00
.gitignore All filter stuff with wrappers. Added some convenience functions. Added tests 2023-11-25 14:58:20 +01:00
Cargo.toml All filter stuff with wrappers. Added some convenience functions. Added tests 2023-11-25 14:58:20 +01:00
README.md Added readme 2023-11-22 14:56:25 +01:00
pyproject.toml All filter stuff with wrappers. Added some convenience functions. Added tests 2023-11-25 14:58:20 +01:00

README.md

LASPrs: Library for Acoustic Signal Processing in Rust

Welcome to LASPrs: Library for Acoustic Signal Processing. LASPrs is a rust library that provides tools and measurement software that enables the acquisition and processing of (multi) sensor data in real time on a PC and output results.

The Python bindings of this library are available through pylasprs.