-
Notifications
You must be signed in to change notification settings - Fork 13
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
Integrate with Radio Sky Spectrograph (RSS) #11
Comments
Ok. So with commit 61676c4 this feature is introduced. To enable it, open the Setup RSS Output panel and define the settings as follows: On RSS, tell it to use the Radio that is an RTL Dongle Receiver: The server is setup when you 'Start Acquisition' on RASDRproc and torn down when you 'Stop Acquisition'. RSS will make a connection to the server when you press 'Start' in its GUI. If you change parameters that will affect the frequency plan, RASDRproc will disconnect and you can just press 'Start' again in RSS to pick up the new frequencies, etc. Please let me know what issues there may be. I'm not certain about the colors on RSS, so I might have gotten the bytes swabbed the wrong way. |
With commit 44efacb8, I have updated the control panel to provide additional controls:
These affect the calculation of the spectrum output as follows: S[n] = (( s[n] + offset ) * gain ) + bias
These will enforce the spectral outputs to prevent RSS from slowing down or going unresponsive.
This can be used if you are using an upconverter to provide the correct offset frequency so that RSS will display the actual RF frequency instead of the IF frequency that the RASDR unit is tuned to. NOTE: by rights, this is needed to be known by RASDRproc itself, but so far it was not implemented that way. In the future this control may move to a different place, but for now it is listed here with the RSS stuff. There are a few caveats (as of RSS 2.4.20 used to test this release):
|
With commit a54af6bd, I have fixed an issue with the values taken for frequency bins and tested with RSS 2.8.19. The above caveats are no longer applicable, and you can go to 512 channels as documented. |
With commit 2cc7770, I have updated the control panel layout based on user feedback: The values in the Adjustments box can be made without closing the control panel and are applied immediately to the processing stream so real-time feedback can be observed. When the OK/Close button is pressed, the values are applied and any stream connections are closed. |
It was noted that the implementation of the above is not explained very well. Here is a rudimentary explanation:
|
Might want to check to make sure latest version of RSS works with RASDR, so keeping this open for a bit longer. |
There is a desire to integrate RASDR software with Jim Sky's Radio Sky Spectrograph.
The text was updated successfully, but these errors were encountered: