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.
Announcement
Collapse
No announcement yet.
Ground Balance
Collapse
X
-
You can invert the polarity of a signal by swapping the timing, such as swapping SW2 and SW4.
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
Comment
-
Originally posted by Carl-NC View PostJust 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
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
-
-
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
- Likes 1
Comment
Comment