4/29/2008 5:12 PM | |
Joined: 9/23/2005 Last visit: 11/11/2024 Posts: 4351 Rating: (1452) |
Hi, sometime, I wrote a suggestion for a FAQ about statistical analyse. It was not accepted. I will rebuild it, but I don't know when... In this mean time, I attached the old version. I think that will be useful. AttachmentStatistic.zip (367 Downloads) |
Last edited by: Pegaia at: 5/30/2008 9:20 PMDenilson Pegaia |
|
4/29/2008 5:36 PM | |
Joined: 4/20/2007 Last visit: 11/7/2024 Posts: 728 Rating: (43) |
Hi Pegaia, Just what I was looking for, I'll experiment with this. Thanks! |
4/30/2008 7:48 AM | |
Joined: 3/6/2006 Last visit: 9/13/2024 Posts: 369 Rating: (101) |
Hi, in such cases, I use an algorithm which makes weighting of the past values and works like a PT1-filter. The formula is out := in * alpha + last_out * (1-alpha) Alpha defines the time-constant of the filter. Find a SCL-source attached. I made a function and you must define an UDTfor each instance of this filter in your software and connect this to the function via var_in_out 'd'. Regards Thomas AttachmentPT1_SCL.pdf (359 Downloads) |
4/30/2008 12:34 PM | |
Joined: 4/20/2007 Last visit: 11/7/2024 Posts: 728 Rating: (43) |
hey! thanks again! have to say Aret, that you are going a bit over my head here. |
5/2/2008 10:24 AM | |
Joined: 4/20/2007 Last visit: 11/7/2024 Posts: 728 Rating: (43) |
Thanks again. I got some studying to do . |
Follow us on