-
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 analysis
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 10 Jahren, 10 Monaten von Karthick Lakshmanan aktualisiert.
-
AutorBeiträge
-
Januar 17, 2014 um 6:31 am Uhr #12841Karthick LakshmananMitglied
Is there any functions for the following
How to find the X-position of the defined Y Position
Length of the Wave form
Cut down the wave from for the defined X-positionsJanuar 17, 2014 um 6:31 am Uhr #8501Karthick LakshmananMitgliedIs there any functions for the following
How to find the X-position of the defined Y Position
Length of the Wave form
Cut down the wave from for the defined X-positionsJanuar 17, 2014 um 8:46 am Uhr #9337Bernhard KantzTeilnehmerTo find all indices in a signal where a specific value is reached one can use the FPScript function ValuesInInterval() using this value for both the lower and the upper limit. Using EVENT_EXTRACT for Operation yields a signal with the specified value for the y component. Choosing the x component of the result gives all the desired x positions.
The number of points in a signal can be obtained using the NumberOfRows() function. If the signal contains a (stationary) periodic waveform one can estimatethe period using the function Period().
Clipping a signal for an interval in x can be done with the value index operator, e.g. sig[[1.2 s, 3.3 s]] cuts out the values for x from nearest to 1.2 s to approximately 3.3 s. -
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.