RFX400 daughterboard modification

From Opendigitalradio
(Difference between revisions)
Jump to: navigation, search
(Output spectrum)
 
(13 intermediate revisions by 2 users not shown)

Latest revision as of 12:41, 30 December 2009

Contents

[edit] Introduction

The RFX400 can work from 400Mhz to 500 Mhz with a total power up to 200 mW. To use it for the band III on the channels 10,11,12 (see Band 3 Channels) we need to make some modification.

The conversion is done with a quadrature modulator (AD8345) taking the two DAC's USRP TX port signal and a carrier from a built in programmable local oscillator (PLL using one ADF4360). The card include also for the TX path 2 stages of amplification before a low pass filter. The bandwidth of the last stage will not go under 300 Mhz (According to the spec. of the RF3315 rated for 0.3 to 3 Ghz).

[edit] Changing the VCO range

If you try to use this card under 400 Mhz you need at least to change the inductances value of the PLL VCO as indicated in gnuradio wiki (RFX400 modification). It won't lock outside the original band otherwise. According to the chip data-sheet the correct value to operate on the VHF band III is around 22 nH.

[edit] Inductors values

Here's a table showing the range of operation (Hz) depending on the inductance value (derived from ADF4360 formula):

L VCO frequency Operation bandwidth Min ouput frequency Max output frequency Min f. tested with our RFX400 Max f. tested with our RFX400
18nH 464'936'224 61'991'497 201'472'364 263'463'861 200'300'000 266'000'000
22nH 422'383'112 56'317'748 183'032'682 239'350'430 182'200'000 239'800'000
27nH 382'668'034 51'022'405 165'822'815 216'845'219 not yet done not yet done

[edit] Changing inductors

Locate the TX PLL:

Dab s rfx400 gen.jpg


Then replace L105 and L115 inductances (in // with R105 and R106)

Dab s rfx400 osc pll.jpg


(Note: Since the RFX400 use the same PLL design beetween RX and TX side, this could be done at the RX path, if you want to receive signal on the same band, just replace L31 & L32 as done at the TX side)

We had no problem after this modification to lock beetween 200 to 235 Mhz. (Note: When having RFX400 and BasicTx installed simultaneously inside the USRP the software will adress by default the BasicTX !)

Whithout changing the amplifier (remember, we are bellow 300 Mhz the lower limit of the last stage) we still have an average of 5 mW at the output.

[edit] Output spectrum

Here's the output spectrum of the RFX400 after VCO modification:

Dab sr 32.jpg

We see that working below the original board band will require to change the value of the on-board lowpass filter in order to kill the upper harmonics (that are now under the cutoff frequency of the filter, around 500MHz). The signal with the blue square is the wanted signal while the signal with the red marker is his first harmonic (in the original RFX400 band). The ratio between the in-band signal and the first harmonic is also degraded by the fact that we didn't change the final amplifier stage (RF2250 from RFMD, designed to operate from 300MHz to 3GHz), further improvements needs to be done...


Let's now have a closer look at the inband signal:

Dab sr 31.jpg


The LO (local oscillator) leakage (center carrier on the picture) remain too high and require a strong attenuation before putting on the air this signal.

As the signal center frequency (modulated group of carriers from the OFDM signal) coming from the DAC's is quite low (4,7 Mhz) it stays too close to the LO making it hard to filter efficiently. Strong filtering would also probably affect the linearity of the OFDM signal.

We also see that the upper beat signal (LO + 4,7 Mhz) is visible at 30 dB under the lower beat (LO – 4,7 Mhz = wanted signal). This comes from a balancing problem between the two inputs of the quadrature modulator (DC offset ? Averaging in the FPGA when computing the complex signal ? Resistors precision after the DAC's ?) This need to be investigated ...

Possible improvments:

As different elements of this spectrum are not so easy to filter (very close in frequency) it might be wise to change the center frequency leaving the DAC's (limited by the sampling rate) to make a wider space and use a higher LO frequency. This to put a fixed mask filter after the DAC's, then low pass filters after the quadrature modulator to kill the LO, the upper beat signal (if we cannot balance perfectly the input source at the modulator) and higher harmonics. Then we will replace the final stage of the RFX400 board by a monolytic amplifier having a lower 'start frequency'.

Update: For the RFX400, the command to change the offset between the LO from the PLL and the DAC's signal at the input of the quadrature modulator is: device.set_lo_offset(freq in Hz)

For example to get an offset of 44 Mhz:   device.set_lo_offset(44000000)
Personal tools