Skip to content

Commit

Permalink
new cavacore test blueprint after last change
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstav committed Sep 4, 2023
1 parent 6b66424 commit e5149fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cavacore_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ void main() {
double noise_reduction = 0.77;
int low_cut_off = 50;
int high_cut_off = 10000;
double blueprint_2000MHz[10] = {0, 0, 0, 0, 0, 0, 0.494, 0.449, 0, 0};
double blueprint_200MHz[10] = {0, 0, 0.939, 0.008, 0, 0.001, 0, 0, 0, 0};
double blueprint_2000MHz[10] = {0, 0, 0, 0, 0, 0, 0.493, 0.446, 0, 0};
double blueprint_200MHz[10] = {0, 0, 0.978, 0.008, 0, 0.001, 0, 0, 0, 0};

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

0 comments on commit e5149fe

Please sign in to comment.