Commit 659859ea4da61b8754dbb1e0a268ddd8c6c24a52
1 parent
b762e03577
Exists in
master
add readme
Showing 7 changed files with 100 additions and 0 deletions Inline Diff
IQ/README.md
File was created | 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 |
PDH/README.md
File was created | 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 |
compensated_link/README.md
File was created | 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 |
doppler/README.md
File was created | 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 |
mich_psd_calculations/README.md
File was created | 1 | estimation of path lenght noise |
michelson_w_AOM/README.md
File was created | 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 |
mixer/README.md
File was created | 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 |