Announcement
Collapse
No announcement yet.
Minelab Equinox Challenge
Collapse
X
-
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
-
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 uploadAttached Files
Comment
-
Originally posted by Altra View PostHow do you guys get the images to insert on the page? I have to go to advanced and upload
Comment
-
-
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.
Comment
-
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
-
-
Originally posted by Skippy View PostCuriosity 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.
Comment
-
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.
Comment
-
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
Comment