reduce sampling rate

This commit is contained in:
2025-04-28 18:41:58 +02:00
parent 6e1a52cacb
commit 0e877bccc1
5 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -10,9 +10,9 @@
#define GROUP_LENGTH 4
#define BITS_PER_GROUP (GROUP_LENGTH * (BLOCK_SIZE + POLY_DEG))
#define RDS_SAMPLE_RATE 19000
#define SAMPLES_PER_BIT 16
#define FILTER_SIZE 16
#define RDS_SAMPLE_RATE 4750
#define SAMPLES_PER_BIT 4
#define FILTER_SIZE 4
#define SAMPLE_BUFFER_SIZE (SAMPLES_PER_BIT + FILTER_SIZE)
#define STREAMS 2