-
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 can I linearize data sets using a characteristic curve?
- Dieses Thema hat 2 Antworten und 2 Teilnehmer, und wurde zuletzt aktualisiert vor 19 Jahre von
Richard Weisang.
-
AutorBeiträge
-
Februar 27, 2004 um 7:09 pm Uhr #12533
Richard Weisang
VerwalterI need a way to calibrate my data with a calibration table.
Februar 27, 2004 um 7:13 pm Uhr #8196Richard Weisang
VerwalterI need a way to calibrate my data with a calibration table.
Februar 27, 2004 um 7:13 pm Uhr #8866Bernhard Kantz
TeilnehmerUsing the FPScript function Sample(), you can linearize signals with a characteristic curve. The characteristic curve or calibration table has to be specified as a signal which contains the actual values in the X-component and the set values in the Y-component.
Create a formula named “_Lin” with the following content:Arguments s Dim table table = Signal({0., 1.1, 1.9, 2.99, 3.98, 5.0}, 1.) If DataStructure(s) == STRUCT_DATASERIES Then s = Signal(s, 1.) End Sample(table, s)
You can now linearize your data sets by selecting them in the FlexPro Explorer and dragging and dropping them onto the name of the above formula.
In the example, the variable table contains the calibration table with the set values for the actual values 0, 1, 2, 3, 4 and 5. You will have to amend this table for your purposes. Alternatively, you can refer to an external data set which contains the table.
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.