As I mentioned in my previous post, my “optimizations” of the multi-mode receiver code caused a sudden loss in performance.This was a big surprise because what I did was to replace two filters with only one, which I would expected to yield a performance gain and certainly not a loss. What happened at the same time was that the sample rate in the demodulators went from 50 ksps to 250 ksps and it was the responsibility of the demodulators to downsample this to 50 ksps. I suspected that this might have cause the increased CPU load and I have set up a simple experiment to confirm it.
radio
AM/FM/SSB software receiver with Qt GUI
I have been a bit quiet over the last few weeks but don’t you worry, it is only because I have been busy and I can now present you what I have been tinkering with during the last few weeks: An AM, FM, SSB and CW receiver implemented using GNU Radio (python) and Qt graphical user interface.
GNU Radio 3.3.0 on Mac OS X – USRP
I have now tried the USRP on Mac OS X using the MacPorts installation and I am happy to report that it works very well. Indeed, the USRP is really plug and play on OS X and there is no need to configure udev or anything like it is the case on e.g. Ubuntu Linux. The video below shows the FM receiver listening on the local APRS frequency.
An experiment with Theora and Ogg for DVB
Yesterday I have been testing the DVB setup using Theora encoded video in Ogg container instead of the H.264/MPEG-TS I have been using so far. Initial tests looked promising, but at the end the link was rather choppy and broken. On this first screen shot I am running the simulator (i.e. no USRP) with a … Read more
Broken RFX1200 and more sensitivity measurements
I went to OZ7SAT today to do some measurements on the receiver boards. I wanted to see how the sensitivities compare to that of the WBX receiver that I have measured earlier using a CW signal and SSB receiver. The criteria was again to find the weakest signal that I could both hear and see on the spectrum scope and that I would be able to decode if it was a Morse code transmission. The limiting parameter is actually the spectrum scope, because I can hear tones much weaker than what is visible on the 512 channel FFT scope.
Simple SSB transmitter using complex bandpass filter
There are several ways to generate a single side band signal in a software radio and I am slowly exploring each and every one of them. For this first attempt I have decided to try using a basic amplitude modulation followed by a bandpass filter with complex taps that can select either the upper or the lower side bands.
Full duplex transceiver version of the DVB setup
This weekend I have been playing with a full duplex transceiver version of the simple DVB setup that allows to use only one computer and one USRP as a transmitter and receiver. By using separate daughterboards I can use one side to transmit and the other side to receive. Using two sets and two frequencies the transceiver can be used for two-way video conferencing over the air 🙂
VO-52 satellite with GNU Radio, USRP and WBX
On Saturday 10 July 2010, I have recorded this pass of VO-52. It is the linear transponder downlink between 145.875 and 145.925 MHz. I really don’t understand why people get so crowded in the middle of the passband when there is 50 kHz to play with.
Packet radio from the ISS with GNU Radio and USRP
On July 10, 2010, I was listening to the linear transponder downlink of VO-52 when I suddenly noticed a very strong peak about 50 kHz below. I checked Gpredict and found out that it was the APRS downlink from the International Space Station RS0ISS on 145.825 MHz. Thanks to the flexible GNU Radio framework and the USRP, I could easily receive both satellites at the same time as shown on the video below.
C-band Receiver Hardware for UNITEC-1
With only a few days left until the launch of UNITEC-1 (May 17) to Venus, we are getting ready to track it and I am trying to catch up on the documentation part – this time a brief description of the receiver hardware.
Recall the system architecture where the 5.84 GHz RF signal is converted to 640 MHz using the KU LNC 5659 C PRO low noise down converter, and…
This article gives a high level walkthrough of the receiver used to convert the 640 MHz IF to digital baseband, i.e. the blue box called USRP in the above diagram.