-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Home > Community > General > Simple statistical functions > Reply To: Simple statistical functions
March 23, 2007 at 11:17 pm
#9041
Bernhard Kantz
Participant
1) At first you have to calculate the number of values of three periods.
3 * Period(Signal) / (Signal.X[1] - Signal.X[0])
Then you can use the Signal Smoothing Analysis Object. The object calculates a smoothing average. This analysis object uses the Smooth- or the Mean-FPScript function to calculate the moving average.
2)FlexPro offers the index operator [] or the value index operator [[]]. These operators can extract sections from signals and signal series.