LabVIEWForum.de - Extremwertbestimmung mit VI "Peak Detection"

LabVIEWForum.de

Normale Version: Extremwertbestimmung mit VI "Peak Detection"
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo,

ich habe mal eine frage allgemeiner Natur. ich bestimme mit dem VI "Peak Detektion" Extremwerte aus einen Signal. ein parameter an dem VI ist die Breite oder "Width". Kann mir mal jemand erklären was das eigentlich genau ist und zu was man das bei der extremwertbestimmung braucht? ich habe da durch probieren einen wert herausgefunden, mit dem alles ganz gut klappt, aber warum ich das machen muss, weiß ich eiegntlich nich so richtig. die LabVIEW hilfe ist dazu auch nicht gerade dolle. die verstehe ich nur teiweise. kann mir da vielleicht jemand weiterhelfen?

LG


Bahn
Hallo Kater,

+++
width specifies the number of consecutive data points to use in the quadratic least squares fit. width is coerced to a value greater than or equal to 3. The value should be no more than about 1/2 of the half-width of the peaks/valleys and can be much smaller (but > 2) for noise-free data. Large widths can reduce the apparent amplitude of peaks and shift the apparent location. For noisy data, this modification is unimportant since the noise obscures the actual peak. Ideally, width should be as small as possible but must be balanced against the possibility of false peak detection due to noise.
---
Einfach Ctrl-H dann haste die kleine Hilfe und auf Detailed klicken... schon ist es (mehr oder weniger) ausführlich

Miau
"die LabVIEW hilfe ist dazu auch nicht gerade dolle"

ich habe die LabVIEW hilfe ja auch schon gelesen. nur leider kann ich damit nichts anfangen.

LG
' schrieb:"die LabVIEW hilfe ist dazu auch nicht gerade dolle"

Da hast Du wohl in weiten Bereichen recht

' schrieb:ich habe die LabVIEW hilfe ja auch schon gelesen. nur leider kann ich damit nichts anfangen.

Was ist das Verständnisproblem? Schreib was Du nicht verstehst.
Auch schon mal weiter runter in der Hilfe gescrollt:
Zitat:Peak Detector Details
The data set can be passed to the Peak Detector VI as a single array or as consecutive blocks of data.

This Peak Detector VI is based on an algorithm that fits a quadratic polynomial to sequential groups of data points. The number of data points used in the fit is specified by width.

For each peak or valley, the quadratic fit is tested against the threshold. Peaks with heights lower than the threshold or valleys with troughs higher than the threshold are ignored. Peaks and valleys are detected only after the VI processes approximately width/2 data points beyond the location of the peak or valley. This delay has implications only for real-time processing.

The Peak Detector VI must be notified when the first and last blocks are passed into the VI, so that the VI can initialize and then release data internal to the peak detection algorithm.

Refer to the NI Developer Zone ( http://zone.ni.com/devzone/cda/tut/p/id/3770 ) for more information about peak detection using LabVIEW.
Referenz-URLs