High Sensitive Position Sensor based on PDH technique

From PC5271 wiki
Revision as of 18:01, 30 April 2024 by Chenyue Gu (talk | contribs) (→‎EOM)
Jump to navigation Jump to search

Team members

Angela Anna Baiju and Chenyue Gu

Idea

This project is aiming of using Pound–Drever–Hall (PDH) technique to sense the vibration and the movement of the mirror driven by the noise from the environment (acoustic, thermal, etc.).

Pound–Drever–Hall laser frequency stabilisation is a powerful technique providing a means to stabilise the frequency of a laser to a specific reference frequency. It is commonly employed in precision measurements and experimental setups where precise control over the laser frequency is required, such as interferometric gravitational-wave detector. Alternatively, if a stable laser is available, the PDH technique can be used to stabilise and/or measure the instabilities in an optical cavity length via the error signal readout from the cavity.

In this project, we will lock the cavity by reading the error signal of reflection/transmission of the cavity and then feed it back to the input mirror, moving the mirror with a PZT. And then we can read out the cavity length change from the error signal. This sensing technique is commonly using in LIGO-Virgo-KAGRA (LVK) interferometric gravitational wave detection community, as well as quantum optomechnics.

Pound-Drever-Hall Method

The idea behind the PDH method is simple: A laser’s frequency is measured with a Fabry–Perot cavity, either transmission or reflection, and then is fed back to the input laser to suppress frequency fluctuations. The process begins with modulating the laser light. This is typically achieved by imposing a high-frequency (radio frequency or microwave) signal onto the laser beam (Local Oscillator). This modulation creates sidebands around the carrier frequency of the laser light. These sidebands are symmetrically spaced around the carrier frequency. The modulated laser light then passes through an electro-optic modulator (EOM). The EOM applies phase modulation to the light, causing the sidebands to shift in frequency relative to the carrier frequency. The amount of phase modulation applied determines the frequency separation between the carrier and the sidebands. The phase-modulated laser light is directed onto a frequency reference, which can be a stable Fabry–Perot cavity. The reflected beam is then picked off and compared with the local oscillator's signal via a mixer whose output is the product of its inputs. From the output of the mixer, by using a low-pass filter, the dc (or very low frequency) part which is of interest remains and the ac (or high frequency) part that is usually the twice the modulation frequency is filtered out. The remaining dc signal, so called error signal, then goes through the feedback loop. The feedback loop typically involves a control mechanism, such as adjusting the current supplied to the laser diode or controlling the frequency of the modulation signal. The feedback loop aims to minimise the error signal by stabilising the laser frequency to match the reference frequency. A basic setup of PDH method is shown in Fig. 1 [1].


Fig. 1 A basic diagram of the setup implementing Pound-Drever-Hall method. In this digram, the laser frequency is modulated with a Pockels cell, driven by some local oscillator. The reflected beam is picked off with an optical isolator (a polarising beamsplitter and a quarter-wave plate makes a good isolator) and sent into a photodetector, whose output is compared with the local oscillator’s signal via a mixer. A low-pass filter on the output of the mixer isolates this low frequency signal, which then goes through a servo am- plifier and into the tuning port on the laser, locking the laser to the cavity. The Faraday isolator keeps the reflected beam from getting back into the laser and destabilizing it.

To implement the method, we need to know well about how to process the error signal, which is the heart of the technique. We follow the derive from Eric D. Black's paper [2], and run simulation by Python.

Reflection of a monochromatic beam from a Fabry-Perot cavity

To start the math behind it, we pick a point outside the cavity and measure the electric field over time. Then the magnitude of the electric field of the incident and the reflected beams can be written as

,

,

where is the incident laser frequency, and are complex, and in this way, we account for the relative phase between the two waves in. The reflection coefficient is thus given by

.

Here we consider a lossless and symmetric Fabry-Perot cavity formed with two mirrors whose amplitude reflection coefficient are both . The free spectral range of the cavity is denoted as .


Fig. 2 Magnitude and phase of the reflection coefficient for a Fabry-Perot cavity. The finesse is different for the figure of different rows. According to different , from the top row the the bottom row, the figures show the reflection coefficient for cavities of fitness equals to , , and respectively. Note the discontinuity in phase (the straight line around ), caused by the reflected power vanishing at resonance.

Noted that , so the cavity has infinite resonant frequencies at (where is an integer), and here we just plot the reflection coefficient around one cavity resonance as an example.

Modulating the beam: sidebands and the error signal

As shown in figure 2, when the frequency of the incident beam is detuned away from the resonance ( or ), one can not tell the difference between blue- (higher frequency) and red-(lower frequency) detuning by looking at the magnitude (intensity) of the reflection coefficient. This is because the magnitude of the reflection coefficient is symmetric about the cavity resonant frequency. However, the phase profile near the resonance does not have this feature. Instead, it has a huge change and is discontinuous. Thus, to tell whether the laser's frequency is above or below the cavity resonance, we need to measure the phase of the reflected beam. In order to do so, we need to modulate the beam and generate sidebands with a definite phase relationship to the incident and reflected beams. After interfering these sidebands with the reflected beam, we will get a beat pattern at the modulation frequency, which gives the information of the phase of the reflected beam.

Creating the sidebands

Now, we apply a phase modulation on the input field, and we can write its electric field as

,

where is the modulation frequency, and is the modulation depth. Thus, we can write the expansion of this expression with Bessel function as

.

It shows that after the modulation, there are actually three different beams incident on the cavity: a carrier with angular frequency of and two sidebands with frequencies of . And if we denote the total power of the incident beam as , the power of the carrier and the first-order sidebands can be written as

,

.

With a small modulation depth (), we can assume all the power is in the carrier and the first-order sidebands ().

Measuring the error signal

After modulation, the total reflection is written as the sum of the reflection of the carrier and two sidebands

And the power of the reflected beam can then be obtained as

,

where we show the production of the three different frequencies, the carrier at and the upper and the lower sidebands at . We ignored the term which comes from the sidebands interfering with each other.

As shown in the equation, we get dc components related to the carrier and the two sidebands frequencies, and a sine term and a cosine term oscillating at the modulation frequency. We are interested in the oscillating terms because they carry the information of the phase of the reflected carrier. And we will see in the following, usually, at low modulation frequencies only the cosine term survives, and at high modulation frequencies, only the sine term is important.

Now we multiply the reflection signal with the modulation frequency () with a mixer, we get

,

where

,

,

and we see in the mixed signal, the cosine term in the reflection is totally vanished. So in order to gain the information from the cosine term, we need to turn the sine signal into a cosine signal, so we can simply adding a phase shift, which can we achieved by a phase shifter or a delay line.

Then we will get

,

where

.

After the mixer, the information in the cosine and sine terms in the reflection signal are now become the only dc signal in the mixed signal. Then we can isolate them with a low-pass filter.

Fast modulation near resonance

In the regime when the carrier is near resonance and the modulation frequency is high enough () that the sidebands are not, we can assume that the sidebands are totally reflected that . Thus

,

is purely imaginary. In this regime, we mixed the reflection signal with the in-phase modulation signal and get the error signal as

.

Figure 3 shows a plot of this error signal.

Figure 3. Error signal with high frequency modulation. From left to right, the figures show the error signal for cavities of fitness equals to , , and respectively.

Slow modulation

When the modulation signal is very slow (), we get the instantaneous frequency of the modulated beam as

Then the reflected power can be written as

,

and in this regime, the expression of is purely real as shown in the following:

.

So in the reflection signal, only cosine term survives for the ac signal part. So, we should mix it with a shifted modulation signal, and we will get the error signal as (after the low pass filter)

.

Figure 4 shows the signal with a low frequency modulation.

Figure 4. Error signal with low frequency modulation. From left to right, the figures show the error signal for cavities of fitness equals to , , and respectively.

Modification to the Project

In this project, instead of locking the laser to a certain frequency, we will lock the cavity length to the laser frequency. By attaching a piezo actuator (PZT) to one end of mirror, we can tune cavity length. Once we align the cavity, making the resonance of it at the laser frequency, from the error signal, we are able to read out the change of the cavity length off the laser frequency, and also lock the cavity to the laser frequency by feed back the error signal to the control system, which will move the PZT to make the cavity resonance at the laser frequency.

In following sections, we introduced how we plan to achieve this goal and what have we done so far.

Experiment Diagram

We plan for a setup.... (the whole setup and explain how we applied the PDH locking)

Optical Part

Circuit Part

Here we demonstrate the electrical circuits we have used to make an electro optic modulator (EOM) tank circuit and a PDH board that integrates a phase shifter, mixer, amplifier and a PID loop to control and lock the cavity using PDH locking system, as shown in figure 6.


EOM Tank circuit

EOM tank circuit can be simplified down to an LC oscillator circuit whose resonant frequency is the required modulation frequency. The circuit consists of a piezo electric crystal (Lithium Niobate crystal) that changes the polarisation of light passing through it in response to an external electric field (phase modulation). The change in the phase or polarisation of light is due to the change in the refractive index of the crystal. This change can be interpreted as a capacitive effect, where the crystal stores energy in the form of electric field.

To implement the EOM circuit, the electrodes (conductive metal) are attached to the crystal such that it acts as a variable capacitor, which is then connected to an inductor (L1) and other capacitor (C1) forming an LC circuit as shown in figure 5. The inductor is chosen such that the resonant frequency of the circuit is the required modulation frequency and the dominating capacitance is the capacitance of the crystal.

Here, we require a modulation frequency of 20 MHz, so the resonant frequency of the LC oscillator is 20 MHz and the capacitance of the crystal is 10 pF. Then the required inductance for is 6.3 .

The capacitor C1 in the circuit in figure 5 is for obtaining maximum impedance. When the circuit is at resonant frequency and maximum impedance, it leads to highest voltage across the crystal resulting in efficient modulation of light. Also the modulated signal will be transmitted through the crystal with minimum loss. The resonant frequency of the circuit can be inspected using a vector network analyzer (VNA). If there is an impedance mismatch, most of the signal will be reflected back. The inductor L1 can be tuned to obtain the resonant frequency and the capacitor C1 can be varied to obtain maximum impedance for obtaining efficient modulation.

Figure 5. EOM tank circuit.


Feedback and Locking Circuit

The circuit board given in figure 6 performs phase shifting, mixing signals, filtering and standard PID control loop for the PDH locking we aim to implement. The input signals to the circuit are: LO input (20 MHz sine signal from function generator), signal input (output from photodetector which is the transmission from the cavity) and the output signals are: control out connecting to the piezo, and the error signal.

To briefly understand the working of the circuit, it can be broken down to parts as explained below:

  • Phase shifter:


Figure 6. Feedback and Locking circuit.

Setup the experiment

EOM

Feedback and locking circuit


Cavity

test setup

Measurements


Data taking

Data Analysis

Discussion and Conclusion

Reference

  • Black, E. D. (2001). An introduction to Pound–Drever–Hall laser frequency stabilization. American journal of physics, 69(1), 79-87.
  1. Black, E. D. (2001)
  2. Black, E. D. (2001)