Skip to content

Question about program NoiseAccelerometer #254

Answered by tmayerguerr
Kyrie714 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Kyrie714,

The problem is that your PSD expression is also evaluated for the 0 Hz frequency:
"Warning: PSD at frequency 0 Hz is nan"
This might be solved by extending your expression by a condition like:
if(freq==0, 0, your expr)

best regards
Torsten

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Kyrie714
Comment options

Answer selected by Kyrie714
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants