Skip to content
Discussion options

You must be logged in to vote

Smokeview uses a sliding window whose width is your input. That window width is always maintained. If you request a 10 s average and your T_END is 100 s then
0 to 5 s the average at time t will be from 0 to 10 s
5 s to 95 s the average at time t will be from t-5 to t+5
95 s to 100 s the average at time t will be 90 to 100 s.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Z-0815
Comment options

Answer selected by Z-0815
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