Skip to content
Snippets Groups Projects
Commit a1471df9 authored by Olaf Hartwig's avatar Olaf Hartwig
Browse files

Fix type in `oms` noise

parent 5fa9a761
No related branches found
No related tags found
1 merge request!31Resolve "Add a first model for measurement/readout noise"
Pipeline #109707 passed
......@@ -210,11 +210,11 @@ def oms(fs, size, asd, fknee):
The power spectral density in displacement is given by
S_bl(f) [m] = asd^2 [ 1 + (fknee / f)^4 ].
S_oms(f) [m] = asd^2 [ 1 + (fknee / f)^4 ].
Multiplying by (2π f / c)^2 to express it as fractional frequency deviations,
S_bl(f) [ffd] = (2π asd / c)^2 [ f^2 + (fknee^4 / f^2) ]
S_oms(f) [ffd] = (2π asd / c)^2 [ f^2 + (fknee^4 / f^2) ]
= (2π asd / c)^2 f^2 + (2π asd fknee^2 / c)^2 f^(-2)
Note that the level of this noise depends on the interferometer and the type of beatnote.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment