Add ASK BPSK DQPSK(not implemented yet) FFT QPSK WAV

This commit is contained in:
2025-09-28 21:53:50 +02:00
parent a0fb3d4799
commit aae240abb9
22 changed files with 648 additions and 0 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);