-
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
Extracting Events from One Signal, applying Time to Another
- Dieses Thema hat 4 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 14 Jahren, 7 Monaten von John Huxtable aktualisiert.
-
AutorBeiträge
-
April 9, 2010 um 7:57 pm Uhr #12568John HuxtableMitglied
I have speed data from two fans. I use a formula to calculate the difference between them and event isolation to determine times when this difference is greater than +/- 30 rpm.
I then wish to use the associated time stamps to observe the vibration responses when the fan speed difference is greater than +/- 30 rpm.
The raw data are in separate signals but all have the same time base. I am using version 8.0.24 standard
April 9, 2010 um 7:57 pm Uhr #8231John HuxtableMitgliedI have speed data from two fans. I use a formula to calculate the difference between them and event isolation to determine times when this difference is greater than +/- 30 rpm.
I then wish to use the associated time stamps to observe the vibration responses when the fan speed difference is greater than +/- 30 rpm.
The raw data are in separate signals but all have the same time base. I am using version 8.0.24 standard
April 9, 2010 um 8:29 pm Uhr #8914Bernhard KantzTeilnehmerFor this you can use the index operator.
Example:
Dim idx = ValuesInInterval(Speed1 - Speed2, -30, 30, EVENT_INDEX + EVENT_COMPLEMENT) Speed1.X[idx]
April 9, 2010 um 9:53 pm Uhr #8915John HuxtableMitgliedI think I see how that gets me the time stamps in “speed1” but how do I apply this to “response1”?
April 10, 2010 um 12:42 am Uhr #8916Bernhard KantzTeilnehmerIf you have a FPScript formula IDX which calculates the indices you can create an additional formula. This formula creates a signal with the y-values of the data set ‘response1’ and the x-values of ‘speed1’.
Signal(response1[IDX], speed1.X[IDX]
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.