-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Script/Formel vergleich von 2 Datensätzen
- This topic has 2 replies, 2 voices, and was last updated 12 years, 11 months ago by Andreas Schüssler.
-
AuthorPosts
-
December 11, 2011 at 9:00 pm #12756Andreas SchüsslerParticipant
Guten Tag
Ich habe folgendes Problem. Ich benötige ein Script bzw. Formel, indem ich zwei Datensätze miteinander vergleiche.
Datensatz1: Stufensignal (ganze Zahlen, steigend und fallend)
z.B.: 0,0,1,1,1,2,2,3,3,3,3,3,2,2,2,1,1)Datensatz2: z.B. Sinuskurve mit Rauschen
Anforderungen an das Script:
lokales Extremum des Datensatzes2 in den Intervallen während der Dauer des anliegenden Signals “0,0”,”1,1,1″,”2,2″… aus Datensatz1.
Vielen Dank für Ihre Hilfe
December 11, 2011 at 9:00 pm #8422Andreas SchüsslerParticipantGuten Tag
Ich habe folgendes Problem. Ich benötige ein Script bzw. Formel, indem ich zwei Datensätze miteinander vergleiche.
Datensatz1: Stufensignal (ganze Zahlen, steigend und fallend)
z.B.: 0,0,1,1,1,2,2,3,3,3,3,3,2,2,2,1,1)Datensatz2: z.B. Sinuskurve mit Rauschen
Anforderungen an das Script:
lokales Extremum des Datensatzes2 in den Intervallen während der Dauer des anliegenden Signals “0,0”,”1,1,1″,”2,2″… aus Datensatz1.
Vielen Dank für Ihre Hilfe
February 29, 2012 at 8:43 am #9223Bernhard KantzParticipantAt first you have to calculate the positions where the first dataset changes the level. For this you can use the LevelCrossings function. After that you have to program a loop and calculate the data range of the second dataset where the values of the first dataset are equal. For this you can use the index operator []. For each data range you can calculate a local extrema using the Extrema function.
-
AuthorPosts
- You must be logged in to reply to this topic.