Skip to content
Snippets Groups Projects
Commit 80e63196 authored by Jean-Baptiste Bayle's avatar Jean-Baptiste Bayle
Browse files

Fix documentation for test-mass noise

parent aac344e9
No related branches found
No related tags found
1 merge request!161Resolve "Documentation issue for test-mass noise"
Pipeline #239959 passed
...@@ -253,7 +253,7 @@ def testmass(fs, size, asd, fknee): ...@@ -253,7 +253,7 @@ def testmass(fs, size, asd, fknee):
Multiplying by 1 / (2π f)^2 yields the noise as a velocity, Multiplying by 1 / (2π f)^2 yields the noise as a velocity,
S_delta(f) [m/s] = (asd / 2π)^2 [ f^(-2) + (fknee^2 / f^4) ] S_delta(f) [m/s] = (asd / 2π)^2 [ f^(-2) + (fknee^2 / f^4) ]
= (asd / 2π)^2 f^(-2) + (2 asd fknee / 2π)^2 f^(-4). = (asd / 2π)^2 f^(-2) + (asd fknee / 2π)^2 f^(-4).
Args: Args:
asd: amplitude spectral density [ms^(-2)/sqrt(Hz)] asd: amplitude spectral density [ms^(-2)/sqrt(Hz)]
......
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