Use shorter queue to decrease latency

This commit is contained in:
Jan Hamal Dvořák 2024-07-10 10:10:13 +02:00
parent 56aff439f7
commit 12c53377f6

View file

@ -27,7 +27,7 @@
#define IQ_SAMPLES 32 #define IQ_SAMPLES 32
#define IQ_BLOCK_LEN (2 * IQ_SAMPLES) #define IQ_BLOCK_LEN (2 * IQ_SAMPLES)
#define IQ_QUEUE_LEN 64 #define IQ_QUEUE_LEN 4
#define XOR_ADDR 0x1000 #define XOR_ADDR 0x1000
#define LO_COS_ACCUMULATOR (&pio1->sm[2].pinctrl) #define LO_COS_ACCUMULATOR (&pio1->sm[2].pinctrl)