3

I am working with some ultrasonic transducers, the receiver gets a signal of around 10 mVp-p at 125 kHz and for its purpose needs a gain of around 10.

So far have a simple inverting OP-Amp setup, however, unable to get a gain at all(Gains are achieved using a signal generator setup, with the same circuit,rather than an actual transducer as the input). I am thus led to believe it is something to do with the input impedance, i.e that of the transducer itself.

Moderate success using a unity gain buffer first, which could then be amplified? As the input impedance to the second op-amp would be easier to deal with.

I am wondering what sort of setup is required for this application? I've seen some posts about using multiple op-amps, but for this application, I want to keep the power consumption as low as possible. Powered using a 3 double A batteries, with a normal operating mode less than 30 uA. For test mode up to around 600 uA.

Thanks for reading.

winny
  • 13,064
  • 6
  • 46
  • 63
Piers
  • 31
  • 3
  • What impedance starts to significantly impact the transducer's output level? *"I want to keep the power consumption as low as possible"* - 1 watt? 1 milliwatt? 1 microwatt? – Andy aka Aug 15 '18 at 10:40
  • Gonna be powered using a 3 double A batteries, with a normal operating mode less than 30 micro Amps. For test mode up to around 600 micro amps. The impedance of the transducer itself under steady state is around 2 Meg (can be more depending). For resistor impedance I'm not too sure as of yet. – Piers Aug 15 '18 at 10:45
  • As you found, add a voltage-input buffer. But first, put the right variable inductor across your transducer, adjusted for an RLC resonance peak (transducer capacitance in parallel with added inductor, typically hundred-nH range.) This can boost the voltage by 10X or more. Added benefit is that it blocks non-125KHz noise. – wbeaty Aug 17 '18 at 18:22

2 Answers2

1

You need an amplifier that has a high enough gain-bandwidth product, definitely above a few MHz, preferably 10-20MHz for a reasonably stable gain, assuming a sine wave at 125kHz. If your signal has a lot of higher harmonics, then higher. Using too high performance an amplifier will incur a power penalty without giving you much benefit.

The slew rate is not too important, given your low 100mV output, but in any case it needs to be higher than \$2\pi f V\$ so about 0.1V/\$\mu\$sec.

Multiple amplifiers are often used to get high gain at wide bandwidth, since you can get a gain of 1000 with two or three amplifiers of gain 31.6 or 10 rather than trying to find an amplifier with a gain-bandwidth product in the GHz range, which will surely run quite hot and will probably be tetchy and oscillate if you look at it crosswise.

If you are really looking for micropower you may do better with a discrete transistor design than with a general purpose op-amp.

Spehro Pefhany
  • 376,485
  • 21
  • 320
  • 842
  • Not exactly micropower, design is going to be using a few double A batteries, with a focus on long operating life. I have a couple op-amps on hand that have a large gain bandwidth in that range, most have excessively high slew rate. E.g OPA350 and LT1360. – Piers Aug 15 '18 at 10:51
  • OPA350 looks pretty nice, will work down to < 3V. – Spehro Pefhany Aug 15 '18 at 11:01
1

Consider this

schematic

simulate this circuit – Schematic created using CircuitLab

You might replace the first transistor with a NJFET. The circuit may, with its auto-biasing, tolerate that major substitution.

Possible Gain Error: gain will be Rcollector / (Remitter + 1/gm of Q2) At 1mA Ic (or Ie) of Q2, the gm (transconductance) is 1/26 ohms. At 50uA IC, the gm is 1/(50 * 26) = 1/1300ohms, which is a LARGE gain error. Please reduce the Re from 5.1Kohm to 3.9 (or 3.8) Kohms.

Notice the use of Q3 as Cascode device, to minimize the Cmiller Effect. The Cob, or C_collector_base, is a wasteful parasitic, consuming the input signal energy.

Here is another topology, with feedback loop for precise gain

schematic

simulate this circuit

For low power, scale up the resistors by 1,000X. There will be large Cmiller input capacitance. This provides gain Av = 11 (not 10).

With the lack of adaptive-biasing, this circuit is picky about input/base voltage. I've used superBeta transistors, to implement high DC Zin.

analogsystemsrf
  • 33,703
  • 2
  • 18
  • 46