-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
30 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
[package] | ||
name = "stabilizer-streaming" | ||
name = "stabilizer-stream" | ||
version = "0.1.0" | ||
authors = [ | ||
"Robert Jördens <[email protected]>", | ||
"Ryan Summers <[email protected]>", | ||
] | ||
license = "MIT OR Apache-2.0" | ||
edition = "2021" | ||
rust-version = "1.67" | ||
rust-version = "1.70" | ||
description = "Tools to interact with Stabilizer streams, including PSD analysis app" | ||
repository = "https://github.com/quartiq/stabilizer-streaming" | ||
|
||
[dependencies] | ||
clap = { version = "4.3", features = ["derive"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# stabilizer-streaming | ||
Host-side stream utilities for interacting with Stabilizer's livestream | ||
# stabilizer-stream | ||
|
||
Host-side stream utilities for interacting with Stabilizer's data stream | ||
|
||
## PSD | ||
|
||
Graphical frontend to real-time cascaded power-spectral density (PSD) measurements. | ||
|
||
* Low-latency online PSD monitoring | ||
* Arbitrarily large effective FFT sizes | ||
* More than 200 MS/s on a single CPU core | ||
* Supports [`stabilizer`](https://github.com/quartiq/stabilizer) | ||
`dual-iir`/`lockin`/`fls` formats as well as device-independent raw streams | ||
|
||
See the following real time video of a 200 MS/s stream being analyzed (4.8e9 samples in 24 seconds): | ||
|
||
https://github.com/quartiq/stabilizer-streaming/assets/1338946/14333e17-61ef-4ca2-a5d2-c314b70714ad |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters