ff47deee60
Fixed with: find . \( -name '*.md' -o -name '*.ui' -o -name '*.html' \) -exec codespell --ignore-words-list=cach,doas,ehr,inout,lits,nd,som,verry --summary --write-changes {} \+ and manual editing. |
||
---|---|---|
.. | ||
aaroniartsaoutput.cpp | ||
aaroniartsaoutput.h | ||
aaroniartsaoutputgui.cpp | ||
aaroniartsaoutputgui.h | ||
aaroniartsaoutputgui.ui | ||
aaroniartsaoutputplugin.cpp | ||
aaroniartsaoutputplugin.h | ||
aaroniartsaoutputsettings.cpp | ||
aaroniartsaoutputsettings.h | ||
aaroniartsaoutputwebapiadapter.cpp | ||
aaroniartsaoutputwebapiadapter.h | ||
aaroniartsaoutputworker.cpp | ||
aaroniartsaoutputworker.h | ||
CMakeLists.txt | ||
readme.md |
Aaronia RTSA output plugin
Introduction
You can use this plugin to interface with a http server block in the Aaronia RTSA suite connected to a Spectran V6 device. It is assumed that you have prior knowledge of the Aaronia RTSA suite software and operation of the Spectran V6 RTSA (Real Time Spectrum Analyzer). However in this context there are some specificities i.e. it assumes that the "mission" (in RTSA suite terms) that is the equivalent of a "configuration" in SDRangel has a HTTP Server
block followed by an IQ Modulator
block.
An example flow graph could be the following (Stream Debugger is optional):
You have to check the "Adapt Center Frequency" and "Adapt Sample Rate" options in the IQ modulator settings so that SDRangel can control center frequency and sample rate:
You can obviously run the RTSA suite and SDRangel on the same machine and connect via localhost but there are advantages on a split setup:
-
The workload can be split between RTSA suite and SDRangel on two different machines. RTSA suite has to perform the upsampling at a very high sample rate so this is demanding on CPU and latency. Often it is better to run it on its own dedicated machine.
-
You can have the RTSA suite run on a machine close to the Spectran. This is in fact mandatory due to the length of the USB cables. And you can run SDRangel on another machine (possibly quite more lightweight) anywhere on the network.
Interface
The top and bottom bars of the device window are described here
1: Start/Stop
Device start / stop button.
- Blue triangle icon: device is ready and can be started
- Green square icon: device is running and can be stopped
2: Stream sample rate
This is the sample rate of the I/Q stream sent to RTSA suite. It should be equal to the value set in (4)
3: Frequency
This is the center frequency to which set the IQ modulator center frequency.
4: Stream sample rate
Sets the I/Q stream sample rate in S/s
5: Remote address and port
This is the remote address and port of the HTTP server block in RTSA suite. The address has to be in the form of an IPv4 address.
Press button (7) to validate your change.
6: Status indicator
This ball can take the following colors depending on the status:
- Gray: Idle
- Yellow: Unstable
- Green: Connected
- Red: Error
- Magenta: Disconnected
7: Set address
When you change the address in (5) you have to push this button to validate the change.