Skip to content

Unit mismatch in Dynamic Bias PSD calculation units are not matched with equation. #133

Answered by rodralez
venkat057 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

The only problem is that in fact the PSD unit is √PSD (root-PSD), not just PSD.

According to Groves, p. 156, root-PSD is:

1 mg/√Hz = 9.80665 * 10^-6 m * s^-1.5 
1 °/hr/√Hz = 4.848 * 10^-6 rad * s^-0.5

Where,

syms Hz s m

Hz = 1/s;
eq1 = m / s^2 / (Hz)^0.5;
eq2 = simplify(eq1)
eq2 =
 
m*(1/s)^(3/2)
 

So,

m / s^2 / (Hz)^0.5 == m*(1/s)^(3/2) == m*s^-1.5

Same results can be achieved following the previous steps for 1 °/√hr

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rodralez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants