port more from osmocom-analog

This commit is contained in:
2025-04-10 20:25:11 -04:00
parent 8a6e51c877
commit 3c2f3365e8
4 changed files with 130 additions and 0 deletions

View File

@@ -3,6 +3,10 @@ use std::io::{stdout, BufWriter};
mod sdr;
mod amps;
mod libmobile_sender;
mod iir_filter;
mod samplerate;
fn main() -> Result<(), Box<dyn std::error::Error>> {
let stdout = stdout();
let message = String::from("Welcome to the Cellular Revolution!");