-
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
Harmonic cursors
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 21 Jahren von Krista Tweed aktualisiert.
-
AutorBeiträge
-
November 22, 2003 um 8:51 am Uhr #12698Krista TweedMitglied
How do I display the values for the harmonic cursors on a diagram? I can place the cursors in the diagram, but I can’t find a way to display the amplitude values at each cursor.
November 24, 2003 um 7:22 pm Uhr #8361Krista TweedMitgliedHow do I display the values for the harmonic cursors on a diagram? I can place the cursors in the diagram, but I can’t find a way to display the amplitude values at each cursor.
November 24, 2003 um 7:22 pm Uhr #9143Bernhard KantzTeilnehmerTo display the harmonics in the Coordinate Window, you need to customize it. First, you create a formula which returns the Y and X values of the harmonics as a signal and then you create a column table to visualize these values. Finally you display that table in the coordinates window.
The formula should look as follows:
Dim idx, orders orders = (10, 1, 1.0) idx = '2D Diagram.2D'.CursorIndexX(0, 0) spectrum[orders * idx]
In this example the orders 1.0, 2.0, … 10.0 are displayed. You can easily include the half multiples by setting the increment to 0.5.
The formula returns a signal with ten Amplitudes and frequency values. Just klick on the Table Wizard Icon to create a column table for it.
To place the column table in the coordinate window of the 2D diagram, proceed as follows:
- Click on the name on the table column in FlexPro Explorer and drag it to the diagram.
- There you wait a moment until the diagram is displayed in the foreground and its coordinate window is displayed.
- Then you drag the table to the coordinate window and drop it there.
Please note that in the new Spectral Analysis Option there are algorithms available to automatically identify and extract the harmonics from signals.
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.