-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
starnote spectrum #178
base: main
Are you sure you want to change the base?
starnote spectrum #178
Conversation
gauteh
commented
Feb 6, 2025
- spectrum: start spectrum
- set up welch for starnote
@akkermei @jerabaul29 : I've started experimenting with the starnote. I was planning to send the 20 min spectrum including position. Maybe send every hour, but send 3 spectrum (20 minutes), depends on how good resolution is needed for the spectrum. The data-limit for one message is 256 bytes (minimum 50). |
Nice! I follow their website now and then, very exciting to see them (and the skylo network behind them) growing! Still looks like coverage is mostly land in US / EU / Southeast Asia + some coastal area? Will be exciting to see when / how fast they expand to truly global coverage :) . |
Yes, I hope it will give us expanded range along the coast and in the North Sea. Doesn't look like it will work for the Arctic (except south of Svalbard). |
This would also be a place to add other metrics for the better spectrum. For this project it would be very nice with stats of breakers. I am thinking maybe to do that by looking at each segment of the welch spectrum, and count peaks. |
|
||
pub struct Welch { | ||
buf: Vec<f64, NSEG>, | ||
spec: Vec<f64, NFFT>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More stats, like breakers?
f3cc00c
to
e302aa1
Compare
e302aa1
to
c0e954e
Compare