Skip to content

Commit 4875dcb

Browse files
committed
update blueprint after recent change
1 parent 724c694 commit 4875dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cavacore_test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ void main() {
2020
double noise_reduction = 0.77;
2121
int low_cut_off = 50;
2222
int high_cut_off = 10000;
23-
double blueprint_200MHz[10] = {0, 0, 0.922, 0.004, 0, 0, 0, 0, 0, 0};
24-
double blueprint_2000MHz[10] = {0, 0, 0, 0, 0, 0, 0.571, 0.002, 0, 0};
23+
double blueprint_200MHz[10] = {0, 0, 0.930, 0.004, 0, 0, 0, 0, 0, 0};
24+
double blueprint_2000MHz[10] = {0, 0, 0, 0, 0, 0, 0.878, 0.003, 0, 0};
2525

2626
printf("planning visualization with %d bars per channel, %d rate, %d channels, autosens, "
2727
"%.2f noise reduction, %d - %d MHz bandwith.\n",

0 commit comments

Comments
 (0)