Announcement

Collapse
No announcement yet.

Ground Balance

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #91
    What matters is that you subtract the ground signal from the target signal, and there are several options. If they are both positive signals you subtract them, or invert one of them and then add. If they are opposite polarity already you just add. You can invert the polarity of a signal by swapping the timing, such as swapping SW2 and SW4.

    Comment


    • #92
      You can invert the polarity of a signal by swapping the timing, such as swapping SW2 and SW4.
      Hi Carl
      Thanks for that tip, could come in handy in near future.
      Been messing with some code for a bipolar pulsar
      does it look sorta right ?

      Sequence is
      TX1 100uS , first transistor
      wait main delay (variable ) 10-20uS
      SW1-A 10 uS main sample pulse out
      wait 20 uS to 1st GB pulse
      SW2-A 100-200uS pulse out
      wait 250 uS to process signal

      TX2 100uS, second transistor
      wait main delay (variable ) 10-20uS tracking first main delay
      SW2-B 10uS main sample pulse out
      wait 20 uS
      SW1-B 100-200uS, GB pulse out, width tracking same width as SW2-A
      wait 250 uS to process signal

      Repeat at TX1
      Attached Files

      Comment


      • #93
        Originally posted by Carl-NC View Post
        Just the opposite... mineralization decays rather quickly. Here is how the TDI does it (this is all public knowledge, so NBD):

        Turn TX on for 100us
        Shut off, enter flyback
        Wait 10us, take the Target sample
        After the end of the Target sample, wait a short delay, take the GB sample
        After the end of the GB sample, wait a long delay, take the two EF samples
        Use a diff integrator to subtract Target-EF1
        Use another diff integrator to subtract GB-EF2
        Subtract A1*(Target-EF1) - A2*(GB-EF2)
        Adjust A2 for ground balance

        In TDI, all the samples have identical widths. I could tell you what to use, but you would learn more trying a range of settings, say 5us up to 25us. The delay between Target and GB samples as well; try 5us to 25us. Technically, this same delay should be used to space the two EF samples. The spacing between GB and EF1 samples should be 50us or more.

        There are other ways to do GB, even simpler, but this one has particular advantages that TDI uses to produce distinct audio responses.

        - Carl
        Hi,Carl

        Can this be understood as the duration of each signal on RX will be different?

        EF>GB>Target

        Target samples too close to GB samples will affect sensitivity, and too far away will affect GB, right?

        Comment


        • #94
          Originally posted by lc516 View Post
          Hi,Carl

          Can this be understood as the duration of each signal on RX will be different?

          EF>GB>Target

          Target samples too close to GB samples will affect sensitivity, and too far away will affect GB, right?
          Correct.

          Comment


          • #95
            Hello everyone
            my question is:
            How can we implement Auto ground balance/Tracking in PI realm?! I mean the concept of it not the actual circuit.
            for sake of simplicity let's say we have one target channel and one ground channel
            how do we continuously subtract just enough of the GEB signal from the Target signal without loosing sensitivity or getting false ground signals at the output of the target channel?
            and can we do something to not track out the good targets?
            the logic of it just isn't clear to me
            any help is appreciated, if it's not a proprietary thing

            Comment

            Working...
            X