mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2026-03-10 02:40:30 +00:00
Included bode plot measurements, including different number of points.
This commit is contained in:
@@ -34,6 +34,7 @@ fn main() {
|
||||
let data_frequency_clone = app.data_frequency.clone();
|
||||
|
||||
let periods_per_dft = app.periods_per_dft.clone();
|
||||
let periods_per_dft_multi = app.periods_per_dft_multi.clone();
|
||||
|
||||
// Execute the runtime in its own thread.
|
||||
std::thread::spawn(move || {
|
||||
@@ -48,6 +49,7 @@ fn main() {
|
||||
connected_clone,
|
||||
data_frequency_clone,
|
||||
periods_per_dft,
|
||||
periods_per_dft_multi,
|
||||
));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user