Skip to content

Commit

Permalink
update ultrasonic-fsk-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-armstrong committed May 19, 2021
1 parent 4348178 commit 0dacbf2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions quiet/src/main/res/raw/quiet_profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,14 +490,14 @@
}
},
"ultrasonic-fsk-fast": {
"mod_scheme": "fsk8",
"checksum_scheme": "crc32",
"inner_fec_scheme": "rs8",
"mod_scheme": "fsk16",
"checksum_scheme": "crc8",
"inner_fec_scheme": "none",
"outer_fec_scheme": "v29",
"frame_length": 20,
"modulation": {
"center_frequency": 19000,
"gain": 0.35
"center_frequency": 18800,
"gain": 0.44
},
"interpolation": {
"shape": "kaiser",
Expand All @@ -515,14 +515,14 @@
"filter_bank_size": 64
},
"header": {
"checksum_scheme": "crc32",
"inner_fec_scheme": "rs8",
"checksum_scheme": "crc8",
"inner_fec_scheme": "none",
"outer_fec_scheme": "v29",
"mod_scheme": "fsk8"
"mod_scheme": "fsk16"
},
"fsk": {
"bandwidth": 0.45,
"samples_per_symbol": 20
"samples_per_symbol": 32
}
}
}

0 comments on commit 0dacbf2

Please sign in to comment.