UP | HOME

Voltage Amplifier PD200 - Test Bench

Table of Contents

1 Introduction

The goal of this test bench is to characterize the Voltage amplifier PD200 from PiezoDrive.

The documentation of the PD200 is accessible here.

amplifier_PD200.png

Figure 1: Picture of the PD200 Voltage Amplifier

2 Voltage Amplifier Requirements

Table 1: Requirements for the Voltage Amplifier
  Specification
Continuous Current > 50 [mA]
Output Voltage Noise (1-200Hz) < 2 [mV rms]
Voltage Input Range +/- 10 [V]
Voltage Output Range -20 [V] to 150 [V]
Small signal bandwidth (-3dB) > 5 [kHz]

3 PD200 Expected characteristics

Table 2: Characteristics of the PD200
Characteristics Manual Specification
Input Voltage Range +/- 10 [V] +/- 10 [V]
Output Voltage Range -50/150 [V] -20/150 [V]
Gain 20 [V/V]  
Maximum RMS current 0.9 [A] > 50 [mA]
Maximum Pulse current 10 [A]  
Slew Rate 150 [V/us]  
Noise (10uF load) 0.7 [mV RMS] < 2 [mV rms]
Small Signal Bandwidth (10uF load) 7.4 [kHz] > 5 [kHz]
Large Signal Bandwidth (150V, 10uF) 300 [Hz]  

For a load capacitance of \(10\,\mu F\), the expected \(-3\,dB\) bandwidth is \(6.4\,kHz\) (Figure 2) and the low frequency noise is \(650\,\mu V\,\text{rms}\) (Figure 3).

pd200_expected_small_signal_bandwidth.png

Figure 2: Expected small signal bandwidth

pd200_expected_noise.png

Figure 3: Expected Low frequency noise from 0.03Hz to 20Hz

4 Voltage Amplifier Model

The Amplifier is characterized by its dynamics \(G_a(s)\) from voltage inputs \(V_{in}\) to voltage output \(V_{out}\). Ideally, the gain from \(V_{in}\) to \(V_{out}\) is constant over a wide frequency band with very small phase drop.

It is also characterized by its output noise \(n\). This noise is described by its Power Spectral Density.

The objective is therefore to determine the transfer function \(G_a(s)\) from the input voltage to the output voltage as well as the Power Spectral Density \(S_n(\omega)\) of the amplifier output noise.

As both \(G_a\) and \(S_n\) depends on the load capacitance, they should be measured when loading the amplifier with a \(\SI{10}{\micro\farad}\) capacitor.

pd200-model-schematic.png

Figure 4: Model of the voltage amplifier

5 Noise measurement

5.1 Setup

Here are the documentation of the equipment used for this test bench:

The output noise of the voltage amplifier PD200 is foreseen to be around 1mV rms in a bandwidth from DC to 1MHz. If we suppose a white noise, this correspond to an amplitude spectral density:

\begin{equation} \phi_{n} \approx \frac{1\,mV}{\sqrt{1\,MHz}} = 1 \frac{\mu V}{\sqrt{Hz}} \end{equation}

The RMS noise begin very small compare to the ADC resolution, we must amplify the noise before digitizing the signal. The added noise of the instrumentation amplifier should be much smaller than the noise of the PD200. We use the amplifier EG&G 5113 that has a noise of \(\approx 4 nV/\sqrt{Hz}\) referred to its input which is much smaller than the noise induced by the PD200.

The gain of the low-noise amplifier can be increased until the full range of the ADC is used. This gain should be around 1000.

setup-noise-measurement.png

Figure 5: Schematic of the test bench to measure the Power Spectral Density of the Voltage amplifier noise \(n\)

A low pass filter at 10kHz can be included in the EG&G amplifier in order to limit aliasing. An high pass filter at low frequency can be added if there is a problem of large offset.

5.2 Results

5.2.1 Noise when shunting the input (50 Ohms)

The time domain measurements of the amplifier noise are shown in Figure 6.

noise_shunt_time_3uF.png

Figure 6: Time domain measurement of the amplifier output noise

Obtained low frequency (0.1Hz - 20Hz) noise is shown in Figure 7 which is very similar to the noise shown in the documentation (Figure 3).

low_noise_time_domain_3uF.png

Figure 7: Low Frequency Noise (0.1Hz - 20Hz)

The obtained RMS and peak to peak values of the measured noises are shown in Table 3.

Table 3: RMS and Peak to Peak measured noise
  RMS [uV] Peak to Peak [mV]
Specification [10uF] 714.0 4.3
PD200_1 524.9 4.5
PD200_2 807.7 6.7
PD200_3 630.3 5.4
PD200_4 619.7 5.5
PD200_5 630.8 5.6
PD200_6 517.3 4.9
PD200_7 393.8 3.7

The PSD of the measured noise is computed and the ASD is shown in Figure 8.

win = hanning(ceil(0.5/Ts));

[pxx, f] = pwelch(pd200{1}.Vn, win, [], [], Fs);

pxx = zeros(length(pxx), 7);

for i = 1:7
    pxx(:, i) = pwelch(pd200{i}.Vn, win, [], [], Fs);
end

asd_noise_3uF.png

Figure 8: Amplitude Spectral Density of the measured noise

6 Transfer Function measurement

6.1 Setup

In order to measure the transfer function from the input voltage \(V_{in}\) to the output voltage \(V_{out}\), the test bench shown in Figure 9 is used.

Here are the documentation of the equipment used for this test bench:

For this measurement, the sampling frequency of the Speedgoat ADC should be as high as possible.

setup-dynamics-measurement.png

Figure 9: Schematic of the test bench to estimate the dynamics from voltage input \(V_{in}\) to voltage output \(V_{out}\)

6.2 Results

7 Conclusion

Table 4: Measured characteristics, Manual characterstics and specified ones
Characteristics Measurement Manual Specification
Input Voltage Range - +/- 10 [V] +/- 10 [V]
Output Voltage Range - -50/150 [V] -20/150 [V]
Gain   20 [V/V] -
Maximum RMS current   0.9 [A] > 50 [mA]
Maximum Pulse current   10 [A] -
Slew Rate   150 [V/us] -
Noise (10uF load)   0.7 [mV RMS] < 2 [mV rms]
Small Signal Bandwidth (10uF load)   7.4 [kHz] > 5 [kHz]
Large Signal Bandwidth (150V, 10uF)   300 [Hz] -

Author: Dehaeze Thomas

Created: 2021-01-19 mar. 23:00