For generating signal recording files
Go to file
2025-07-24 10:12:50 -04:00
__init__.py Added __init__, added dat_recordings to gitignore, minor fixes to convert_to_dat 2025-07-24 10:12:50 -04:00
.gitignore Added __init__, added dat_recordings to gitignore, minor fixes to convert_to_dat 2025-07-24 10:12:50 -04:00
README.md Updated readme 2025-07-10 15:22:44 -04:00
recording_generation.py Added __init__, added dat_recordings to gitignore, minor fixes to convert_to_dat 2025-07-24 10:12:50 -04:00
signal_generation.py Added signal and recording generation files, and gitignore 2025-07-10 15:11:40 -04:00

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).