+ Reply to Thread
Results 1 to 3 of 3

Formulas - converting dBdsx to Volts peak to peak

  1. #1
    Registered User
    Join Date
    10-11-2007
    Posts
    7

    Formulas - converting dBdsx to Volts peak to peak

    I would like to enter the following formulas in excel:
    First, converting dBdsx to Volts peak to peak the formula is:
    Vpp = (6)10^(dBdsx/20).
    These are the steps used with a scientific calculator:
    A- Obtain the result of taking the dBdsx value and dividing it by 20
    B- Take this result and store it in the calculator's memory.
    C- Obtain a result by entering 10 then pressing the x^y function key followed by memory recall.
    D- take this result and multiply it by 6
    E- the result will be the dBdsx value converted to Vpp.

    Second, converting Volts peak to peak dBdsx the formula is:
    dBdsx = 20log10(Vpp/6).
    These are the steps used with a scientific calculator:
    A- Take the Vpp valus and divide it by 6.
    B- Press LOG function key on the calculator.
    C- Take the result and multiply it by 20.
    D- This will be the Vpp value converted to dBdsx.

    I think I figured out the Vpp to dBdsx as "=LOG(A16/6)*20" (not sure) but I can't figure out the first formula.

    Any advice would be appreciated
    Alex

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    =6*10^(A1/20) where A1 contains your dBdsx value

    and

    =20*LOG(A2/6) where A2 contains your Vpp value


    Note: You can name the cells, A1 and A2, dBdsx and Vpp, respectively so that you can use those names in the formula...

    To name a cell, select it and type the name in the box left of the formula bar at top of the sheet.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    10-11-2007
    Posts
    7

    Formulas - converting dBdsx to Volts peak to peak

    Thank you for the quick response.
    Alex

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1