GFSK experiment: Works pretty damn well

This commit is contained in:
2025-10-19 22:21:28 +02:00
parent f5ae204c98
commit 347cdc9b0d
7 changed files with 189 additions and 606 deletions

32
Cargo.lock generated
View File

@ -638,6 +638,12 @@ dependencies = [
"error-code",
]
[[package]]
name = "clone_dyn_types"
version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a6df2a33058f975d6138d1eec61d99fc005bac031e3b6ebb3c47b9b1f05dc55"
[[package]]
name = "codespan-reporting"
version = "0.12.0"
@ -1033,6 +1039,12 @@ dependencies = [
"emath",
]
[[package]]
name = "either"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "emath"
version = "0.32.3"
@ -1752,6 +1764,25 @@ dependencies = [
"libc",
]
[[package]]
name = "iter_tools"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03ea448170950f78f23b4aa55eb87482bd2273c842877810606af6a6542be64d"
dependencies = [
"clone_dyn_types",
"itertools",
]
[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
[[package]]
name = "jack"
version = "0.13.3"
@ -2869,6 +2900,7 @@ dependencies = [
"eframe",
"egui_plot",
"hound",
"iter_tools",
"plotters",
"rand",
"tokio",