-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
How to adjust the sampling rates of different datasets
- Dieses Thema hat 2 Antworten sowie 1 Teilnehmer und wurde zuletzt vor vor 21 Jahren, 3 Monaten von Bernhard Kantz aktualisiert.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AutorBeiträge
-
August 9, 2003 um 1:59 am Uhr #12543Bernhard KantzTeilnehmer
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 um 2:14 am Uhr #8206Bernhard KantzTeilnehmerI 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 um 2:14 am Uhr #8877Bernhard KantzTeilnehmerThere 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)
-
AutorBeiträge
Viewing 3 posts - 1 through 3 (of 3 total)
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.