Increase bandwidth from 1.024 MHz to 1.28 MHz
This commit is contained in:
parent
1003d29c2e
commit
24835e8601
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ blocks:
|
||||||
id: variable
|
id: variable
|
||||||
parameters:
|
parameters:
|
||||||
comment: ''
|
comment: ''
|
||||||
value: 1_024_000 // 64
|
value: 1_280_000 // 64
|
||||||
states:
|
states:
|
||||||
bus_sink: false
|
bus_sink: false
|
||||||
bus_source: false
|
bus_source: false
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#define CLK_SYS_HZ (250 * MHZ)
|
#define CLK_SYS_HZ (250 * MHZ)
|
||||||
#define BANDWIDTH 1024000
|
#define BANDWIDTH 1280000
|
||||||
#define DECIMATION 64
|
#define DECIMATION 64
|
||||||
|
|
||||||
#define IQ_BLOCK_LEN 64
|
#define IQ_BLOCK_LEN 64
|
||||||
|
|
Loading…
Reference in a new issue