Lab #8 - Basics of Electromagnetic Induction
Frequency-domain EM

 


Overview:

Elementary circuits can be used to simulate the responses for EM surveys. In this lab you are provided with a MATLAB code that allows you to explore the character of the responses under different conditions. The basic principles for EM induction have been provided in the notes and you will use those notes to accompany the abbreviated text provided here. In this lab you will use a MATLAB code to better understand the the fundamentals of EM induction.


Background for EM induction & the EM-31:

One of the simplest electromagnetic devices is the EM-31 system. Read the overview of the system, here.

 

The EM-31 consists of a transmitter (Tx) and a receiver (Rx) which are mounted at the ends of a 3.6m long boom.

If the EM31 were operating in a vacuum then the magnetic field at the receiver would be Hp, the primary magnetic field. For the EM31 the Tx and Rx coils are co-planar (in the same plane). The Rx is sensitive only to magnetic fields that cross its plane, so the co-planar geometry is one of maximum “coupling”. If the Rx coil was rotated 90 degrees so that it was perpendicular, then no magnetic field lines would cross its plan and no voltage would be induced.


fem3loop.m

In this lab you will be using the MATLAB program fem3loop.m to simulate the inductive response of simple burried tagets. The MATLAB code can be downloaded here.

TA's intro slides can be downloaded here.

Users have the ability to input the following parameters though an input dialog box in Matlab. (Characters after !! are comments and should not be typed in.)

0.1 2000 !! inductance and resistance of the target
0 0 2 !! easting, northing, and depth of the target
0 90 !! inclination and declination of the normal vector of the target
4. 0 10000 !! Tx-Rx loop separation, height above ground, and frequency
-10 10 0.25 !! min, max, and interval of observation grid in easting
-10 10 0.25 !! min, max, and interval of observation grid in northing

The orientation of the target is controlled by the Inclination and Declination of the normal vector of the target. These have the same definition as in magnetic surveying. A horizontal loop has a normal vector that points in the vertical direction and hence has an inclination of 90 degrees. A vertically oriented loop has a normal vector that points horizontally and hence has an inclination of zero. The declination is the angle from north. A declination of 90 degrees means that the axis of the loop is pointing in the easting direction.

The Tx and Rx are separated by a value you can control. You can also control the height at which data are acquired and the frequency of the transmitter. Data are collected over a rectangular grid and you can control the station and line spacing.

To run the code, you must first change the MATLAB directory to the same folder where you saved the fem3loop.m file. Then simply type "fem3loop" into the Command Window. You will then be prompted to input the modeling parameters. Or open fem3loop.m in Matlab editor, then run it by clicking the green arrow or pressing F5.

The program will produce one figure containing four plots for each run (modeling parameters are listed as the title of the figure for your reference):

  1. The frequency response of the target. The frequency point corresponding to your input is indicated so that you know which frequency range you are in.
  2. An east-west profile along the central line of the survey area.
  3. Map plots of the real (in-phase) components of the anomalies.
  4. Map plots of the imaginary (quadrature) components of the anomalies.

Tasks

Using the fem3loop program, complete the following seven tasks. Answer the questions contained in each task.

  1. Sketch the east-west cross-sectional view of the setup using the default parameters. Place the Tx and Rx in their locations for the datum at x=-4m (i.e the midpoint between Tx and Rx should be at x=-4m). You will use this type of figure for your plots in the following sections.

  2. Run the program using the defaults and examine the plots. Concentrate first on Plot 2: the east-west profile.
  3. The above work is geometrical and applies equally well to the Real and Imaginary portions of the recorded data. That is, both Real and Imaginary transect plots will have the same characteristic shapes. Their relative amplitudes however are determined by the properties of the target and the frequency of the instrument. More precisely it is the dimensionless quantity wL/R. Evaluate this number for the defaults provided. Use the diagram in Plot 1 to evaluate the theoretical ratio of Real/Imaginary amplitudes for this example. Now use Plot 2 to see if your recorded data are in accordance with that number. Repeat this exercise using R=20000 (now we have a poor conductor).

  4. Change the inclination and the declination of the target to be I = 0, and D = 0. Sketch the orientation of the Tx, Rx and the target for the datum at x = 0m. Run fem3loop for this new setup. What is the explaination of the result you see in the E-W profile over the target.

  5. Return to the original settings (I = 0, D = 90). Examine how the data changes with the depth of burial of the target. Investigate z=2 to 20 in steps of 2 meter increments. How does the amplitude of the anomaly change as a function of depth? What are the most significant changes in the character of the anomaly? How are the zero crossings of the data along the profile affected?

  6. Again return to the default settings but alter the data acquisition strategy. Slowly increase the station and line spacing. What is the largest station spacing that can capture the anomaly?