Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sile/dagc
A Rust implementation of digital AGC (automatic gain control)
https://github.com/sile/dagc
agc rust
Last synced: about 13 hours ago
JSON representation
A Rust implementation of digital AGC (automatic gain control)
- Host: GitHub
- URL: https://github.com/sile/dagc
- Owner: sile
- License: apache-2.0
- Created: 2022-03-20T12:55:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T02:45:17.000Z (over 2 years ago)
- Last Synced: 2024-08-13T23:17:03.619Z (3 months ago)
- Topics: agc, rust
- Language: Rust
- Homepage:
- Size: 44.9 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
dagc
====[![dagc](https://img.shields.io/crates/v/dagc.svg)](https://crates.io/crates/dagc)
[![Documentation](https://docs.rs/dagc/badge.svg)](https://docs.rs/dagc)
[![Actions Status](https://github.com/sile/dagc/workflows/CI/badge.svg)](https://github.com/sile/dagc/actions)
[![Coverage Status](https://coveralls.io/repos/github/sile/dagc/badge.svg?branch=main)](https://coveralls.io/github/sile/dagc?branch=main)
![License](https://img.shields.io/crates/l/dagc)A Rust implementation of digital AGC based on the following paper:
- [Design and implementation of a new digital automatic gain control](https://hal.univ-lorraine.fr/hal-01397371/document)Demo
----https://sile.github.io/dagc/examples/agc.html