Announcement

Collapse
No announcement yet.

GROUND BALANCE ( without the ground :-) )

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

  • #16
    Originally posted by Carl-NC View Post

    VLF detectors have quadrature demods, so they effectively take the sine and cosine of the incoming signal to create the resistive (R) and reactive (X) signals. for GB we want the R signal to be zero in the presence of ground, even if the strength of the ground varies. So we adjust the sine() term to be zero.
    Maybe I'm wrong, but the rotation of the vector is carried out according to such formulas. I'm not saying, I want to understand))
    x1=x*cos(angle)+y*sin(angle);
    y1=y*cos(angle)-x*sin(angle);​

    Comment


    • #17
      Is it possible to consider the following method: to pre-normalize the signal amplitude in front of the synchrodetector. That is, there will be no increase or decrease in the amplitude of the signal when the sensor approaches the ground or target.
      Will this approach weaken the impact of the soil?

      Comment


      • #18
        Originally posted by JoyJo View Post
        Maybe I'm wrong, but the rotation of the vector is carried out according to such formulas. I'm not saying, I want to understand))
        x1=x*cos(angle)+y*sin(angle);
        y1=y*cos(angle)-x*sin(angle);​
        There are different ways to implement GB. The most straightforward way is to simply rotate the phase of the demods until the R channel is exactly 90° to the ground phase at which point the ground R signal is zero. That looks like this:

        RGB = mag(GR)*sin(ph(GR) + ph)

        and you adjust ph until the sin() term is zero.

        Another way is combine a little bit of the ground X signal with the R signal until the result is zero. That looks like this:

        RGB = mag(GR)*sin(ph(GR)​) + k*mag(GR)*cos(ph(GR))

        and you adjust k until the result is zero.

        I'm not sure what you mean about pre-normalizing the signal amplitude. Adjust the preamp gain so the demods always see a constant signal level?

        Comment


        • #19
          Maybe it will be clearer this way?
          Attached Files

          Comment


          • #20
            I think it will get really noisy especially at low signal levels. Digital radio systems sometimes use a similar approach whereby small signals are gained up and large signals attenuated, and an "RSSI" signal is included with the main signal so you can recover the real signal strength later. But these radio systems use phase-modulated encoding where changes in amplitude don't really matter. With a metal detector, the amplitude is used for the audio response so amplitude steps can cause a lot of noise.

            Comment


            • #21
              Click image for larger version

Name:	image.png
Views:	121
Size:	15.0 KB
ID:	435761​​
              Attached Files

              Comment


              • #22
                Originally posted by pito View Post
                Click image for larger version

Name:	image.png
Views:	121
Size:	15.0 KB
ID:	435761​​
                Thats basically how a VLF detector is done ? So zeroing Uy ground balances the detector?
                ?

                Comment


                • #23
                  Originally posted by pito View Post
                  Click image for larger version  Name:	image.png Views:	0 Size:	15.0 KB ID:	435761​​
                  It's a classic. It looks like a Fortune metal detector, only it is built on a PIС.

                  Comment


                  • #24
                    Originally posted by moodz View Post

                    So zeroing Uy ground balances the detector?
                    ?
                    yes, rotator it is a phase shifter
                    Click image for larger version

Name:	image.png
Views:	115
Size:	17.5 KB
ID:	435769

                    Comment


                    • #25
                      Originally posted by Carl-NC View Post
                      I think it will get really noisy especially at low signal levels. Digital radio systems sometimes use a similar approach whereby small signals are gained up and large signals attenuated, and an "RSSI" signal is included with the main signal so you can recover the real signal strength later. But these radio systems use phase-modulated encoding where changes in amplitude don't really matter. With a metal detector, the amplitude is used for the audio response so amplitude steps can cause a lot of noise.
                      Yes, that's right, it has a similarity with the FM receiver: when there is no transmitting station, that is, noise in the dynamics. But, there will always be a signal in the metal detector due to the imbalance in the DD coil.

                      Comment


                      • #26
                        Originally posted by pito View Post

                        yes, rotator it is a phase shifter
                        Fortune has enough problems associated with such a scheme.

                        Comment


                        • #27
                          this is not a Fortune, it is my own design and it is working ok, rotator/phase shifting is done by stm32f103

                          Comment


                          • #28
                            What kind of detector do you have? There are not so many of them on stm32f103.

                            Comment


                            • #29
                              Here is a video showing operation of the "ground balance without the ground" .

                              The demo is a VLF IB and have not had time to verify but it should/may work on PI detectors also.

                              It uses an algorithmic method that I have discovered. ( ie not look up tables or fairy dust )

                              Enjoy.

                              https://youtu.be/idVP0gRar54?si=lGSRHIzjKnjHTJ8g

                              Comment


                              • #30
                                Originally posted by moodz View Post
                                Here is a video showing operation of the "ground balance without the ground" .

                                The demo is a VLF IB and have not had time to verify but it should/may work on PI detectors also.

                                It uses an algorithmic method that I have discovered. ( ie not look up tables or fairy dust )

                                Enjoy.

                                https://youtu.be/idVP0gRar54?si=lGSRHIzjKnjHTJ8g
                                In the video ... after the auto ground balance is done there is still some residual response to the large ferrite.
                                This is now fixed with the addition of a missing step in the code.

                                So I used to use a rotary encoder to adjust the GB manually ... not needed now.

                                Comment

                                Working...
                                X