Logarithm in PBP


Results 1 to 25 of 25

Threaded View

  1. #22
    Join Date
    Feb 2003
    Location
    Salt Lake City, Utah USA
    Posts
    517


    Did you find this post helpful? Yes | No

    Smile Fuzzy Math Approach?

    The largest ADVAL1 can be is 1023
    The largest dummy can be is 1023 * 5 * 10 = 51150 (which is 16 bits or less)

    Why do you do the * 5 * 10, why not * 50? and why *50?
    You do not need DIV32 since you never exceed 16 bits with dummy

    The same goes for ADVAL calcs

    In final form, your
    RP = (ADVAL1*50/1023)^2/50
    FP = (ADVAL*50/1023)^2/50

    If you plug these into your SWR equation and reduce, you get

    SWR = (ADVAL1+ADVAL)/(ADVAL1-ADVAL), which should be easy to deal with

    However, with all this noted, I do not think you are going to get what you want ... or will you? I haven't yet tried to follow this thread in any depth.
    Last edited by paul borgmeier; - 30th March 2007 at 08:46. Reason: reduced equation further
    Paul Borgmeier
    Salt Lake City, UT
    USA
    __________________

Similar Threads

  1. PBP Book
    By Bruce in forum Off Topic
    Replies: 83
    Last Post: - 4th October 2021, 12:55
  2. Extensions to PBP variables
    By John_Mac in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 23rd October 2009, 05:21
  3. Compiler differences between PBP 2.33 & 2.46
    By nikopolis in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 2nd May 2006, 19:01
  4. Newby- PBP wont compile for 18F (MPLAB)
    By jd76duke in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 17th December 2005, 23:30
  5. PBP / XP Crash
    By pondindustrial in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 27th November 2005, 03:16

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

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