-
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
dB-axis
- Dieses Thema hat 3 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 19 Jahren, 10 Monaten von tu@gl-group.com aktualisiert.
-
AutorBeiträge
-
Januar 14, 2005 um 10:31 pm Uhr #12667tu@gl-group.comMitglied
Which is the easiest way to get a dB-Y-axis (for example 20*log(y/yref)??
I found no option in the properties for axes to switch from absolut-values to dB-values.
If there is no, a proposal for next updates could be the following:
A new item in properties for y-Axis with option “dB” . The user have to input a reference-value for the specified datas and the factor to multiplicate with (“20” e.g.)………
Januar 14, 2005 um 11:40 pm Uhr #9083Bernhard KantzTeilnehmerYou can scale your data in an easy way. Create a formula named “_Scaled” with the following content:
Arguments data
Dim yrefyref = 1
20*log10(data/yref)You can now scale your data sets by selecting them in the FlexPro Explorer and simply dragging and dropping them onto the name of the above formula. FlexPro then creates a new object for each dataset which returns the scaled data and whose unit is set to “mA”.
Januar 15, 2005 um 12:47 am Uhr #9084tu@gl-group.comMitgliedThanks….
That’s the way i do it till now.
It should be only a property of axes (like “log, ln, lin, octave” etc.) . No calculation of data in
additional rows of the sheet….Januar 15, 2005 um 12:56 am Uhr #8330tu@gl-group.comMitgliedWhich is the easiest way to get a dB-Y-axis (for example 20*log(y/yref)??
I found no option in the properties for axes to switch from absolut-values to dB-values.
If there is no, a proposal for next updates could be the following:
A new item in properties for y-Axis with option “dB” . The user have to input a reference-value for the specified datas and the factor to multiplicate with (“20” e.g.)………
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.