FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder
Products and Solutions
Support and Downloads
Company
Magazine
Contact Us
Language
MyWeisang

Account settings

Topic

dB-axis

Home page Community General dB-axis

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34134
    tu@gl-group.com
    Participant

    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.)………

    #34132
    Bernhard Kantz
    Participant

    You can scale your data in an easy way. Create a formula named “_Scaled” with the following content:

    Arguments data
    Dim yref

    yref = 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”.

    support@weisang.com

    #34133
    tu@gl-group.com
    Participant

    Thanks….

    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….

    #34131
    tu@gl-group.com
    Participant

    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.)………

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.