-
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
How to adjust the sampling rates of different datasets
- This topic has 2 replies, 1 voice, and was last updated 21 years, 3 months ago by Bernhard Kantz.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
August 9, 2003 at 1:59 am #12543Bernhard KantzParticipant
I want to do an XY display of two datasets with different sampling rates. How can I adjust the datasets to each other so that they have the same length?
August 9, 2003 at 2:14 am #8206Bernhard KantzParticipantI want to do an XY display of two datasets with different sampling rates. How can I adjust the datasets to each other so that they have the same length?
August 9, 2003 at 2:14 am #8877Bernhard KantzParticipantThere is a function Sample available in FPScript which can be used to re-sample a dataset. A formula to create a Dataset for XY-display could look like this:
Signal(Dataset1, Sample(Dataset2, Diataset1.x))
The formula above should be used only, if the X range of Dataset2 exceeds that of Dataset1. If the opposite is the case, then the formula should be:
Signal(Sample(Dataset1, Dataset2.x), Dataset2)
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.