-
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
Script for Splitting the signal
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 10 Jahren, 10 Monaten von Karthick Lakshmanan aktualisiert.
-
AutorBeiträge
-
Januar 16, 2014 um 7:36 am Uhr #12840Karthick LakshmananMitglied
I Am new to Fp Scrpit
Am having a signal with RPM in Y & time in X axis
I need to plot Clockwise & counter clockwise as a two different signals from the original signal
Kindly help me in thisRegards,
Karthick.L
Januar 16, 2014 um 7:36 am Uhr #8500Karthick LakshmananMitgliedI Am new to Fp Scrpit
Am having a signal with RPM in Y & time in X axis
I need to plot Clockwise & counter clockwise as a two different signals from the original signal
Kindly help me in thisRegards,
Karthick.L
Januar 16, 2014 um 9:10 am Uhr #9336Bernhard KantzTeilnehmerTo split a signal at a certain level (e.g. 0 in the question) one can use the FPScript functions ValuesAboveLevel() and ValuesBelowLevel(). In the available example a FPScript formula like
[ ValuesAboveLevel(Speed, 0, EVENT_SETVOID), \ ValuesBelowLevel(Speed, 0, EVENT_SETVOID) ]
creates a list with two named entries for the parts of the signal Speed ? 0 and ? 0. The parts have the same size as the original signal, the values not satisfying the condition are set to the floating point void value (? or NaN), as specified by the third argument EVENT_SETVOID. Other operations can be looked up in the Online Help (Index: ValuesAboveLevel (FPScript)).
One can achieve the same results by using the Event Isolation on the desired signal avoiding the need to write any FPScript code.
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.