Sep 29, 2022

Public workspacePUMP/probe experiment

  • 1Memorial University of Newfoundland
Icon indicating open access to content
QR code linking to this content
Protocol CitationAlison E E. Malcolm 2022. PUMP/probe experiment. protocols.io https://dx.doi.org/10.17504/protocols.io.14egn71zyv5d/v1
License: This is an open access protocol distributed under the terms of the Creative Commons Attribution License,  which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited
Protocol status: Working
We use this protocol and it's working
Created: June 23, 2022
Last Modified: September 29, 2022
Protocol Integer ID: 65175
Abstract
Run a PUMP/probe experiment as described by Gallot, T., et al. "Characterizing the nonlinear interaction of S-and P-waves in a rock sample." Journal of Applied Physics 117.3 (2015): 034902.
Guidelines
It is best to run the experiment once with a large spacing of delay times to make sure that the acquisition codes are working properly etc. The PUMP and probe should not be about around 5 Vpp if they are going through the amplifier.
Materials
Rock sample
2 probe transducers (usually 1 MHz P-wave, but not necessarily)
2 PUMP transducers (usually 100 kHz S-wave, but not necessarily)
oscilloscope
function generator
filter
cables
computer with python installed and running

Pre-Experiment Steps
Pre-Experiment Steps
Gather equipment and attach transducers to samples. (Typically P traveling perpendicular to S with the polarization of the S-wave aligned with the polarization of the P-wave.)
Measure pump and probe velocities using the 'measuring velocities' protocol.
Calculate the travel time for the pump and probe to reach the centre of the sample.
Determine the pump/probe delays that you want to measure. Typically you want the first delays to be from before the PUMP crosses the probe path, and the last ones to be after the last cycle of the PUMP cross the probe path.

For example, if the probe arrives at the centre after 30 us and the S-wave arrives after 40 us, and the PUMP signal is 20 us in length, then you could start with a 0 delay (P-wave arrives 10 us before S-wave) and then measure until a delay of 40 us. This will give you 10 us before the PUMP arrives, 20 us while the two waves interact and 10 us after the PUMP has passed the interaction region.
Wiring and Setting up the experiment
Wiring and Setting up the experiment
Attach the following cables (see diagram below)


Function generator 'trig out' to oscilloscope 'ext in'
Function generator channel 2 (usually) to amplifier to PUMP source
Function generator channel 1 (usually) to probe source
probe receiver to filter to oscilloscope channel 1 (usually)
PUMP receiver to oscilloscope channel 2 (usually) if monitoring the PUMP before/after experiment

Check waveforms
Check waveforms
PUMP check
Set the parameters for the PUMP, typical values are:
f=70-100 kHz
amplitude=3-8 Vpp through the amp (150-400 Vpp)
4 cycles, sine wave
Look at the PUMP signal, and change the frequency until you have a signal in which you clearly see 4 cycles of your sinusoid recorded on the opposite face of the sample.
Record this waveform for later.
probe check
Set the parameters for the probe, typical values are:
f=800 kHz- 1MHz
amp=1-10 Vpp without amplification
1 cycle, sinusoid
Setup the filter, typical parameters are:
butterworth, high-pass cut-off frequency 600 kHz
Compare the signal with and without the filter, to make sure that the probe waveform is still clear and has not been changed too much by the filter. Adjust the frequency of the probe, its amplitude, and the cut-off frequency of the filter until you have a clean pulse. Example is below.
Centre the oscilloscope on the probe waveform and zoom in until the waveform fills the screen. This involves moving the signal left/right (small knob on top of the oscilloscope) as well as changing the horizontal scale (large knob on the oscilloscope). Record the 'shift' value on the top of the oscilloscope. Also find the minimum vertical scale that does not clip your data.

Record this waveform for later
Record Data
Record Data
Typically we collect the data automatically with a python code, an example of which is here: https://github.com/alisonmalcolm/GAELCodes/tree/master/PUMPprobe . This set of steps details what is done in that code, without the details (like communicating between the oscilloscope and computer).
Setup your time shifts, using the calculations from step 4. Generally it's best to use a large step (e.g. 5 us) at first, then do a longer run once you have QCd the results.
Add in your time delay (found in step 7.4) so that you will record the entire probe waveform.
Record the probe by itself (turn off the output of the PUMP on the function generator)
Record the PUMP by itself, on the probe receiving transducer (channel 1) (turn off the output for the probe on the function generator)
Record the PUMP and probe together (both channels of the function generator on), using the probe receiving transducer.
Change the delay so the probe is sent dt later.
Shift the oscilloscope recording window
Repeat steps 8.3-8.7 until you have collected all of your delays.
Measure the travel time delay between the signal recorded in 8.3 and the difference between 8.5 and 8.4 (explained below)
Data Processing
Data Processing
Measure travel time delays, using the ComputeDelays code from here: https://github.com/alisonmalcolm/GAELCodes/tree/master/PUMPprobe