If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Announcement
Collapse
No announcement yet.
VLF MD with digital signal processing : Bee-Buzz 1
But, one my friend said 15 years before - if you want to haven't problems in analog design - use integral circuits - not discrete solutions! The future is here - let to use it.
Been looking at discrete op-amps with rail-to-rail output.
Those discrete designs usually dont have good CMRR or PSRR because they only focus on noise preformance. Additionally your spec is barely making 16 bit performance ... its never going to be 24 bit compliant.
For 24 bits you will require fully differential amps which is going to be very messy implemented in discrete.
Besides that you are trying to fix asynchronous noise on a synchronous detector.
Great HIFI discussion though just wrong thread.
Here are three pre-amps that I made and tested. The first (equinox) had some problems with oscillations and low bandwidth. It used some flea sized components, so I blamed it on pcb design and poor soldering. The second (vanq) worked well but the bandwidth rolled off in the 30khz range. I modified the third to to work up into the 40khz range. These operate at 3.3v and have a low impedance differential output which allows using simple twisted pair cable. Credit to Orbit on helping reverse the vanquish pcb. I am interested in how it would be received and fed to the ADC.
Hello
I would like to know what the output signal shape is from this amplifier at the RXN and RXP outputs. Do you have any photos of the output measurement on an oscilloscope ?.​
Here is the only photo I could find. RXN and RXP are equal but 180deg out of phase. The yellow trace is the Tx and the blue is the pre-amp out. Not sure which output it was or what mode the detetector running. This is from 3-4 years ago so I don't recall all the details
This is why you dont need amplifier at the front end of the direct sampling ADC metal detector.
[ATTACH=CONFIG]n433354[/ATTACH]​ ....from the FPGA thread. ​
For a 10 to 16 bit ADC yes an amplifier is useful ... 24 bits ... No
32 bits ... Definitely not.
Back to the code ...why are you using adjacent bins in the FFT. A linear system can't generate new frequencies it's a phase discrimination problem.
Here is the only photo I could find. RXN and RXP are equal but 180deg out of phase. The yellow trace is the Tx and the blue is the pre-amp out. Not sure which output it was or what mode the detetector running. This is from 3-4 years ago so I don't recall all the details
Thank you, that's enough for me, this is exactly what I wanted to see, do you think this circuit could work if connected directly to the ADC processor input or would I need any additional components ?.
Thank you, that's enough for me, this is exactly what I wanted to see, do you think this circuit could work if connected directly to the ADC processor input or would I need any additional components ?.
I have no experience with direct sampling so, I can't help. If you look at the schematic JoyJo posted, the pre-amp feeds the PCM1861 thru a common mode choke and anti-alias filters. You should study the PCM1861 datasheet
I have no experience with direct sampling so, I can't help. If you look at the schematic JoyJo posted, the pre-amp feeds the PCM1861 thru a common mode choke and anti-alias filters. You should study the PCM1861 datasheet
Yes, I've already looked at it and it seems like it could work, I'll try putting this preamp together and give it a try.
can you share goertzel code for 10 kHz (single frequency )
The c-reference code is here for download. Just look at the previous pages of this thread.
There is an Excel file in the zip-package "BinCalculator.xlsx". Open it and play with some values (samplerate SR, block size N, Frequency and k).
The k'th bin (value k) must be an integer number for the required frequency.
Then you have to call the following function with the required parameters.
Those discrete designs usually dont have good CMRR or PSRR because they only focus on noise preformance. Additionally your spec is barely making 16 bit performance ... its never going to be 24 bit compliant.
For 24 bits you will require fully differential amps which is going to be very messy implemented in discrete.
Besides that you are trying to fix asynchronous noise on a synchronous detector.
Great HIFI discussion though just wrong thread.
Hi Paul,
I didn't know, that there is a market for audiophile friends to pay every price. 40 $ for one discrete op-amp.
Direct sampling with a good sound card with a single ended RX-front end (just the RX coil), works fine up to 19 - 20 bits resolution (or -114 dB - 120 dB noise floor level). But if we use an anti-interference (AI) RX-coil, then we have plenty room to go down the noise floor level (at least 20 dB) to get the faint signals. In this case, a pre-amp is very fine to do the job to rise the signal level above the noise floor level of the ADC. Even if we don't use an AI-coil, the EMI noise at the frequency of interest may be lower than the noise floor level of the ADC system. In this case, a pre-amp is required too to get the faint signals.
BTW, I like EMI noise. It's measureable if active. It's predictable if active. It's cancelable if active. A big software effort should be invested in the active EMI noise cancelling using the FFT.
Cheers,
Aziz
Comment