QAM add constellation plot

This commit is contained in:
2025-09-30 13:31:59 +02:00
parent 1b1851be8a
commit 821c3ea016
6 changed files with 188 additions and 20 deletions

3
wav/wav.h Normal file
View File

@ -0,0 +1,3 @@
void write_wav(const char* filename, double* data, int len);
double* read_wav(const char* filename, int* out_len);