Commit 659859ea4da61b8754dbb1e0a268ddd8c6c24a52

Authored by bmarechal
1 parent b762e03577
Exists in master

add readme

Showing 7 changed files with 100 additions and 0 deletions Side-by-side Diff

  1 +IQ demodulation
  2 +------------
  3 +Basic equations of IQ demodulation with phase noise
  4 +
  5 +Test it
  6 +----------
  7 +run in iPython environment to show local variables
  8 +
  9 +```sh
  10 +ipython
  11 +```
  12 +
  13 +```ipython
  14 +run IQ.py
  15 +IF_I
  16 +IF_Q
  17 +```
  1 +Pound-Drever-Hall
  2 +------------
  3 +PDH discriminant calculations
  4 +
  5 +Test it
  6 +----------
  7 +run in iPython environment to show local variables
  8 +
  9 +```sh
  10 +ipython
  11 +```
  12 +
  13 +```ipython
  14 +run PDH.py
  15 +eps_pdh
  16 +```
compensated_link/README.md
  1 +Compensated link
  2 +------------
  3 +Compensated optical fiber-link based on Michelson setup.
  4 +Correction applied to AOM frequency
  5 +
  6 +Test it
  7 +----------
  8 +run in iPython environment to show local variables
  9 +
  10 +```sh
  11 +ipython
  12 +```
  13 +
  14 +```ipython
  15 +run compensated_link.py
  16 +eps
  17 +```
  1 +Doppler
  2 +------------
  3 +Show Doppler effect on Q-demodulated signal
  4 +
  5 +Test it
  6 +----------
  7 +run in iPython environment to show local variables
  8 +
  9 +```sh
  10 +ipython
  11 +```
  12 +
  13 +```ipython
  14 +run doppler.py
  15 +Vmix
  16 +```
mich_psd_calculations/README.md
  1 +estimation of path lenght noise
michelson_w_AOM/README.md
  1 +Heterodyne Michelson with phase noise induced by Doppler effect
  2 +------------
  3 +Correction applied to path lenght with PZT or other
  4 +
  5 +Test it
  6 +----------
  7 +run in iPython environment to show local variables
  8 +
  9 +```sh
  10 +ipython
  11 +```
  12 +
  13 +```ipython
  14 +run michelson_w_AOM.py
  15 +Vmix
  16 +```
  1 +Mixer equations
  2 +------------
  3 +Comparaison of polynomial and simple-product approaches of RF mixer
  4 +
  5 +Test it
  6 +----------
  7 +run in iPython environment to show local variables
  8 +
  9 +```sh
  10 +ipython
  11 +```
  12 +
  13 +```ipython
  14 +run mixer.py
  15 +Vmix_poly
  16 +Vmix_prod
  17 +```