Author Topic: Piezoelectric hydrophone low noise amplifier design questions  (Read 9935 times)

0 Members and 1 Guest are viewing this topic.

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Hello guys!
I always feel a beginner when it comes to analog things, so I need help with this sensitive topic.  :)

So, I need to design an LNA for a piezoelectric hydrophone to later digitize the signal with a single-ended ADC (the ADC of my STM32 for now). Hydrophone works both in TX and RX modes (it's for a sonar).

Antenna properties: operating at ~240 kHz, nothing else is known about it now.
Specs for the amplifier are: input voltage is expected to be in the order of 10's of uVolts, so I need ~10^5 voltage gain. Double-pole bandpass frequency response centered at 240 kHz with Q~10 is probably OK as it will be later processed  with DSP. Also I want to digitally(from an MCU) control its gain in, at least, 20 dB range or so.
Also this thing is going to be installed not far from noisy things like a lot of DC-DC converters for powerful LEDs.

I intend to make it with high frequency opamps. For the gain-control part I will probably use some digital potentiometer between gain stages(or is there a better choise?). Also i can design the active filter part myself.

When it comes to the first stage of the amplifier, I am not sure what to do. I am considering two options:
1. I am not experienced with noise-sensitive things, but I guess that the common mode rejection ratio mentioned everywhere is an important part in this device to suppress common noise at inputs. I could make the first stage with a transformer(to serve as unbalanced->balanced converter) followed by a low noise high speed opamp, like one of these: AD8646, AD8651, AD8655 or OP37. But I am not sure about CMRR of a transformer, especially if it will be hand-wound on some ferrite ring. How high can it be?

2. Another option is to eliminate the transformer and take a nice instrumentation amplifier like INA128 or INA2128. One more cool instr. amp. I found is AD8231, more noisy but hey, it has digitally-programmable gain.

One more piece of advice I have seen in the Internet is to go fully differential from input to ADC (Once I had a look at a professional Imagenex sonar board, and they did exactly that with fully-differential opamps :)). But I am not sure how much sense it makes in my case if I am using a single-ended ADC.

Also one more general thing I would like to clarify about opamp circuit design is this: if I only care about high frequency part of spectrum, should I care much about opamp specs like offset voltage and input current? As I understand it makes huge difference only if I were to amplify DC signals.

Thanks to anyone who has made it through this wall of text!
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16545
  • Country: us
  • DavidH
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #1 on: April 21, 2018, 07:08:44 pm »
I am just going to ramble.

input voltage is expected to be in the order of 10's of uVolts, so I need ~10^5 voltage gain.

With that much gain over the same frequency range, you will have to be careful about coupling between stages causing oscillation.  Superheterodyne radio receivers avoid this problem by mixing so they can distribute the gain over different frequency ranges limiting the game at any intermediate frequency.

Quote
I intend to make it with high frequency opamps. For the gain-control part I will probably use some digital potentiometer between gain stages(or is there a better choise?).

Operational amplifiers are probably the easiest as far as design.  For the stages after the input stage, I would probably use current feedback operational amplifiers but operational transconductance amplifiers can combine gain control and bandpass filtering in one stage so might be worth considering.

Someone might still make an integrated intermediate frequency amplifier intended for AM receivers which could be used in an application like this.  240kHz isn't that far from 455kHz.

Quote
1. I am not experienced with noise-sensitive things, but I guess that the common mode rejection ratio mentioned everywhere is an important part in this device to suppress common noise at inputs.

See below about input stage differential inputs.

Power supply rejection ratio matters for limiting input noise as well.  Consider using a separate low noise voltage regulator for the input stage.

Quote
I could make the first stage with a transformer(to serve as unbalanced->balanced converter) followed by a low noise high speed opamp, like one of these:

Another option is to eliminate the transformer and take a nice instrumentation amplifier

If you have a differential input, then noise is doubled but this does not matter for later stages.  A transformer can be used for impedance matching to minimize input noise and drive a single ended input from a differential source avoiding the increased noise of a differential input.  The impedance matching from the transformer gives a lot more leeway in selecting an input amplifier.

I think you can get lower input noise with a discrete input stage but the improvement may not be significant.

Quote
One more piece of advice I have seen in the Internet is to go fully differential from input to ADC (Once I had a look at a professional Imagenex sonar board, and they did exactly that with fully-differential opamps :)). But I am not sure how much sense it makes in my case if I am using a single-ended ADC.

There is a lot to recommend using a differential signal path except for the transducer signal input as mentioned above.  Power supply noise including interference from other stages of the amplifier gets rejected as common mode noise so this can help prevent oscillation.

Quote
Also one more general thing I would like to clarify about opamp circuit design is this: if I only care about high frequency part of spectrum, should I care much about opamp specs like offset voltage and input current? As I understand it makes huge difference only if I were to amplify DC signals.

Since you can use AC coupling, input offset voltage does not matter.  Input bias current can still be an issue because it comes with input current noise which combined with input impedance adds to the input voltage noise but this is unimportant after the low noise input stages.
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #2 on: April 21, 2018, 09:17:11 pm »
Hello, David! Thanks for your advice on the design of this circuit!

I don't have any experience with current feedback or transconductance amps yet, but I will see what I can do with them in a simulator.

As for the transformer, as I understand I must use it to match source resistance to input resistance for optimal noise. But I'm not sure if I will ever know it, unfortunately.

It is only not clear for me why there is noise increase in case of differential inputs. I thought that differential inputs are meant for decrease of noise.
 

Online Zero999

  • Super Contributor
  • ***
  • Posts: 19345
  • Country: gb
  • 0999
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #3 on: April 21, 2018, 09:40:59 pm »
What's the bandwidth? I presume it's not necessary to go from DC to 240kHz? I imagine the bandwidth is very narrow.

An AM radio-style receiver sounds like a good idea. The signal could be heterodyned down to much lower frequency, thus lowering the noise, the sample rate and processing requirements.
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #4 on: April 21, 2018, 10:11:50 pm »
Quote
What's the bandwidth? I presume it's not necessary to go from DC to 240kHz? I imagine the bandwidth is very narrow.
You are right, BW is narrow, that's what I meant by "Double-pole bandpass frequency response centered at 240 kHz with Q~10" in my initial message.

I am using undersampling to digitize it, the 240kHz carrier aliases to fs/4, then I use DSP techniques to demodulate it.

I agree that an AM receiver IC might suitable for the task, in fact I've seen some old soviet IC like this used in one of our other sonars.
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16545
  • Country: us
  • DavidH
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #5 on: April 21, 2018, 11:21:40 pm »
I don't have any experience with current feedback or transconductance amps yet, but I will see what I can do with them in a simulator.

Current feedback operational amplifiers are used like voltage feedback operational amplifiers but their gain-bandwidth product is controlled by their feedback resistance.  So as their voltage gain goes up, so does their gain-bandwidth product.  Voltage feedback amplifiers have a fixed gain-bandwidth product so they have lower bandwidth as their gain increases unless they support external compensation which is very rare in modern parts; offhand, I do not know of any.

Operational transconductance amplifiers are designed to operate without feedback and have a separate current input which controls their transconductance making them useful as a variable gain amplifier.  The Linear Technology (now Analog Devices) LT1228, Burr-Brown (now Texas Instruments) OPA860/OPA861, and old slow National LM13700 are examples of these.  They usually convert their current output into a voltage using a resistive load for flat bandwidth response but they can also drive a tuned load directly for a bandpass response.

Quote
As for the transformer, as I understand I must use it to match source resistance to input resistance for optimal noise. But I'm not sure if I will ever know it, unfortunately.

It is not exact about matching source and load resistance for maximum power transfer.  The input amplifier has a ratio of voltage to current noise which can be matched to the source impedance.  So the transformer effectively gives free noiseless voltage (or current) gain if the amplifier's input noise resistance does not match the source.

Quote
It is only not clear for me why there is noise increase in case of differential inputs. I thought that differential inputs are meant for decrease of noise.

Differential inputs remove common mode noise but because there are two active circuit paths, the differential noise from each one adds to increase the differential noise.
 

Offline Marco

  • Super Contributor
  • ***
  • Posts: 6694
  • Country: nl
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #6 on: April 21, 2018, 11:32:31 pm »
Not all ADCs have high bandwidth sample and hold. Whether you go fully differential will depend on the ADC you pick, if it's single ended go single ended after the first stage.
 

Offline barry14

  • Regular Contributor
  • *
  • Posts: 102
  • Country: us
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #7 on: April 22, 2018, 02:54:59 am »
Be sure to include over-voltage protection for the input amplifier.  Piezoelectric hydrophones can generate large voltages when excited by vibrations or other mechanical disturbances.  Static charge can also build up due to temperature changes. In sonar systems, it is good practice to place back to back diodes across the input for this purpose. Note that amplifiers used in Naval sonar systems also have to be protected against the voltages generated by explosives such as depth charges.
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #8 on: April 22, 2018, 03:30:56 am »
Quote
Not all ADCs have high bandwidth sample and hold. Whether you go fully differential will depend on the ADC you pick, if it's single ended go single ended after the first stage.
The STM32 ADC can work up to 2.4 MSPS, while I'm going to use it at 192 kHz. Also it has configurable sample time, so i think it's going to be fine. Ar am I missing something which will prevent the ADC from working well in undersampling mode?

Quote
Be sure to include over-voltage protection for the input amplifier.  Piezoelectric hydrophones can generate large voltages when excited by vibrations or other mechanical disturbances.  Static charge can also build up due to temperature changes. In sonar systems, it is good practice to place back to back diodes across the input for this purpose.
Thanks, I'm aware of these diodes, just didn't mention them.

Quote
Note that amplifiers used in Naval sonar systems also have to be protected against the voltages generated by explosives such as depth charges.
That's an interesting fact, but we are building a peaceful sonar.  :)

Quote
Operational transconductance amplifiers are designed to operate without feedback and have a separate current input which controls their transconductance making them useful as a variable gain amplifier.  The Linear Technology (now Analog Devices) LT1228, Burr-Brown (now Texas Instruments) OPA860/OPA861, and old slow National LM13700 are examples of these.  They usually convert their current output into a voltage using a resistive load for flat bandwidth response but they can also drive a tuned load directly for a bandpass response.
Thanks again, David, I've looked through the applications of these devices and they are impressive. The LT1228 device you've mentioned seems to be perfect for my case, but unfortunately anything except the old & slow LM13700 is extremely hard to get here. I guess that the 2MHz of BW of LM13700 is too impractical for my case.
Now I think I will stick with transformer input design, to adjust its winding for noise if needed, as you suggested. Also, if I connect the input transformer between the + input of the CFB Opamp and the ground, does anything prevent me from also using the CFB opamp for the first stage?
 

Offline Marco

  • Super Contributor
  • ***
  • Posts: 6694
  • Country: nl
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #9 on: April 22, 2018, 04:37:00 pm »
The STM32 ADC can work up to 2.4 MSPS, while I'm going to use it at 192 kHz. Also it has configurable sample time, so i think it's going to be fine. Ar am I missing something which will prevent the ADC from working well in undersampling mode?

No, you just don't need a differential chain then. Use a transformer for "free" voltage gain and common mode rejection as a first stage and some precision JFET opamp (OPA140?) as a single ended amplifier after it (JFET for the low current noise, the transformer amplifies current noise, it's the trade off for the voltage gain ... not free after all).
« Last Edit: April 22, 2018, 05:29:50 pm by Marco »
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16545
  • Country: us
  • DavidH
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #10 on: April 22, 2018, 11:48:40 pm »
Now I think I will stick with transformer input design, to adjust its winding for noise if needed, as you suggested. Also, if I connect the input transformer between the + input of the CFB Opamp and the ground, does anything prevent me from also using the CFB opamp for the first stage?

Input noise still counts and I think voltage feedback operational amplifiers have an advantage here but I have not studied the current feedback operational amplifier option in detail.  To put it another way, nobody that I know of is using current feedback operational amplifiers (or transconductance amplifiers, see below) for low noise input stages.

Giving it a little bit of thought, this makes perfect sense.  Current feedback amplifiers are closely related to transconductance amplifiers (1) where the resistance in series with the emitter sets the transconductance which is effectively the gain.  That same resistance however in series with the emitter also adds directly to the input noise; as far as the transistor is concerned, noise in series with the emitter is the same as noise in series with the base and since the emitter operates at much higher current, a small amount of resistance there has a large effect on noise.

Fast voltage feedback operational amplifiers, often called video amplifiers, also usually include a resistor in series with the emitters of the input stage to lower transconductance which counter intuitively, allows for higher speed.  (2) But this *also* makes them noisy.  The very old example of this is the LM318 but modern video amplifiers do the same thing and you can often find this used in audio amplifiers where the increased gain-bandwidth product yields lower distortion, but again at the expense of higher input noise.

So no, I do not recommend using a current feedback operational amplifier or operational transconductance amplifier for the low noise input stage.

Low noise hydrophone amplifiers usually use low noise FET input voltage feedback amplifiers (and no input transformer) however this is because the low input bias current of an FET extends low frequency operation which you do not need.  But a low noise FET input voltage feedback operational amplifier would still be a good choice at least to start off with.

(1) Not necessarily operational transconductance amplifiers which have an input stage identical to a voltage feedback operational amplifier but a quick inspection shows they are pretty noisy also although I do not understand why.  Some old voltage feedback operational amplifier provide access to their transconductance output through their external compensation pin so they obviously have the same noise specifications when used either way.

(2) This is called transconductance reduction or Gm reduction.  Low noise amplifiers which need transconductance reduction do it in a different way which does not require adding resistance in series with the emitters.
 

Offline Marco

  • Super Contributor
  • ***
  • Posts: 6694
  • Country: nl
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #11 on: April 23, 2018, 03:33:27 am »
Why not use a transformer? It's probably be going to be an expensive one, since you want really high permeability to keep the number of windings on the secondary low ... but it does allow you to drop noise a bit and do common mode rejection without needing a differential amplifier.
« Last Edit: April 23, 2018, 03:42:11 am by Marco »
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #12 on: April 24, 2018, 11:21:56 am »
Sorry for not answering for a few days!

You guys are right about the noise, I obviously forgot about the input current noise influence when I made my assumption of using the CFB op-amp as input stage :palm:
Inspecting this spec for a voltage feedback CMOS device and current feedback BJT device made it clear for me:
CMOS device: AD8651, Current noise density: 4 fA/sqrt(Hz)
BJT device: AD812, Input current noise, + input: 1.5 pA/sqrt(Hz), or bigger by about 3 orders!

Now, by using the AD8651 CMOS input opamp at input and two more stages of AD812 CFB opamps, with a Sallen-Key filter around the second stage, I was able to assemble this circuit in LTSpice(please see attachment). Input transformer is omitted in the model but I will install it in the real circuit.
I was going to add digitally controllable gain, and for that I chose MCP41010 10kOhm digital potentiometer, which is emulated in the circuit by R11. It is the only one I could find with low parasitic capacities (C_A, C_B and C_wiper in the circuit). This digital potentiometer can only tolerate voltages between its GND and Vcc, so I decided I will power it with the analog rails, since they have 5 Volts between them, and shift the logic levels down from the MCU levels (0...3.3V) to (-2.5V...2.5V) with a little BJT circuit(omitted in this model).

I'd be grateful if you have a glance at the schematic, maybe you can see some obvious faults which I don't see.  :)
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16545
  • Country: us
  • DavidH
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #13 on: April 24, 2018, 11:38:57 am »
Do not forget that without an input transformer, the input amplifier requires a ground return for its input bias current because the transducer is open at DC.
 

Offline Marco

  • Super Contributor
  • ***
  • Posts: 6694
  • Country: nl
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #14 on: April 24, 2018, 12:03:44 pm »
OPA140 has 5x lower current noise than the AD8651, but that doesn't really matter at the 10-100 Ohm impedance range the transducer probably falls in near resonance ... at least not without a transformer with gain (with 10+ voltage gain with a transformer it might start mattering). AD812 looks a bit expensive, unless you need the output current capability. Why use a digital potentiometer instead of a PGA (PGA112 for instance). That way you don't need that 400x amplification on that last stage either, that's pushing it a bit.
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16545
  • Country: us
  • DavidH
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #15 on: April 24, 2018, 06:06:21 pm »
Exactly how large is the piezoelectric microphone?  Specifically, how much capacitance does it have and what will be the length of cable between the microphone and input amplifier?

It matters because if operation down to low frequencies is not a requirement, then the capacitance at high frequencies determines the input impedance and the optimum ratio between voltage and current noise.  Conceivably a bipolar input operational amplifier with much lower voltage noise is a better choice if the frequency is high and the capacitance is large.  The required bias current resistor, which is needed anyway unless a transformer is not used, can be chosen based on the low frequency cutoff and capacitance.

Some hydrophone amplifier designs include a second DC servo loop to cancel the input bias current while providing a higher input resistance for extended the low frequency response but that does not apply here.
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #16 on: April 24, 2018, 08:56:03 pm »
Exact data on the piezoelectric antenna is unknown yet. I'd love to know and give more data, but I can't. I can only say that it will be a one-dimensional array or piezoelectric elements(to have high directivity in orthogonal direction). Something like this one:

The part marked as "2" is the antenna, it has a row of elements connected in parallel and it's filled with epoxy.
The cable length will be about a meter.

Quote
Why use a digital potentiometer instead of a PGA (PGA112 for instance).
Thanks, but I think i will stay with the digital pot. variant since it gives more gain values. And I can lower the final stage gain later if I encounter problems.
AD812 might be expensive but it has two opamps in one case. There aren't a lot of opamps like these I can choose from without waiting for them for two weeks to be delivered.
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16545
  • Country: us
  • DavidH
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #17 on: April 25, 2018, 05:04:11 pm »
I found some datasheets and the capacitance is 1000s to 10,000s of picofarads like I expected.  So at  240kHz, that is 664 ohms and 66.4 ohms of reactance so a low noise bipolar input operational amplifier *is* suitable because the current noise of such a part into such a low reactance will produce an equal or lower voltage noise than the input voltage noise of the amplifier itself.  (1) Of course the details will depend on exactly the capacitance of the piezoelectric hydrophone.  At lower frequencies and with smaller transducers which have lower capacitance, the current noise needs to be lower because the transducer's reactance is higher giving JFET or MOSFET input amplifiers the advantage and the same thing happens if an input transformer is used to raise the transducer's impedance.

So with the current situation assuming a 1000pF transducer, I think you would have about a 6 to 12 dB noise advantage with suitable bipolar input operational amplifier at 240kHz because the input capacitance is so high but with a 4:1 or higher ratio transformer, a JFET or MOSFET input amplifier will be necessary because bipolar parts with a suitably low current noise will not be fast enough.  With a 10,000pF transducer, a transformer could even be used with a bipolar input part.

(1) You still have to deal with returning the input bias current to ground, whether a bipolar, JFET, or MOSFET input is used, but that just means shunting it with an inductance or resistance.  A shunt resistor forms the first pole of your high pass response attenuating low frequencies.
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #18 on: April 25, 2018, 09:56:02 pm »
Could you share the datasheets, please? I'd like to see the real-imaginary impedance plots of real assemblies.
Thanks a lot for such in-depth analysis of my problem. :-+ I have learned a lot from your messages!
I might be wrong again, but I expected that the antenna will work at its resonant frequency, and its impedance should be active at this frequency.
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16545
  • Country: us
  • DavidH
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #19 on: April 25, 2018, 10:37:51 pm »
This is the datasheet I found:

http://www.lthe.fr/LTHE/IMG/pdf/DocBruelKjaerHydro.pdf

I only used it to make a rough estimate and I suspect your device being an array will have a capacitance at the higher end of what I estimated.

The short summary of what I posted is that you cannot go wrong with a low noise JFET or MOSFET operational amplifier but I think under ideal conditions at least another 6 to 12 dB is possible with a bipolar part and even more if a transformer is used because the source impedance is so low.
 
The following users thanked this post: Sparker

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #20 on: April 27, 2018, 01:39:02 am »
Feeling extremely unprofessional now :palm:
I intended to use the protection circuit below(1st attachment) at the amplifier input. It's an inherited variant used with other sonars here. I didn't add the 1k resistors to the simulation, but it turns out that a 1k resistor generates 4 nV/sqrt(Hz) of noise(and two of them give sqrt(2) times more), about the same amount as the op amp itself, assuming a 1:1 transformer. It kind of nullifies our efforts to make a low noise input stage.

Thinking of it, I decided to take a better look at the photos of the commercial Starfish sonar board(link) I made some time ago in hope to get insight of how this is properly done.
It's quite an interesting device. They emit 430kHz-470kHz CHIRP pulses and do DSP with an FPGA. The receive path is made of two THS4130 fully-differential op-amp stages, followed by a LTC1403 14-Bit 2.8 MSPS ADC. Probably they don't do analog bandpass filtering, but I didn't analyse the circuit enough to be sure.
The first stage opamp configuration appears to be an inverting amplifier with 220 Ohm input resistor and 47 kOhm feedback resistor, giving 46 dB gain. See the picture below(last attachment) for the recovered schematic of the input.
What I don't quite understand is why is their amplifier's input impedance so low(220 Ohm) while we typically want higher input impedanse for such a sensitive device.
« Last Edit: April 27, 2018, 01:41:52 am by Sparker »
 

Offline Marco

  • Super Contributor
  • ***
  • Posts: 6694
  • Country: nl
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #21 on: April 27, 2018, 07:32:48 am »
AFAICS these small thickness mode resonant fish finder piezo discs have an impedance of ~10 Ohm at resonance, so even 220 Ohm is probably high enough.

With a FDA input stage you're limited in options for low noise. Can't increase input impedance without increasing noise, so it's always a bit of a compromise. There are other architectures for low noise differential amplifiers which avoid this, but not in IC form (closest would be AD8129 but that's not exactly low noise).

Personally I'd wind a transformer for ~10x voltage gain using a nice expensive toroid and use a discrete input stage like pic (for high amplification it would need to be modified a bit, more like the one from Vojtěch Janásek which I mocked up in the second pic, or if you want you can parallel BF862s like GK described here on the forum, but I doubt you'd get away with 100x amplification in that case). Connect it to the fishfinder piezo and hit it with a hammer to see if the input protection is good enough.

PS. the input impedance of the starfish inputs is 1220 Ohm, not 220 Ohm. The 1K is simply in series with the 220 Ohm resistor as far as the signal is concerned. Don't let the coupling capacitors and diodes fool you.
« Last Edit: April 27, 2018, 08:32:53 pm by Marco »
 
The following users thanked this post: Sparker

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16545
  • Country: us
  • DavidH
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #22 on: April 28, 2018, 11:37:58 pm »
I intended to use the protection circuit below(1st attachment) at the amplifier input. It's an inherited variant used with other sonars here. I didn't add the 1k resistors to the simulation, but it turns out that a 1k resistor generates 4 nV/sqrt(Hz) of noise(and two of them give sqrt(2) times more), about the same amount as the op amp itself, assuming a 1:1 transformer. It kind of nullifies our efforts to make a low noise input stage.

That is one of the reasons I said earlier that you cannot go wrong with a FET input operational amplifier; the series resistance added by simple input protection circuits raises the noise level.  Using a lower noise bipolar operational amplifier requires something more complex than a series resistor and shunt, some type of transmit/receive switch perhaps.

It is possible to make low impedance switches and overdrive protection circuits using diodes.  Perhaps easier in this case is to put a pair of depletion mode power MOSFETs back to back with a source resistor to set a current limit in place of those 1k resistors.  Below the current limit, the resistance is just the source resistor and MOSFET channel resistances.  Above the current limit, the channel resistances increases with voltage to product a constant current.

The diode method uses no resistors at all but is pretty esoteric and may produce too much noise.  I have only seen it used in 50 ohm RF systems where this was not a problem.  Check out the Tektronix 7A29 vertical amplifier and 485 oscilloscope for examples where this was used.

Quote
What I don't quite understand is why is their amplifier's input impedance so low(220 Ohm) while we typically want higher input impedanse for such a sensitive device.

The piezoelectric hydrophones have a low impedance to start with because they are so large.  The impedance translates into an optimum ratio of voltage noise to current noise at the input to the amplifier.  That is why a bipolar input amplifier with lower voltage noise but higher current noise is more optimal for the examples I gave but this can be offset by raising the impedance with a transformer to take better advantage of the higher voltage noise but almost zero current noise of a FET input operational amplifier.  It is also easier to implement protection circuits for FET input amplifiers which is an overriding concern if the design is to be kept simple.

In the example schematic there is another reason; the amplifier will be very unhappy with a capacitive source on its inverting inputs (two of them for the shunt feedback differential amplifier shown) without series resistance.  I really think that is the wrong way to go about this; at the very least, a non-inverting differential amplifier should be used which is the first half of the 3 operational amplifier instrumentation amplifier.  That avoids the whole problem.  The same circuit can be built with a pair of low noise JFETs or even better, a transformer and singled ended amplifier as we discussed earlier.

Does the piezoelectric hydrophone's connection really need to be differential or could one side be grounded?  I have never messed with one.
 

Offline Marco

  • Super Contributor
  • ***
  • Posts: 6694
  • Country: nl
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #23 on: April 29, 2018, 12:54:01 pm »
The diode method uses no resistors at all but is pretty esoteric and may produce too much noise.

The diodes in the second schematic I posted and in a simple non inverting amplifier between the +/- inputs of the opamp are bootstrapped to nearly the same voltage, they can be much chunkier than the diodes to the rails the FDA has because their effective capacitance is reduced. The TVS/MOV to ground is in parallel with a very low impedance (1 Ohm in this case) so at 200 kHz that's pretty much irrelevant. A MOV is probably fast enough for any spikes coming from the piezo, so that would be the preferred option.

You could put chunky diodes between the +/- inputs of a discrete instrumentation opamp configuration as well of course. You can't realistically get close to the noise performance of a transformer based design though and if you use a transformer you can use a simple single ended amplifier, because the transformer takes care of common mode noise. In simulation the second schematic has a noise level of 0.86 nV/rtHz with a series resistance on the input of 100 Ohm (set to be noiseless, only amplifying current noise). This would suggest 0.086 nV/rtHz with a 10x transformer, assuming the transducer has about 10 Ohm impedance at resonance ... getting there without a transformer seems almost impossible.
« Last Edit: April 29, 2018, 01:16:28 pm by Marco »
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #24 on: April 30, 2018, 04:51:22 pm »
Thanks for the help again, Marco and David!  :)

Marco, it's quite a mystery to me how the JFET circuit you've mentioned works. I understand that the op-amp helps the JFET's biasing, but I don't understand the AC behaviour of the circuit.
The problem with your diode based protection is that, maybe I didn't mention it good enough, the antena works both in TX and RX modes, so when we are transmitting the impulse, about 50...100 volts will be applied to the protection circuit, thus it should have some kind of series protection.

Quote
PS. the input impedance of the starfish inputs is 1220 Ohm, not 220 Ohm. The 1K is simply in series with the 220 Ohm resistor as far as the signal is concerned. Don't let the coupling capacitors and diodes fool you.
Agree. I virtualy moved the 1k resistors to the generator side in my mind when I was typing this.

Quote
It is possible to make low impedance switches and overdrive protection circuits using diodes.  Perhaps easier in this case is to put a pair of depletion mode power MOSFETs back to back with a source resistor to set a current limit in place of those 1k resistors.  Below the current limit, the resistance is just the source resistor and MOSFET channel resistances.  Above the current limit, the channel resistances increases with voltage to product a constant current.
Thanks, I think it's a brilliant idea! I will try to investigate this possibility with the depletion MOSETS I can buy here.

Quote
Does the piezoelectric hydrophone's connection really need to be differential or could one side be grounded?  I have never messed with one.
It can be grounded, but concluding from what I've read about differential signaling, it offers better noise reduction. Even the designers of the starfish device use differential signals: for each channel there are two wires and a grounded shield.

Quote
In the example schematic there is another reason; the amplifier will be very unhappy with a capacitive source on its inverting inputs (two of them for the shunt feedback differential amplifier shown) without series resistance.
Indeed, as the amplifier's gain is -Z2/Z1, having a capacitor as Z1 in the denominator just asks for a trouble.  :-BROKE
« Last Edit: April 30, 2018, 05:00:25 pm by Sparker »
 

Offline Marco

  • Super Contributor
  • ***
  • Posts: 6694
  • Country: nl
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #25 on: April 30, 2018, 05:18:59 pm »
The problem with your diode based protection is that, maybe I didn't mention it good enough, the antena works both in TX and RX modes, so when we are transmitting the impulse, about 50...100 volts will be applied to the protection circuit, thus it should have some kind of series protection.

Just put something like a VO1400AEF in there to block the receiver during transmission. As for MOSFET current limiting, no resistor with low noise (ie. ~10 Ohm) is going to turn off MOSFETs at reasonable currents. You'll need something slightly more complex if you go that way.

You simply can't have it both ways, 1k range series input resistance and low noise don't mix.

The opamp doesn't do the biasing in the schematic, you should see the circuit as a composite opamp where the gate is the positive input and the source is the negative input (with a very high offset voltage). The JFET sets the noise, the opamp provides the loop gain and low output impedance. You can do much the same thing with a PNP transistor, but the opamp allows more flexibility (the PDF is good reading, his cheap circuit and hydrophone beats the much more expensive ones on the market ... probably for the reason mentioned above, input series resistance is poison to low noise).
« Last Edit: April 30, 2018, 05:35:36 pm by Marco »
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16545
  • Country: us
  • DavidH
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #26 on: April 30, 2018, 05:38:18 pm »
Just put something like a VO1400AEF in there to block the receiver during transmission. As for MOSFET current limiting, no resistor with low noise (ie. ~10 Ohm) is going to turn off MOSFETs at reasonable currents. You'll need something slightly more complex if you go that way.

I was thinking something like that but wondered if it would be too slow.  500 microseconds comes out to a range of about 1 foot so it would actually be quick enough.
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #27 on: April 30, 2018, 11:28:59 pm »
Do I understand your depletion MOSFET idea correctly, David? The picture is in the attachment.
Quote
As for MOSFET current limiting, no resistor with low noise (ie. ~10 Ohm) is going to turn off MOSFETs at reasonable currents.
It looks like I can only buy a BSP129 depleted MOSFET here. With Rs=20 Ohms and Rds=7 Ohms (typical), the total equivalent resistance of the whole protection (2x20 Ohm resistors and 4x transistors, all in series) is 50 Ohms, or ~0.9 nV/sqrt(Hz) of noise, not so bad compared to 1k resistors.

500us for an externally controlled switch(like the optical relay suggested) is probably not bad. The pulse length will be about 600us, but extra 500us of 'off time' won't matter much for a side scan sonar if it's located several meters above the ground.

I'm quite constrained in space so I can't afford a nice & expensive toroid 40mm in diameter, so I stopped at this one: 10x6x4 mm toroid, T38 material. Probably I can fit about 60 turns total one layer. Is it a good choise?

I am thinking if I could just move the protection to the "op-amp" side of the transformer, so its noise voltage is not amplified by the transformer, but probably it won't work well with the 10mm transformer mentioned above.
 

Offline Marco

  • Super Contributor
  • ***
  • Posts: 6694
  • Country: nl
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #28 on: May 01, 2018, 12:22:27 am »
For a 100V RMS signal you're passing 100 mA and burning 10 Watt in the MOSFET (which it can't take for very long).

The problem with the transformer is getting sufficient self inductance, the primary impedance does need to be significantly higher than the piezo to not make a mess.
« Last Edit: May 01, 2018, 12:28:33 am by Marco »
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16545
  • Country: us
  • DavidH
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #29 on: May 01, 2018, 09:41:26 am »
Do I understand your depletion MOSFET idea correctly, David? The picture is in the attachment.
Quote
As for MOSFET current limiting, no resistor with low noise (ie. ~10 Ohm) is going to turn off MOSFETs at reasonable currents.

That is exact it.

Quote
It looks like I can only buy a BSP129 depleted MOSFET here. With Rs=20 Ohms and Rds=7 Ohms (typical), the total equivalent resistance of the whole protection (2x20 Ohm resistors and 4x transistors, all in series) is 50 Ohms, or ~0.9 nV/sqrt(Hz) of noise, not so bad compared to 1k resistors.

Depletion mode MOSFETs are kind of expensive also.

Quote
500us for an externally controlled switch(like the optical relay suggested) is probably not bad. The pulse length will be about 600us, but extra 500us of 'off time' won't matter much for a side scan sonar if it's located several meters above the ground.

I was thinking that it might be a problem if the sonar was up against something or if there was another sonar in the water.

Quote
I'm quite constrained in space so I can't afford a nice & expensive toroid 40mm in diameter, so I stopped at this one: 10x6x4 mm toroid, T38 material. Probably I can fit about 60 turns total one layer. Is it a good choise?

Inductor for what?  For the transformer?  I would probably use a pot core for easier winding.  What transformer are you using for the transmit side?  I might use the same transformer or at least the same core for both.

Quote
I am thinking if I could just move the protection to the "op-amp" side of the transformer, so its noise voltage is not amplified by the transformer, but probably it won't work well with the 10mm transformer mentioned above.

I was thinking the same thing but the transformer will increase the applied voltage from the transmit chirp making protection more difficult.  Applying the pulse to the transformer itself could be a problem if it saturates and the protection is on the secondary side so a larger than necessary transformer is needed for this.

For a 100V RMS signal you're passing 100 mA and burning 10 Watt in the MOSFET (which it can't take for very long).

This needs to be considered but the chirps are pretty short.

Quote
The problem with the transformer is getting sufficient self inductance, the primary impedance does need to be significantly higher than the piezo to not make a mess.

I was going to say getting a sufficiently high frequency response but obviously this is not a large problem given the existence of the transmit transformer which must be larger to prevent saturation.  I wonder if a tuned transformer would be better in this case.
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #30 on: May 01, 2018, 01:13:59 pm »

Quote
I'm quite constrained in space so I can't afford a nice & expensive toroid 40mm in diameter, so I stopped at this one: 10x6x4 mm toroid, T38 material. Probably I can fit about 60 turns total one layer. Is it a good choise?

Inductor for what?  For the transformer?  I would probably use a pot core for easier winding.  What transformer are you using for the transmit side?  I might use the same transformer or at least the same core for both.

Quote
I am thinking if I could just move the protection to the "op-amp" side of the transformer, so its noise voltage is not amplified by the transformer, but probably it won't work well with the 10mm transformer mentioned above.

I was thinking the same thing but the transformer will increase the applied voltage from the transmit chirp making protection more difficult.  Applying the pulse to the transformer itself could be a problem if it saturates and the protection is on the secondary side so a larger than necessary transformer is needed for this.

Quote
The problem with the transformer is getting sufficient self inductance, the primary impedance does need to be significantly higher than the piezo to not make a mess.

I was going to say getting a sufficiently high frequency response but obviously this is not a large problem given the existence of the transmit transformer which must be larger to prevent saturation.  I wonder if a tuned transformer would be better in this case.
I also thought of winding the RX winding at the TX transformer in the beginning, but I am planning to use one TX amplifier to drive two antenas through diodes like in the picture. So I can't use this approach.

Quote
For a 100V RMS signal you're passing 100 mA and burning 10 Watt in the MOSFET (which it can't take for very long).

This needs to be considered but the chirps are pretty short.
Chirps will be transmitted about every 100 milliseconds, take chirp length 1 ms, and we get about 0.1 Watts average in this case.
« Last Edit: May 01, 2018, 01:25:20 pm by Sparker »
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16545
  • Country: us
  • DavidH
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #31 on: May 10, 2018, 06:19:15 pm »
Below are the examples I mentioned of diode bridges being used as series protection elements for low impedance inputs and outputs.  The current fed into the diode bridge limits the current between input to output.  The control inputs to the diode bridge could also be reversed to completely disconnect the input from the output.
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #32 on: May 12, 2018, 06:13:03 pm »
Thank you! It's actually a very smart design. Do you think it will make a lot of noise?
It seems to me that it's not noisy at all, at least in my rough simulation a pair of 4148 diodes with 10mA running through them produce around 0.3 nV/sqrt(Hz). I'll try to simulate it in detail later.
Meanwhile I've assembled a rototype of our amplifier on a PCB, seems to be working fine. When I figure out how to communicate with the digital potentiometer, I'll try to analyze the self-noise of the circuit and share it here.  :)
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16545
  • Country: us
  • DavidH
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #33 on: May 12, 2018, 07:32:25 pm »
Thank you! It's actually a very smart design.

The Tektronix implementations were for protecting 50 ohm oscilloscope inputs with a 350MHz (485) and 1GHz (7A29) bandwidth.  I have never seen this used anywhere else.

Another interesting thing is how Tektronix used the 741 operational amplifiers in the circuit from the 7A29; they are configured as current feedback amplifiers with 2 high impedance differential inputs, 1 low impedance differential input (the output pin), and 2 current outputs from the supply pins.

Quote
Do you think it will make a lot of noise?

It seems to me that it's not noisy at all, at least in my rough simulation a pair of 4148 diodes with 10mA running through them produce around 0.3 nV/sqrt(Hz). I'll try to simulate it in detail later.

Noise is where it gets interesting.  The noise is attenuated by the ratio between the impedance of the current source which is high and the impedance of the signal which is low.  Tektronix was protecting a 50 ohm signal, required the highest possible bandwidth, and had to operate down to DC so their current source had only a moderate impedance.  In your case active current sources could be used with cascodes to get incredibly high impedance at 240kHz and associated low noise.  The diodes and current sources have to be able to survive the maximum input voltage though.  I might also disable the current sources while the transmitter is actually active to limit power dissipation in the current sources and loading on the transmitter.

I just thought his was a neat idea which might apply to your application.  I have only used it for protecting low voltage signals like function generator outputs and trigger inputs and outputs.
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #34 on: May 16, 2018, 10:21:45 pm »
So here are the results with the real circuit!
With the input of the first opamp completely shorted I am getting about 8 nV/sqrt(Hz) which totally satisfies me for now, until I shield the whole circuit completely.  :-+ I made the whole setup: I connected the MCU i want to use in this application, recorded 100 ms of data, calculated its RMS, divided it by gain and divided it by sqrt(noise bandwidth of the filter). I think the circuit is mostly a success.

But then I have a problem: I use the LM2594 DC-DC converter running at 140 kHz to generate the negative -2.5V rail for the op amps. When I connect the transformer to the input of the opamp (and remove the short between opamp's input and GND of course), somehow the 140kHz and 280kHz from the converter get coupled in so much that the output of the circuit gets saturated. :palm: I've provided much filtering for the -2.5V rail with an additional LC filter, which should result to about 2uV of ripple at the -2.5V rail. From all this I conclude that most likely the transformer is responsible for this. What do you think?
 I should have probably used the pot core for the transformer because it's better shielded, but honestly I thought that toroids don't leak electromagnetic field and thus don't pick it up.
I've tried putting a tiny tin box over the toroid but it didn't change anything much.
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16545
  • Country: us
  • DavidH
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #35 on: May 17, 2018, 12:21:04 am »
With the input of the first opamp completely shorted I am getting about 8 nV/sqrt(Hz) which totally satisfies me for now, until I shield the whole circuit completely.

I just happened to run across this yesterday and it applies to your application.  Check out figure 52 on page 17 of the AD797 datasheet which shows the use of a low input voltage noise high input current noise bipolar operational amplifier with a large area photodiode.  It makes my point about low noise with a high capacitance transducer at medium frequencies.

Quote
But then I have a problem: I use the LM2594 DC-DC converter running at 140 kHz to generate the negative -2.5V rail for the op amps. When I connect the transformer to the input of the opamp (and remove the short between opamp's input and GND of course), somehow the 140kHz and 280kHz from the converter get coupled in so much that the output of the circuit gets saturated. :palm: I've provided much filtering for the -2.5V rail with an additional LC filter, which should result to about 2uV of ripple at the -2.5V rail. From all this I conclude that most likely the transformer is responsible for this. What do you think?

I should have probably used the pot core for the transformer because it's better shielded, but honestly I thought that toroids don't leak electromagnetic field and thus don't pick it up.
I've tried putting a tiny tin box over the toroid but it didn't change anything much.

Bobbin type inductors like you used are not self shielding like toroids and pot cores so they spray magnetic flux everywhere which gets into everything.

Operating the switching regulator at the frequency of interest is just asking for trouble whether magnetic flux gets into everything or not.  Filtering will need some serious attention.
« Last Edit: May 17, 2018, 05:41:30 pm by David Hess »
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #36 on: May 17, 2018, 05:10:05 pm »
This thing is so weird. I've replaced the converter's main inductor (the one which gets pumped with energy) with a toroid of the same type I used for the amplifier input. Generally I was getting almost same level of coupling, bug by tuning its rotation very fine, I could find the position which produced almost no 140kHz(and its harmonics) leakage. It's of course impractical because the tiniest movement will result to 140kHz noise increase.
Pot cores are very hard to find here, but I think I've found a few, going to try them next week.
As for converter's frequency, would you suggest getting a converter with higher or lower frequency of operation? The majority of converters operate in this frequency band. My guess is, the higher it is the better, because it will be easier to filter it.
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16545
  • Country: us
  • DavidH
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #37 on: May 17, 2018, 05:55:22 pm »
Toroidal and e-core inductors do not leak as much flux.  Distance between the power supply and sensitive circuits helps; magnetic flux falls with the cube of the distance.

Some switching regulators allow their oscillator to be phase locked to an external reference; this would allow a non-interfering frequency to be used.

Another alternative is to disable the switching regulator during the receive gate.

Higher frequencies can be filtered with smaller components but electrostatic coupling increases at higher frequencies so parasitic capacitance becomes more important.

Keeping interference from the switching regulator out of your 4nV/sqrtHz noise level will be tricky.
 
The following users thanked this post: Sparker

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #38 on: May 19, 2018, 11:52:11 pm »
I've learned that there is no such thing as a perfectly shielded transformer.
So, I've tried the pot core transformer for the input of the circuit, but I was still getting a lot of coupling from the switching power supply. So I tried the last option: a different frequency DC-DC converter. ST1S10 runs at 900 kHz and I am getting no troubles with it.  :-+
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #39 on: June 19, 2018, 03:17:12 pm »
I think I need some help with this device again...
I can't decide which of the protection schemes to use. In the attachment there are two schematics.

First question is, which way to connect the diodes. In the starfish sonar they used the top variant, with two double-diode assemblies connected to the ground. In other designs I can see only one pair of diodes, like in the bottom picture. The top variant produces more voltage when the input is saturated but It's not a problem for me.

Second question I can't resolve is: do I need to connect the central tap of the primary of the transformer to the ground? I see no reason to do that here, but I might be mistaken.
 

Offline dmills

  • Super Contributor
  • ***
  • Posts: 2093
  • Country: gb
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #40 on: June 19, 2018, 03:41:11 pm »
Either is fine.

The traditional approach to a single transducer sonar Tx/RX switching is to just stick a pair of back to back diodes in series with the secondary of the transmit matching transformer and take the receive signal from across them, simple, robust and no need for active TR switching.

I always like the BF862 as a preamp input stage for low frequency sonar, not as nice as the Linear Systems Siliconix copies, but way cheaper, and above about sea state 3 or so you are usually noise limited by surface noise anyway.

Regards, Dan. 
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #41 on: June 19, 2018, 04:09:50 pm »
Hi, Dan!
Thanks for your response!
Good to know that both designs are OK.
I understand what classic solution you are talking about. Just for reference, I've attached a schematic I took from some old soviet book.
Am I right if I say that this solution is worse than the previous ones because It's not symmetric and thus will provide less suppression for common mode noise?  :-//
I'm afraid I can't use it anyway because we have a single TX matching transformer driving two transducers. The transducers are isolated from each other with back-to-back diodes, there's also a schematic at page one of this thread.
 

Offline dmills

  • Super Contributor
  • ***
  • Posts: 2093
  • Country: gb
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #42 on: June 19, 2018, 05:42:35 pm »
So you have some sort of push pull driven side scan affair? Weird, but whatever.

I would be looking at something with a pair of back to back diodes in each leg and some small transformers.

By 250KHz you are getting into the place where minicircuits have some interesting offerings for ready made small RF transformers, might be worth a look at something like a 16:1 impedance ratio jobbie (4:1 voltage gain).

Are you building the transmit transformer as a tuned job (to tune out the fixed capacitance of the transducer)?

On the variable gain amp front, there is something to be said for just using a log amp, 100dB of range is not that hard, AD have the good log amps, but it depends on what your waveform looks like. 

Regards, Dan.
« Last Edit: June 19, 2018, 05:44:39 pm by dmills »
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #43 on: June 19, 2018, 07:04:27 pm »
The circuit you've attached looks like a nice solution. Previously we were discussing how to make a protection without noisy series resistors. I think this one is great, looks very symmetric  and without serial resistors!  :)

Yes, I was planning to use a push-pull driver for the transducers. Why do you think it's weird? We use this driver for several sonars here. Push-pull configuration seems like a traditional transformer configuration. See the attached schematic below to see how I'm going to attach the transducers.

No I didn't consider tuning out the capacitance of the transducer. But we have already a pair of transducers with a TX amplifier driving them, so I was going to reuse it.

I am going to use a chirp signal sythesized with an STM32 timer, so a demodulating logarithmic amplifier is not suitable here. Or are you talking about a non-demodulating one? I'm not really familiar with these devices. At the signal processign side, I am digitizing the signal right after the amplifier and do the rest in digital domain, the STM32 is very capable of doing that.
« Last Edit: June 19, 2018, 07:12:25 pm by Sparker »
 

Offline dmills

  • Super Contributor
  • ***
  • Posts: 2093
  • Country: gb
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #44 on: June 19, 2018, 07:25:40 pm »
I worked mainly on the transducer side of things, and typically our transducers did not have a centre tap on the ones with several series elements.
The output was typically unbalanced so we would just connect the screen to system ground and pick off single ended on the other side of the diode pair.

Primary side power stages are generally push pull into the transformer, we found that tuning things so the transducer ran on the inductive side of resonance was easier then running on the capacitive side as it makes for a simple active clamp to real with the reactive power flow.

Agree that a log amp is no use if you are chirping for range to target, but they are great for things like interferometric sidescan where relative phase is what you really care about.

Regards, Dan.
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #45 on: September 23, 2018, 03:14:45 pm »
Hi again, guys!
I've finally tested the side scan sonar I was making and I'm excited that it worked flawlessly! I wanted to thank you for you valuable help with the design of the analog part. I'm not an analog expert at all and it meant a lot for me.
Here's one of the pictures we've made with the sonar. It's some crack at the floor of one of our arctic seas.  :-+ There were other interesting scans of different radioactive garbage buried there but I don't think I can share them here.
 

Offline SparkerTopic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ru
Re: Piezoelectric hydrophone low noise amplifier design questions
« Reply #46 on: June 10, 2019, 07:56:23 pm »

Just came across a (what seems to be) nice series of T/R switches for ultrasound applications from microchip:
https://www.microchipdirect.com/Chart.aspx?branchId=9066
Here's datasheet of one of the devices: http://ww1.microchip.com/downloads/en/DeviceDoc/MD0100-Single-and-Dual-Channel%20High-Voltage-Protection-TR-Switch-Data-Sheet-20005738A.pdf

Sorry to bump that old thread, but let it be there in case someone comes across it while searching for ultrasound rx amp design.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf