RX: process samples in larger chunks
This commit is contained in:
parent
3e74093fc7
commit
715cda83a8
|
@ -121,7 +121,7 @@ void cb_rx(rx_evt_t evt, uint8_t *packet_data, size_t packet_len)
|
||||||
static int debug_fd;
|
static int debug_fd;
|
||||||
|
|
||||||
|
|
||||||
#define CHUNKSIZE_BB 512
|
#define CHUNKSIZE_BB 16384
|
||||||
#define CHUNKSIZE_RF (CHUNKSIZE_BB * SDR_OVERSAMPLING)
|
#define CHUNKSIZE_RF (CHUNKSIZE_BB * SDR_OVERSAMPLING)
|
||||||
static result_t transmit_in_chunks(sdr_ctx_t *sdr, const float complex *samples, size_t len)
|
static result_t transmit_in_chunks(sdr_ctx_t *sdr, const float complex *samples, size_t len)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue