Hello everyone,

I’m doing some experimental measurements of ultrasound in a water tank. The goal is to get the pressure distributions in the water and on the surface, where the ultrasonic transducer is attached. All measurements are done with a Brüel & Kjaer 8103 hydrophone. I have an established workflow but I’m unsure whether all processing steps are correct. Most of the equations I found in the B&K technical documentation that came with the hydrophone (unfortunately very outdated, from 1992, even though the hydrophone was purchased recently). Do you think the steps below are correct?

Firstly, the hydrophone is connected to an amplifier and oscilloscope. The data is obtained as a time wave with 10000 data points, in mV. Sampling frequency is around 10 MHz (the frequency range that I’m interested in is between 20-60 kHz). Then, the correction of the amplifier is applied, by calculating the gain. This is done by dividing the output sensitivity (mV/Pa) by the transducer sensitivity (mV/Pa), resulting in values between 4-40 depending on the amplifier settings. Then the raw amplitude values are divided by 10^(gain/20).

I then carry a Fast Fourier transform on a window correction using the Hanning window. I do the FFT in R, using the fft() function. To get the amplitude I use 4* absolute values after the FFT divide by the total number of data points. After having frequency resolved data (which I ensured is correct by running it with a signal of known frequency) I correct for the sensitivity of the hydrophone, obtained by the manufacturer. I do this by calculating a transfer factor:

10e8*10^(sensitivity/20). The values in Pa are obtained by dividing the amplitude (after FFT) by the aforementioned transfer factor.

Final values are around 80 KPa. Unfortunately I have no exact expectation of the range of the pressure I would expect with ultrasound transducer powers that I use. Any suggestions/recommendations are very welcomed. There are many questions asked that I have come across on how to transform the raw voltage signal in pressure but this only leads to more confusion.

Transfer factor formula obtained from here: https://www.translatorscafe.com/unit-converter/de-DE/microphone-sensitivity/

Thanks a lot

More Silvia Georgieva's questions See All
Similar questions and discussions