Increase bandwidth from 1.024 MHz to 1.28 MHz

This commit is contained in:
Jan Hamal Dvořák 2024-02-26 22:27:52 +01:00
parent 1003d29c2e
commit 24835e8601
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ blocks:
id: variable
parameters:
comment: ''
value: 1_024_000 // 64
value: 1_280_000 // 64
states:
bus_sink: false
bus_source: false

View file

@ -38,7 +38,7 @@
#include <stdlib.h>
#define CLK_SYS_HZ (250 * MHZ)
#define BANDWIDTH 1024000
#define BANDWIDTH 1280000
#define DECIMATION 64
#define IQ_BLOCK_LEN 64