Division of time course and calculation of the average current value
michal1097
New Altair Community Member
Hi
I have time record electric curent. I need divide time in 10 equal parts and calculate avarage current value for every part. Then unit everything in one chart. I used "split data" block and aggregate, after Append . But this process is not very effective.. Data in .rar
Tagged:
0
Best Answer
-
Hi @michal1097,
You will need of the Time series operators, in particular the Process Windows and Extract Aggregates operator.
In attached file, you will find the process that divide your dataset in 10 equal parts and calculates the mean of your 4 attributes for each division.
Hope this helps,
Regards,
Lionel5
Answers
-
Hi @michal1097,
You will need of the Time series operators, in particular the Process Windows and Extract Aggregates operator.
In attached file, you will find the process that divide your dataset in 10 equal parts and calculates the mean of your 4 attributes for each division.
Hope this helps,
Regards,
Lionel5 -
Thanks @lionelderkrikor
0