Close
0%
0%

Advantest r4131 AFC

Automatic frequency correction for Advantest spectrum analyzer

Similar projects worth following
Aim of the project if to add automatic frequency correction mechanism to advantest r4231c spectrum analyzer.

I bought myself relatively cheap ~430USD working spectrum analyzer Advantest r4131c. With first inspection everything was excellent. However after little more investigation frequency readout was inaccurate and unstable. Something wrong with PLL i thought. However, with some more digging into service manual it turns out that there is no PLL nor any AFC at all (sic!). The r4131c version of this model does not offer frequency correction unlike r4131d that does. So I thought if same series device can have frequency corrector how hard could it be to upgrade this one? Lets see.

ADF5001.pdf

Prescaler datasheet

Adobe Portable Document Format - 269.17 kB - 01/14/2017 at 15:05

Preview
Download

MC10E137-D.PDF

Fast counter datasheet

Adobe Portable Document Format - 166.11 kB - 01/14/2017 at 15:05

Preview
Download

LEE-39+.pdf

Amplifier datasheet

Adobe Portable Document Format - 253.10 kB - 01/14/2017 at 15:05

Preview
Download

CSM-10M-6G.pdf

Directional 10dB coupler

application/pdf - 47.51 kB - 01/14/2017 at 15:06

Preview
Download

Adobe Portable Document Format - 10.18 MB - 01/12/2017 at 18:57

Preview
Download

  • 1 × XC9500XL 5V compatible CPLD
  • 1 × STM32F051 Cheap STM32 ARM microcontroller
  • 1 × LEE-39+ RF amplifier
  • 1 × CSM-10M-6G 4-8GHz 10dB coupler
  • 1 × ADF5001 Devide by 4 prescaler

View all 6 components

  • The 1st mixer

    gitmodimo01/14/2017 at 13:59 0 comments

    The first mixer in spectrum analyzer is the one responsible for center frequency of analyzis and frequency sweeping. In advantest r4131c it is not any different. The main part responsible for correct frequency readout is controller of first local oscillator.

    In this case (and in most cases in general) first LO is a YIG tunable oscillator. YIG technology enables the creation of voltage controlled oscillators over wide frequency range. In fact frequency of oscillation depends on magnetic field strength imposed on YIG oscillator. In order to control the magnetic field YIG oscillator is placed inside electromagnet that allows to control magnetic field and therefore frequency of oscillation. In practice the electromagnet is split into two coils. One bigger controlling most of the field strength and smaller one for fine tuning using smaller currents. This solution was also applied in Advantest spectrum analyzer. T+ T- coil is the main electromagnet and FM+ FM- is secondary used for smaller adjustments.

    The main control over center frequency in investigated spectrum analyzer is based on 3 DACs: Main A, Main B and FM. According to documentation below and based on what is visible on schematics, the outputs of two main ADCs are added together with different weights. That gives very fine tunability of voltage over main coil. Third ADC is used to control voltage applied on secondary coil and is used for fine tuning in frequency spans lower than 10MHz.

    One of main functionalities that YTO controller has to incorporate is frequency sweeping. In this case signal from ramp generator is attenuated depending on frequency span setup and is added to voltage controlling field strength. Also depending on the span signal is added to main or secondary coil.

    Apart from that the schematic incorporated temperature compensation circuitry for YIG oscillator. And the missing Automated Frequency Correction (AFC) circuitry.

    The difference between r4131d and r4131c is the AFC unit(missing in c version). The goal of this project is to implement that functionality into r4131c unit. While it might be possible to solder missing components (PCBs are the same) the AFC circuitry uses very old components and operates only up to 2.5GHz (analyzer operates up to 3.5GHz). Additionally there might be firmware differences that would not allow for such hack.

    The idea of this project is to measure 1st LO frequency using frequency counter circuitry and tap into bus controlling the DACs. With the information of intended center frequency (DACs vaues) and actual LO frequency error can be calculated. With that error we could alter DAC values in such way that frequency error would be eliminated and thus gives the AFC functionality.

    This solution seemed elegant to me, because it is all digital hack for analog problem. Original AFC circuitry (available in r4131d) consisted of PLL loop working out the correction voltage that is later added to tuning voltage.

  • Identify target

    gitmodimo01/12/2017 at 19:32 0 comments

    First of all lets start with block diagram of the analyzer.

    Input signal goes through input attenuator. Than 1st, 2nd 3rd and 4th mixing. So frequency instability is most likely due to local oscillators frequency drift.

    More detailed block diagram shows that 3rd and 4th local oscillators are in fact crystal oscillators. So their stability should not be an issue.

    That leaves 1st and 2nd oscillator to look at. 2nd one is Dielectric Resonator Oscillator (DRO).

    While its stability might be an issue, since its temperature drift might be severe, it would not correspond to observed instabilities.

    That leaves 1 local oscillator as the main suspect. What is more the r4131d version that offers better frequency accuracy differs with additional AFC circuitry attached to 1st local oscillator.

    That sums up problem identification.

View all 2 project logs

Enjoy this project?

Share

Discussions

L4wudu wrote 08/10/2023 at 18:10 point

Nice analysis of the problem. This spectrum analyzer looks like a late 80s model and I'm surprised that it doesn't have a fully synthesized LO. The analyzer is not even using "lock and roll" for the sweep in which the 1st LO frequency is only phase locked at the start and end frequencies. From the block diagrams shown, it doesn't look like any of the LO's are locked to a single common system reference frequency.

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates