Announcement

Collapse
No announcement yet.

Minelab Equinox Challenge

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

  • #16
    This is closer to the expected result ->

    Click image for larger version

Name:	Equinox simulation.png
Views:	1
Size:	36.4 KB
ID:	351254

    Comment


    • #17
      Also, note this:
      Equinox 600 => 5kHz, 10kHz, 15kHz
      Equinox 800 => Multi, 5kHz, 10kHz, 15kHz, 20kHz, 40kHz

      From simulation, the FFT peaks are located at 2.6kHz, 7.8kHz, 18.5kHz and 39.6kHz.
      And:
      7.8 - 2.6 = 5.2 (5kHz)
      18.5 - 7.8 = 10.7 (10kHz)
      18.5 - 2.6 = 15.9 (15kHz)
      39.6 - 18.6 = 21.0 (20kHz)
      39.6 (40kHz)

      Comment


      • #18
        For comparison purposes here is a scope shot of the Whites DFX. Ignore the frequency readings on the scope it's confused.

        PS How do you guys get the images to insert on the page? I have to go to advanced and upload
        Attached Files

        Comment


        • #19
          Originally posted by Altra View Post
          How do you guys get the images to insert on the page? I have to go to advanced and upload
          On the Advanced page, add your attachments as normal, then click on the paperclip icon in the top row of the menu. There's a drop-down box from which you can select images that you want to be displayed.

          Comment


          • #20
            Originally posted by Altra View Post
            For comparison purposes here is a scope shot of the Whites DFX. Ignore the frequency readings on the scope it's confused.
            Very interesting.
            It looks like the Minelab Equinox is an extension of the same concept.

            Comment


            • #21
              Curiosity got to me.
              With QuickBasic now on my current machine, I gave it a spin. I read off the transition times from Carls current chart, but not the 'current'. Using a Basic program, I entered 386 points of data as either Hi or Lo, giving them the arbitrary numerical value of +8 and -8, so I have a reconstruction of the coil Voltage waveform. This was saved as a Binary data file consisting of a string of 386 single-precision floating point numbers (attached).
              This file was then loaded into a trial version of 'ScopeDSP' by Iowegian. This produced a spectrum analysis , showing the 3 : 7 : 15 multiples of the 'basic' 2.6kHz waveform repetition rate, the '15' multiple, of 39kHz being the strongest, the 7.8k and 18.2k less strong.


              Attached .txt data file, waveform reconstruction, spectrum analysis.
              Attached Files

              Comment


              • #22
                I only see one frequency

                Comment


                • #23
                  I hope it's in the visible spectrum.

                  Comment


                  • #24
                    8,26kHz

                    Comment


                    • #25
                      I notice that Sled came up with 8.3kHz, matching the figure of 8.26k shown on Carls scope screenshot.
                      I assumed that the 8.26k figure would be a jumpy value, that depended on what part of the waveform was showing on the screen at any given time. Scope's aren't good at repeatably triggering on complex waveforms.

                      Comment


                      • #26
                        Originally posted by Qiaozhi View Post
                        On the Advanced page, add your attachments as normal, then click on the paperclip icon in the top row of the menu. There's a drop-down box from which you can select images that you want to be displayed.
                        Thanks, I'll give it a try next time.

                        Comment


                        • #27
                          Originally posted by Skippy View Post
                          Curiosity got to me.
                          With QuickBasic now on my current machine, I gave it a spin. I read off the transition times from Carls current chart, but not the 'current'. Using a Basic program, I entered 386 points of data as either Hi or Lo, giving them the arbitrary numerical value of +8 and -8, so I have a reconstruction of the coil Voltage waveform. This was saved as a Binary data file consisting of a string of 386 single-precision floating point numbers (attached).
                          This file was then loaded into a trial version of 'ScopeDSP' by Iowegian. This produced a spectrum analysis , showing the 3 : 7 : 15 multiples of the 'basic' 2.6kHz waveform repetition rate, the '15' multiple, of 39kHz being the strongest, the 7.8k and 18.2k less strong.


                          Attached .txt data file, waveform reconstruction, spectrum analysis.
                          When I open the text file I get a bunch of A's. I know this is a detector form and not a class on computers but since I'm computer stupid maybe you could give me a little help. Thanks

                          Comment


                          • #28
                            The thing that's been bugging me is why the voltage and current waveforms show peaks in the FFT spectrum that are at odds with the numbers published by Minelab, and the troughs seem to be aligned with the expected values. While mowing the grass I came with an idea, so here's the result ->





                            If you generate an FFT of the instantaneous power (and not just the voltage or current) the peaks are located as shown above.
                            There are actually several peaks at 5.2kHz, 10.4kHz, 15.6kHz, 20.8kHz, 26kHz, 31.1kHz, 36kHz, 41.6kHz, 46.6kHz, etc.

                            The ones of interest are (of course) 5.2kHz, 10.4kHz, 15.6kHz, 20.8kHz and 41.6kHz.

                            Since LTspice won't allow you to create an FFT result from a waveform generated by the graphing functions, I had to calculate the power in the coil by using a nonlinear controlled source. Hence why the power is actually displayed in volts at node Z. You need to ignore the values shown anyway, as these are just arbitrary.
                            Attached Files

                            Comment


                            • #29
                              Quote:"When I open the text file I get a bunch of A's"

                              The file contains 386 single-precision floating-point numbers, one after the other, no seperators like comma's etc, no End-of-file marker. The numbers are 4 bytes each, so the file size is 4 x 386 bytes in size.
                              I named it .txt , but could've chosen .dat, I suppose. It will just be blanks and random characters when viewed with WordPad etc.
                              It should easily import into programs like MatLab, or any proper programming language, and is among the varied formats supported by the ScopeDSP software.

                              Comment


                              • #30
                                Quote:"While mowing the grass"
                                What kind of grass do you have on your lawn? It's making you creative.

                                How are you determining 'Power' , when there's no resistive object in your model to get hot?

                                Comment

                                Working...
                                X