From 93738c28c5c5395595f189d832ecf1a37ebc1f64 Mon Sep 17 00:00:00 2001 From: madrigal Date: Thu, 10 Jul 2025 15:22:44 -0400 Subject: [PATCH] Updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39212fc..1a1ce92 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Recording Generation -This repo is for easy signal and recording generation. With this repo, you can generate modulated psk, pam, and qam signals, and wideband noise (WB), constant tone (CTNB), linear frequency modulated (LFM), and birdie signals. You can also save these signals to npy files (data type: complex64), and convert the npy files to dat files (data type: int16, interleaved). +This repo is for easy signal and recording generation. With this repo, you can generate modulated psk, pam, and qam signals, and wideband noise (WB), constant tone (CTNB), linear frequency modulated (LFM), and birdie signals. + +You can also save these signals to npy files (data type: complex64), and convert the npy files to dat files (data type: int16, interleaved).