Starting from:

$25

ECSE 354 -Laboratory 6 - Wave propagation in lossy mediaΒ - Solved



 

In this laboratory, we will explore wave propagation in lossy media, including liquid water and silicon.

 

For a medium with complex permittivity πœ– = πœ–′ −π‘—πœ–′′ and permeability πœ‡ = πœ‡ , the propagation constant 𝛾 and the intrinsic impedance πœ‚ are given by:

πœ‡

                                                                    𝛾 = 𝛼 + 𝑗𝛽 = π‘—πœ”    πœ– πœ‡              πœ‚ =

πœ–

 

As you will soon learn, the loss tangent tan(𝛿 ) is a useful parameter for describing the degree of loss per unit wavelength of propagation distance, and is given by,

 

πœ–′′

π‘‘π‘Žπ‘›(𝛿 ) =   

πœ–′  

Recall further that the wavelength in the medium is given by πœ† = 2πœ‹/𝛽 and the attenuation per unit length in [dB/m] is given by 𝐴/β„“ = 8.69 𝛼 .

 

 

1. Wave propagation in pure water

 

The normalized complex permittivity πœ–(𝑓)/πœ– of pure water is very well modelled by the function,

 

                                                                 πœ–(𝑓)                   πœ–(0) − πœ–(∞)

  = πœ–(∞) +   

                                                                   πœ–                       1 + 𝑗2πœ‹π‘“πœ

 

over the frequency range 0 Hz < f < 300 GHz where the parameters πœ–(∞) = 5.2 , πœ–(0) = 78.3 and 𝜏 = 8.3 𝑝𝑠 at T = 25 ο‚°C. The origin of this behaviour is the orientational response of water molecules to electric fields. The permeability πœ‡ = πœ‡ .

 

Write a function that calculates the normalized complex permittivity πœ–(𝑓)/πœ– of pure water for a frequency f:  

 

[ eps_norm_H20 ]= purewatereps(f)

 

Calculate the complex permittivity over a frequency range 1 kHz < f < 300 GHz with frequency distributed on a logarithmic scale, as setup for example by f = 10.^[3:0.05:log10(300e9)] . Plot the normalized real component, πœ–′/πœ– , and the normalized negative imaginary component, πœ–′′/πœ– , of the normalized permittivity using a logarithmic frequency scale, using semilogx(f,real(eps_norm_H20),f,-imag(eps_norm_H20)) for example.

 

Calculate and plot (on logarithmic frequency scale) the loss tangent tan(𝛿 ).

 

Is the “dielectric constant” really a constant?

At what frequency is πœ–′′/πœ– a maximum?

 

β„– 1: Show your results to the teaching assistant.

 

Calculate the propagation constant 𝛾 = 𝛼 + 𝑗𝛽  versus frequency f.

 

Calculate the attenuation per unit length 𝐴/β„“ in [dB/m] versus frequency f and plot on a log-log scale. This can be done using the command line loglog(f,norm_lambda) for example.

 

Calculate the wavelength ratio λ/λ0 versus frequency f, where λ is the wavelength in pure water and λ0 is the wavelength in vacuum. Plot λ/λ0 versus the logarithmic frequency scale.  

 

Review your plots carefully.

 

How should one choose frequency f if one wants to transmit an electromagnetic wave with minimum attenuation through pure water?

At what frequency is the attenuation per unit length 𝐴/β„“ = 3 dB/m ?

Is the wavelength πœ† in pure water larger or smaller than the wavelength πœ†0 in vacuum at f = 1 GHz ? In other words, does pure water shorten or lengthen the wavelength of an EM wave in the microwave frequency range?  

 

β„– 2: Show your results to the teaching assistant.

 

 

2. Wave propagation in sea water

 

Outside of a strictly controlled laboratory environment, water contains ions from dissolved salts of varying concentration. The normalized complex permittivity πœ–(𝑓)/πœ– of sea water is very well modelled by the function,

 

                                                                 πœ–(𝑓)                   πœ–(0) − πœ–(∞)      πœŽ/πœ–

                                                                    = πœ–(∞) +  +   

                                                                   πœ–                       1 + 𝑗2πœ‹π‘“πœ       𝑗2πœ‹π‘“

 

over the frequency range 0 Hz < f < 300 GHz where the parameters πœ–(∞) = 5.2 , πœ–(0) = 78.3 and 𝜏 = 8.3 𝑝𝑠 at the temperature T = 25 ο‚°C, as before, and the conductivity 𝜎 = 4 S/m for typical ion concentrations in salt water. Note that sea water differs from pure water by the addition of ionic conductivity, seen in the last term. The permeability πœ‡ = πœ‡ .

 

Write a function that calculates the normalized complex permittivity πœ–(𝑓)/πœ– of sea water for a frequency f:  

 

[ eps_norm_salt_H20 ]= seawatereps(f)

 

Calculate the complex permittivity over a frequency range 1 kHz < f < 300 GHz with frequency distributed on a logarithmic scale, as in the previous exercise.

 

Plot the real component πœ–′/πœ– and the negative imaginary component πœ–′′/πœ– of the normalized permittivity versus  frequency f. You may want to plot the permittivity components on a log-log scale due to the divergence in πœ–′′/πœ– at low frequencies.

 

Calculate and plot (on logarithmic frequency scale) the loss tangent tan(𝛿 ).

 

Why is πœ–′′/πœ–    ∝ 1/𝑓 at “low frequencies” f ?

What is the approximate range of frequencies πœ–′′/πœ–      ∝ 1/𝑓 ?

 



 

Calculate the propagation constant 𝛾 = 𝛼 + 𝑗𝛽  versus frequency f.

 

Calculate the attenuation per unit length 𝐴/β„“ in [dB/m] versus frequency f and plot on a log-log scale.

 

Calculate the wavelength ratio λ/λ0 versus frequency f, where λ is the wavelength in pure water and λ0 is the wavelength in vacuum. Plot λ/λ0  versus frequency. A log-log scale will be useful here.  

 

Review your plots carefully.

 

How should one choose frequency f if one wants to transmit an electromagnetic wave with minimum attenuation through sea water?

At what frequency is the attenuation per unit length 𝐴/β„“ = 3 dB/m ?

Which medium, pure water or sea water, has a greater attenuation per unit length 𝐴/β„“ ? Does your answer depend on frequency?

What is the wavelength πœ† in sea water at f = 1 kHz ? How does this compare to the wavelength πœ†0 in vacuum at f = 1 kHz ?

 


 

 

Optional: Fresh water suitable for aquatic life has a typical conductivity 𝜎 = 0.02 S/m. How does the attenuation versus frequency of fresh water compare to sea water?  

 

Consider the implications of your results for the interaction of electromagnetic waves with saline water, in the context of communications, radar, microwave heating and biomedical imaging.

 

 

 

More products