Skip to content
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

ASCII ART frequency scan #44

Closed
ghost opened this issue Feb 17, 2018 · 1 comment
Closed

ASCII ART frequency scan #44

ghost opened this issue Feb 17, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 17, 2018

Is it possible to show in ascii art something like this to show the results of the freq scan ?

400.05 ** ( 36 )
401.00 ** ( 36 )
401.05 ********************** ( 78 )
402.00 ** ( 37 )

Giving a sort of pseudo spectrum analyser

Andrew Rich VK4TEC

@darksidelemm
Copy link
Member

Yes, but I don't see the need for this application. This code is meant to be run headless, without user intervention. Also, there's a lot of data points, which will be difficult to display meaningfully in the confines of a terminal window.

If you want to look at the output of rtl_power (which is written out to log_power.csv on each scan), there are plenty of tools out there to do that.
We also already have a script in utils to plot the output: https://github.com/projecthorus/radiosonde_auto_rx/blob/master/auto_rx/utils/plot_rtl_power.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant