Very Low Level Signal Amplification (and Calulating Noise)

Thread Starter

dannybeckett

Joined Dec 9, 2009
185
Hi guys, floating an interesting conundrum out there.

I'm designing a wide dynamic range current sense amplifier circuit using an INA240A1 (with a fixed gain of 20). It's going across a 2.5mΩ sense resistor, with a max current of +/-27A. This gives me a max Vout of +/-1.35V. It's being read by a 14bit ADC. This ADC has a dynamic range of +/- 1.5V, and so each bit calculates to be 183uV. This also translates to 3.66mA pk through the sense resistor.

I want to be able to have good measurement capability at the 10mA RMS level, which means some amplification is required. I am planning to sample both the unmodified output of the INA240 for the high current range. For low currents, I'm going to amplify the output of the INA240 by 50 and sample that output. At high currents it will simply clip, at low currents it should provide a signal my 14bit ADC can sample nicely, well within the 10mA RMS range.

The interesting thing about this design, is that for the low current range, the input voltage to the INA is miniscule. We're talking about a readable, 10mA RMS across a 2.5mΩ resistor. This resistor will develop 35uV pk across it at 10mA RMS.

My quandary is with amplifying such a small voltage up and it not being totally buried within noise. So I went over to the Texas Instuments Precision Labs course (absolutely fantastic resource for learning) and studied the sections about op-amp noise. Long story short, I've calculated that the total output noise generated by the INA240A1, when bandwidth limited to 30KHz, is going to be ~173.6uV RMS (or 512.86uV pk to 6 sigma).

This calculation is purely based on the noise spectral density of 40nV/√Hz for the INA240, with no 1/f noise added (as 1/f noise isn't shown in the datasheet). I've also ignored current noise, as this also isn't specified and is assumed insignificant. Finally, I've ignored resistor noise because the resistors are embedded within the IC and so I'm assuming that the 40nV figure includes the resistor noise, as 40nV/√Hz is pretty high. Can someone verify that I've calculated the noise output for this amplifier correctly for the given application?

If this is the case, then I'll be experiencing 512uV pk of noise, for 700uV pk of signal. Pretty crappy SNR if you ask me. Again, is this correct?

I may have to resort to increasing the Rsense resistor to obtain enough signal to measure the lower current ranges, or think of some way to dynamically alter the sense resistor resistance (a MOSFET with some kind of intelligent bias circuitry might help).

Thanks!
 

Analog Ground

Joined Apr 24, 2019
460
A couple of thoughts.
1. Do you need 30 KHz bandwidth? Reduce the BW to reduce the noise.
2. Do you need the special features of the INA240. Such as the high input common mode voltage. It is not low noise.
3. Think about using an instrumentation amplifier for much lower noise.
4. You could also add a programmable gain amplifier after the input amplifier to have gain switching instead of two fixed signal channels. Then, only one ADC input is required.
 

Thread Starter

dannybeckett

Joined Dec 9, 2009
185
A couple of thoughts.
1. Do you need 30 KHz bandwidth? Reduce the BW to reduce the noise.
2. Do you need the special features of the INA240. Such as the high input common mode voltage. It is not low noise.
3. Think about using an instrumentation amplifier for much lower noise.
4. You could also add a programmable gain amplifier after the input amplifier to have gain switching instead of two fixed signal channels. Then, only one ADC input is required.
All v well thought-out points, thank you for the input.

1. Yes, this is for an audio application with 20KHz BW minimum. I ran the calcs and there wasn't much difference between 20k and 30khz BW wrt. noise.
2. Unfortunately, yes. I'm detecting currents on the outputs of a bridge-tied load amplifier with differential voltages up to ~65V. It is also bipolar device which is advantageous for me to detect forward and reverse audio currents (albeit not critical, I could work with 1/2 the waveform).
3. If there is one that satisfies the constraints in #1 and #2 then please let me know! This was the most appropriate part I could find myself.
4. Very true, however I'm using a rather cutting edge dual core ST microcontroller to sample these outputs with like a billion multiplexed input channels that feed three internal ADC's, so I'm comfortable to simply use two pins to read these two signals (I have adc inputs than I can possibly use anyway, and this will keep cost down slightly when compared to a PGA).

My current thoughts:
1. Find a better amplifier
2. Somehow "remove" the common mode voltage without reducing the differential voltage across the Isense res.
3. Use the 1MSPS ADC to oversample and reduce noise (I have 50 samples to play with for 1MSPS @ 20 KHz).
4. Increase Isense res a bit (just gotta be cognisant of Pdiss with 27A pk going through it)
5. Wireless /magnetic current sensing?
 

Analog Ground

Joined Apr 24, 2019
460
All v well thought-out points, thank you for the input.

1. Yes, this is for an audio application with 20KHz BW minimum. I ran the calcs and there wasn't much difference between 20k and 30khz BW wrt. noise.
2. Unfortunately, yes. I'm detecting currents on the outputs of a bridge-tied load amplifier with differential voltages up to ~65V. It is also bipolar device which is advantageous for me to detect forward and reverse audio currents (albeit not critical, I could work with 1/2 the waveform).
3. If there is one that satisfies the constraints in #1 and #2 then please let me know! This was the most appropriate part I could find myself.
4. Very true, however I'm using a rather cutting edge dual core ST microcontroller to sample these outputs with like a billion multiplexed input channels that feed three internal ADC's, so I'm comfortable to simply use two pins to read these two signals (I have adc inputs than I can possibly use anyway, and this will keep cost down slightly when compared to a PGA).

My current thoughts:
1. Find a better amplifier
2. Somehow "remove" the common mode voltage without reducing the differential voltage across the Isense res.
3. Use the 1MSPS ADC to oversample and reduce noise (I have 50 samples to play with for 1MSPS @ 20 KHz).
4. Increase Isense res a bit (just gotta be cognisant of Pdiss with 27A pk going through it)
5. Wireless /magnetic current sensing?
Yep, you are on the edge. I am thinking an isolating signal transformer but this is not my thing. Of course, increasing the sense resistance is a win but its tempco is a problem. 14 bits is tough.
 
Top