Wiki

This version is outdated by a newer approved version.DiffThis version (05 Mar 2019 18:01) was approved by Robin Getz.The Previously approved version (19 Feb 2017 17:10) is available.Diff

This is an old revision of the document!


Why "Pluto"

Just like Pluto (the celestial body) is a Dwarf Planet, (resembling a small planet but lacking certain technical criteria that are required for it to be classed as such), the PlutoSDR is an active learning module resembling a software defined radio, but it lacks some of the the performance/technical criteria for it to be classified as such (in our opinion).

While it is a great learning tool for the first experience of a communications class, or SDR class, the PlutoSDR is not meant as a replacement or an alternative for various professional Software Defined Radios (SDR) that are available (some of which are listed online) - it was designed to provide RF/SDR functionality for students, and hit a price point affordable for students1); as a result - there are limitations to the PlutoSDR that every user should be aware of, to understand and ensure they can work around them.

System Issues

Temperature Range

The temperature range that the PlutoSDR has been tested in is 10°C to 40°C. While this is nominal for classrooms world wide - it is not robust enough for units to be used in a commercial setting, where temperature extremes are often found. This is more of an issue of the system level design, the case, and the qualification that was done. The devices that are inside the PlutoSDR are typically specified for 0°C to 70°C, or −40°C to +85°C.

This can easily be overcome with more verification, and ensuring that all parts meet the temp specs of the specific application.

Digital Issues

USB 2.0

USB 2.0 is a 480 Mbit/s half-duplex serial protocol.

  • Assuming 100% utilization, 480 Mbits/s would be 60 Mbytes/second.
  • According to a USB-IF chairman, “at least 10-15% of the stated peak 60 MB/s (480 Mbit/s) of Hi-Speed USB goes to overhead — the communication protocol between the card and the peripheral.2), that would bring things down to ~50 Mbytes/second.
  • There are Control Transfers, Interrupt Transfers, Isochronous Transfers, and Bulk Transfers. We use bulk, but you can't turn off the others, so you loose another 10% overhead, this brings things down to ~45 Mbytes/second
  • Since it is half duplex, that would be ~22.5 Mbytes/second for transmission, and ~22.5 Mbytes/second for reception.
  • Since each sample is two bytes (12-bit samples), that would be ~11 MSamples/second.

What we actually achieve with the PlutoSDR is closer to 7.5 - 12 MSPS, but this depends on the USB host, and what other traffic is happening. This is about 65% to 100% of the theoretical rate, meaning that most depends on the host, but there still may be optimizations to be done. This is much slower than Gigabit or 10G Ethernet, USB 3.0 (5 Gbps, full duplex) or PCIe (4 Gbps per lane) solutions, which are available in various commercial offerings.

USB 2 could easily be upgraded to a different interface, (with additional devices) depending on what the specific application needs.

FPGA Size

The FPGA inside the PlutoSDR (as part of the Xilinx Zynq 7010) is quite small.

Attribute size
Logic Cells (K) 28
Block RAM (Mb) 2.1
DSP Slices 80

The default design, which uses some of the FPGA for :

  • implementation of the CMOS interface
  • I/Q rotation (if you need it)
  • DDS (for multi-tone generation on the transmit side), and
  • an additional by 8 interpolation/decimation so the sample rate of the PlutoSDR can be 8 times lower (65.104166 kSPS) than the minimum sample rate of the AD9363 (520.833kSPS)3).

A typical utilization report is below. If you do not need some of the above logic, it can be turned off, and you can re-use the FPGA for your custom logic.

pluto_utilization.jpg

The additional decimation and interpolation filters use 20 DSP slices each (40 in total). The optional DDS uses 20 DSP slices, and the optional 2 x 2 matrix multiply (sometimes used for IQ correction, or phase rotation) are 2 per channel, and the DC filter is 1 per channel.

This can easily be overcome by using a different Zynq device - we picked the one in the smallest pin count, to make layout easier, to hit the price point we needed. Going to a larger device, larger package, will impact size, and cost.

RF Issues

Oscillator

The oscillator on the PlutoSDR is a specific version of the Rakon RXO3225M 40.000 MHz (509336) that meets the jitter requirements of the AD936x family. However, it has a frequency stability of ±25 ppm (voltage, temperature, drift plus initial accuracy).

You may think that this is really bad (and it is), but:

  • it can be corrected digitally by programming the XO frequency. If you notice that it is 39.987654 MHz (down to Hz resolution), you can tell the system this, and the LO frequency and sample rates will be updated to reflect this. By monitoring this frequency offset, this can be updated on the fly.
  • most receivers do have a frequency compensation correction algorithm, since the remote transmitter is not likely be be the same as your local device anyway - you just need to make sure your compensation algorithm can cope with a wide number.
  • loopback, being your own transmitter and receiver - the offsets in frequency and sample rates will be the same on both channels of a single device. It should be noted - there still will be random phase offsets between the Tx and Rx LOs, but they should be exactly the same frequency.

This can easily be overcome by using a different oscillator (which may impact cost).

Tuning Range

The tuning range of the AD9363 found inside the PlutoSDR is specified by LO center frequencies between 325 and 3800 MHz. While this is more than a decade of tuning range, and does cover many interesting bands in the US, Europe, Australia, India, Japan it's not quite as broad as the AD9361 or AD9364 which has a tuning range of 70 to 6000 MHz, nearly two decades!

This can easily be overcome by swapping the AD9363 to the AD9364 or the AD9361, as the pinouts of the devices are nearly identical, but it will impact cost.

RF Shielding

There is no RF shielding inside the PlutoSDR. That means placing a strong transmitter close to it (like your cellphone) may impact the results for any frequency that the PlutoSDR is tuned to.

This can easily be overcome by adding RF shielding, but it would impact cost, and size.

RF Filtering

There is no preselect, or output filters on the PlutoSDR. What comes out of the AD9363 is what comes out of the SMA connector. What comes into the antenna is what is provided to the AD9363 pins.

The RF transmitter in the AD9363 does output a moderate 3rd harmonic of the LO frequency. This will be fairly low if your LO is at 3 GHz (where the 3rd harmonic would be 9 GHz, outside the range of the balun used for the differential to single ended conversion in the PlutoSDR). However - if the LO is at 500 MHz, the third harmonic would be 1500 MHz, entirely within the range. If you are transmitting an RF signal at 500 MHz, you will also (inadvertently) be broadcasting at 1500 MHz as well.

This can easily be overcome by adding specific preselect or output filters. Depending on the tuning range you want to do, can complicate things pretty drastically, and also depends what sort of antenna you are using. (Antennas are also filters).

RF Performance

While the RF performance of the AD9363 is adequate for many RF applications, it does not match the specifications from other higher performance devices, like the AD9361, AD9364, AD9371 which are found in other commercial SDR devices.

The PlutoSDR does exceed the performance of many devices in the same class, but is not meant to be the best SDR possible.

We do exceed the datasheet specifications on the devices we have tested, and this should not be an issue for many applications.

1)
less than a price of a good texbook
3)
minimum sample rate of the AD9363 ADC is 25 MSPS, the max decimation factor is 48 (3 * 2 * 2 * 4) 48; 25 MSPS ÷ 48 is 520833.33 SPS
university/tools/pluto/users/name.1550424609.txt.gz · Last modified: 17 Feb 2019 18:30 by Mehdi Asgari