-
Notifications
You must be signed in to change notification settings - Fork 57
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
Spectrogram Orientation #27
Comments
Hi @padesso I'm happy to hear you're enjoying Spectrogram! Adding a top-down orientation is a good idea. "Waterfall" displays are really common (especially in RF analysis) so supporting this makes sense. Probably the simplest way to do this is to add a Spectrogram/src/Spectrogram/Spectrogram.cs Lines 145 to 146 in 555e1cc
...then add that same argument to the Spectrogram/src/Spectrogram/Image.cs Lines 13 to 56 in 555e1cc
If you want to have a go at adding this feature you're welcome to make a PR! If you don't get around to it, I'll leave this issue open and try to support this feature some time in the future. Thanks for the suggestion! |
... and perhaps a |
Thanks for the quick response! I think that by far the most common use case, and coincidentally mine for a radio project :) using this would be waterfall and particularly done in a way so it could be aligned with a graphical equalizer that shows peaks of the audio Your suggestion is certainly where I will start to look at this. There are some other more minor areas (like the scale bar) that will need to be touched but I aim to start looking into the implementation details in the evenings this week and will stay in touch on this issue with progres/blockers. |
Sounds great! I'll keep an eye out for a PR, but let me know if you have any questions along the way. You may find helpful code at https://github.com/swharden/FSKview such as Ruler.cs |
Just checking in with you. I have the spectrogram in a waterfall orientation but need to complete some work on the scale bar and do some validation. I haven't been able to focus on it because of work but expect to pick this back up soon. |
Hey, no worries! I appreciate you working on it, and definitely take as long as you need to do it well 👍 I'm happy to leave this issue open a while longer so it stays on both of our radars. I'm happy to see what you come up with! Best, |
I haven't seen movement on this for a while so I'll close this issue, but if/when the topic arises again I'll open this back up and pick up where we left off 👍 |
Hi Scott,
I've been working with your Spectrogram for a few weeks and like it very much. I was able to integrate into my project but am considering updating it to support both the existing horizontal orientation as well as vertical. It's not a trivial change and I also don't think I can accomplish it without breaking changes. Do you have any plans to do so? Would it be an appealing PR?
The text was updated successfully, but these errors were encountered: