-
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
Signal manipulation
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 17 Jahren, 9 Monaten von Frits van der Steege aktualisiert.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AutorBeiträge
-
Februar 10, 2007 um 1:14 am Uhr #12643Frits van der SteegeTeilnehmer
I have several data sets in Flexpro 7 and would like to delete values out of all sets based on the values of one set falling below a certain value. What is the best way to do this?
Februar 10, 2007 um 1:14 am Uhr #8306Frits van der SteegeTeilnehmerI have several data sets in Flexpro 7 and would like to delete values out of all sets based on the values of one set falling below a certain value. What is the best way to do this?
Februar 12, 2007 um 9:10 pm Uhr #9042Bernhard KantzTeilnehmerCreate a FPScript formula which removes the values below a threshold.
– Use the ValuesAboveLevel function to calculate the indices of the event. You could remove the values directly if you don’t have a reference signal (Use EVENT_EXTRACT instead of EVENT_INDEX).Example: FPScript formula ‘Remove’
Arguments data Dim idx = ValuesAboveLevel(ReferenceSignal, 0.5, EVENT_INDEX) s[idx]
Create an additional function for each signal:
Remove(Signal)
-
AutorBeiträge
Viewing 3 posts - 1 through 3 (of 3 total)
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.