File:Simulated PDH readout.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 688 × 743 pixels, file size: 76 KB)

Summary

Description
English: Simulated plots of the reflection transfer function (magnitude and phase) of a two-mirror Fabry-Perot cavity, as well as a simulated PDH signal.

For the cavity mirrors I chose amplitude reflectivities of r1 = 0.99 and r2 = 0.98, and a length L = 1 m. For the modulation frequency I chose fm = 23 MHz (not 25 MHz as written in upload log).

Matplotlib code is as follows:

from matplotlib import plt
import numpy as np
c = 3e8
L = 1.
fsr = c/(2*L)
f = np.arange(-.4*fsr,.4*fsr,fsr/1e4)
r1 = .99
r2 = .98
t1 = (1-r1**2)**.5
R = (r1-(r1**2+t1**2)*r2*np.e**(2j*2*np.pi*f*L/c))/(1-r1*r2*np.e**(2j*2*np.pi*f*L/c))
fm = 23e6
Rffm = (r1-(r1**2+t1**2)*r2*np.e**(2j*2*np.pi*(f+fm)*L/c))/(1-r1*r2*np.e**(2j*2*np.pi*(f+fm)*L/c))
Rfnfm = (r1-(r1**2+t1**2)*r2*np.e**(2j*2*np.pi*(f-fm)*L/c))/(1-r1*r2*np.e**(2j*2*np.pi*(f-fm)*L/c))
pdh = R*np.conjugate(Rffm)-np.conjugate(R)*Rfnfm
plt.subplot(311)
plt.plot(f/1e6,100*np.abs(R)**2,'#880088')
plt.axis([-.4*fsr/1e6,.4*fsr/1e6,0,102])
plt.ylabel('Reflected power (\%)')
plt.subplot(312)
plt.plot(f/1e6,180*np.angle(R)/np.pi,'#880088')
plt.axis([-.4*fsr/1e6,.4*fsr/1e6,-35,35])
plt.ylabel('Reflected phase (deg.)')
plt.subplot(313)
plt.plot(f/1e6,np.imag(pdh),'#880088')
plt.ylabel('PDH readout (arb.)')
plt.xlabel('$f-f_\mathrm{res}$ (MHz)')
 
Date
Source Own work
 
This plot was created with Matplotlib.
Author Zueignung

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

10 August 2012

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current05:25, 12 August 2012Thumbnail for version as of 05:25, 12 August 2012688 × 743 (76 KB)Zueignungxscale
17:32, 11 August 2012Thumbnail for version as of 17:32, 11 August 2012720 × 681 (72 KB)ZueignungPercent fix
06:41, 11 August 2012Thumbnail for version as of 06:41, 11 August 2012721 × 724 (73 KB)ZueignungRedid simulation with more realistic values, and changed from omega to f. Two-mirror Fabry-Perot cavity, 1 m length. Amplitude reflectivities r_1 = 0.99 and r_2 = 0.98. PDH modulation frequency f_m = 25 MHz.
06:17, 11 August 2012Thumbnail for version as of 06:17, 11 August 2012719 × 711 (71 KB)Zueignung
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file: