-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
53 lines (41 loc) · 2.57 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
\documentclass[journal]{IEEEtran}
\usepackage{preamble}
\usepackage{abbreviation} % Liste des abréviations
\input{title-affil}
\usepackage[style=ieee,
backref=false,
isbn=false,
eprint=false,
url=false,
doi=false,
]{biblatex}
\addbibresource{bib/_ProbePermittivity.bib}
\AtEveryBibitem{\clearfield{month}}
\AtEveryCitekey{\clearfield{month}}
% Diagonal fraction
\newcommand{\sidefrac}[2]{{}^{#1}{\mskip-3mu/\mskip-3mu}_{#2}}
% From IEEE how-to.tex
\usepackage{balance}
\begin{document}
\maketitle
\begin{abstract}
We present a unique Open-Ended Coaxial Probe that can accurately measure the permittivity of heterogeneous materials, such as soil, due to its large aperture.
The probe works at frequencies ranging from \qtyrange{0.5}{18}{\giga\hertz}, which is a particularly important range for microwave remote sensing applications, and more precisely the \ac{tsmm}.
\ac{tsmm} aims at launching a new satellite equipped with a dual Ku-band radar (\qtyrange[range-phrase=~and~]{13.5}{17.2}{\giga\hertz}) for snow monitoring.
At Ku-band frequencies, the backscattered radar signal contains information not only about the snow, but also about the soil underneath the snow.
Knowing the soil permittivity will allow to better account for the soil contribution to the total radar signal and to obtain more accurate snow data such as the \ac{swe}.
To demonstrate the accuracy of the probe and the repeatability of the measures, calibration solutions of known permittivity were measured, and the results were compared to their theoretical values.
Then, we conducted tests for approximating the penetration depth of the probe signal with dry and wet paper.
Afterwards, a protocol to use the probe to compute the permittivity of soil samples in freeze/thaw cycles was developed.
The permittivity of commercial sand and arctic organic soil from Iqaluktuuttiaq (Cambridge Bay, Nunavut, Canada) are presented for different relevant frequencies for microwave remote sensing applications, and for different temperatures (\qtyrange{-20}{20}{\degreeCelsius}) according to the new protocol.
This paper mainly aims at presenting the probe and its potential use in microwave remote sensing applications, especially for the active Ku-band, where little research exists.
\end{abstract}
\begin{IEEEkeywords}
Coaxial probe, Microwaves, Remote Sensing, Permittivity, Soil
\end{IEEEkeywords}
\input{sections/intro}
\input{sections/methode}
\input{sections/results}
\input{sections/conclu}
\printbibliography{}
\end{document}