address sf comments, add sections to write
This commit is contained in:
parent
628100b972
commit
5b975fc333
6 changed files with 263 additions and 166 deletions
|
|
@ -73,37 +73,27 @@ Figure \ref{fig:notation} illustrate the $ts$ and $P$ objects.
|
|||
\end{figure}
|
||||
|
||||
\subsection{Applications}
|
||||
The goal of the multi-measure setup is dual.
|
||||
First, correlated information allows for a more robust detection mechanism.
|
||||
If all components of a machine display behaviours associated with the same global activity, the detection confidence is greater than with the global consumption only.
|
||||
Second, multiple measures enable a more granular activity detection.
|
||||
The multi-measure setup present two potential benefits that will be investigated in this thesis.
|
||||
First, correlated information could allows for a more robust detection mechanism.
|
||||
If all components of a machine display behaviours associated with the same global activity, the detection confidence could improve compared with the global consumption only.
|
||||
Second, multiple measures could enable a more granular activity detection.
|
||||
With the power consumption measurement of multiple components available, every combination of component's activity can be associated with a different global activity.
|
||||
These changes allow for detecting potentially anomalous combinations of states and for a better understanding of the machine's behaviour.
|
||||
These changes would allow for detecting potentially anomalous combinations of states and for a better understanding of the machine's behaviour.
|
||||
|
||||
\sfm{Because we address embedded stsrems, somewhere discuss the problem of actuators distorting the power trace (e.g., fans, motors, etc). You can link that to the MSSM problem.}
|
||||
|
||||
The typical application of this technology would concern general-purpose computers or medium-complexity systems with multiple internal components.
|
||||
These machines are typically difficult to profile with global consumption as each component influences the measure in a different way.
|
||||
The detection of the activity can be restricted to general states like \textit{ON}, \textit{OFF}, \textit{SLEEP} or \textit{HIGH LOAD}.
|
||||
While this information is still valuable, it does not enable in-depth monitoring of the machine.
|
||||
|
||||
|
||||
\section{Multi-Source Single-Measure}
|
||||
If the Single-Source Multi-Measure was looking \textit{in} a machine to get more insight, the Multi-Source Single-Measure is looking \textit{out} and considering multiple devices at once.
|
||||
In a context where measuring the consumption of individual machines is not possible, the problem of disambiguation arises.
|
||||
Signal disambiguation is the ability to identify the source of each component signal from a single aggregated signal.
|
||||
This is a complicated problem as the different sources can affect each other, sometimes in a non-linear way.
|
||||
|
||||
\subsection{Problem Statement}
|
||||
|
||||
\begin{problem-statement}[Multi-Source Single-Measure]
|
||||
Given a discretized aggregated time series $t_a = t_1 \oplus t_2 \oplus \dots \oplus t_k$ and a set of patterns $P=\{(P_1\times\dots\times P_n)\}$, identify an injective mapping $m_{MSSM}:\mathbb{N}\longrightarrow P$ such that every sample $t_a[i]$ maps to a pattern set in $P$ with the condition that the sample matches an occurrence of the pattern in $t_a$.
|
||||
\end{problem-statement}
|
||||
|
||||
The time series $t_a$ is a discretized, mono-variate, real-valued time series.
|
||||
The set of patterns $P$ is the cartesian product of the sets of patterns for each source $P_i$.
|
||||
Thus, each element of $P$ is a set of $n$ patterns, each associated with one source.
|
||||
Each set $P_i$ contain any number of pattern and the unknown $\chi$ pattern.
|
||||
The unknown pattern is not added to the set $P$ as the set of all $\chi$ is already present and bears the same meaning.
|
||||
The operator $\oplus$ is the aggregation function, generally the summation or caped summation.
|
||||
In some applications, the associativity of the $\oplus$ operator can be discarded as the aggregation is performed at the physical level, instantly across all sources $t_i$.
|
||||
This is a difficult problem as the different sources can affect each other, sometimes in a non-linear way.
|
||||
Figure \ref{fig:mssm_illustration} illustrate the aggregation of multiple consumption sources in a single measurement.
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
|
|
@ -111,14 +101,34 @@ In some applications, the associativity of the $\oplus$ operator can be discarde
|
|||
\caption{Illustration of the MSSM setup.}
|
||||
\label{fig:mssm_illustration}
|
||||
\end{figure}
|
||||
\agd{add a map of the problems and what is planned. Some visual representation of the SSSM, SSMM, MSSM and MSMM problems}
|
||||
|
||||
\subsection{Problem Statement}
|
||||
|
||||
\begin{problem-statement}[Multi-Source Single-Measure]
|
||||
Given a discretized aggregated time series $ts_a = ts_1 \oplus ts_2 \oplus \dots \oplus ts_k$ and a set of patterns $P=\{(P_1\times\dots\times P_k)\}$, identify an injective mapping $m_{MSSM}:\mathbb{N}\longrightarrow P$ such that every sample $ts_a[i]$ maps to a pattern set in $P$ with the condition that the sample matches an occurrence of the pattern in $ts_a$.
|
||||
\end{problem-statement}
|
||||
|
||||
The time series $ts_a$ is a discretized, mono-variate, real-valued time series.
|
||||
The set of patterns $P$ is the cartesian product of the sets of patterns for each source $P_i$.
|
||||
Thus, each element of $P$ is a set of $n$ patterns, each associated with one source.
|
||||
Each set $P_i$ contain any number of pattern and the unknown $\chi$ pattern.
|
||||
The unknown pattern is not added to the set $P$ as the set of all $\chi$ is already present and bears the same meaning.
|
||||
The operator $\oplus$ is the aggregation function, generally the summation or caped summation.
|
||||
%In some applications, the associativity of the $\oplus$ operator can be discarded as the aggregation is performed at the physical level, instantly across all sources $ts_i$.
|
||||
|
||||
The MSSM problem can be expressed as a combination of $k$ SSSM problems with a different input time series.
|
||||
Because the input is an aggregated time series, the patterns describing an activity may not appear similarly in the input.
|
||||
These patterns may be distorded by the aggregation with another pattern from another source.
|
||||
The main hurdle when developping a solution for the MSSM problem will be to correctly identify the distorded patterns when having access to all possible distortion sources (the other patterns).
|
||||
|
||||
\subsection{Applications}
|
||||
The successful design of a Multi-source Single-Measure monitoring system finds its best application in an industrial setting.
|
||||
The successful design of a Multi-source Single-Measure monitoring system would finds its best application in an industrial setting.
|
||||
Any industry that relies on many simple embedded systems to reliably perform a task can benefit from a monitoring system that is minimally disruptive to install.
|
||||
For example, an assembly line can leverage hundreds of conveyor belt drivers, robotic arms, or quality assessment points.
|
||||
Each type of system is simple in its design and task.
|
||||
However, adding a designated power monitoring measurement device to each individual system is costly, maintenance-heavy, and it multiplies the potential points of failure.
|
||||
Capturing the power consumption of these machines at a single point is an efficient way to minimize the implementation footprint while maintaining a reliable physics-based monitoring solution.
|
||||
However, adding a designated power monitoring measurement device to each individual system can significantly increase cost, maintenance, and points of failure.
|
||||
Capturing the power consumption of these machines at a single point could minimize the implementation footprint while maintaining a reliable physics-based monitoring solution.
|
||||
|
||||
\section{Conclusion}
|
||||
\agd{to be filled}
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -28,8 +28,8 @@
|
|||
inkscape:document-units="mm"
|
||||
showgrid="false"
|
||||
inkscape:zoom="1.1300912"
|
||||
inkscape:cx="356.60839"
|
||||
inkscape:cy="192.0199"
|
||||
inkscape:cx="355.7235"
|
||||
inkscape:cy="191.13502"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1043"
|
||||
inkscape:window-x="0"
|
||||
|
|
@ -171,12 +171,48 @@
|
|||
d="M 6,5 H 21 V 9.65625 H 6 Z m 0,0"
|
||||
id="path9786" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath8865">
|
||||
<path
|
||||
d="M 0,0 H 8 V 6.128906 H 0 Z m 0,0"
|
||||
id="path9959" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath6748">
|
||||
<path
|
||||
d="m 9,2 h 3 V 7.621094 H 9 Z m 0,0"
|
||||
id="path904" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath9335">
|
||||
<path
|
||||
d="m 8,2 h 4 V 7.621094 H 8 Z m 0,0"
|
||||
id="path7760" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath5769">
|
||||
<path
|
||||
d="m 8,2 h 4 V 7.621094 H 8 Z m 0,0"
|
||||
id="path3233" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath1600">
|
||||
<path
|
||||
d="m 8,2 h 4 V 7.621094 H 8 Z m 0,0"
|
||||
id="path8850" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
id="clipPath3374">
|
||||
<path
|
||||
d="m 8,4 h 5 V 7.621094 H 8 Z m 0,0"
|
||||
id="path131" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(7.6855917,-73.202736)">
|
||||
transform="translate(7.68559, -73.2027)">
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.659141;stroke-linecap:round"
|
||||
id="rect241"
|
||||
|
|
@ -277,146 +313,6 @@
|
|||
style="stroke-width:0.264583"
|
||||
x="47.742466"
|
||||
y="171.57118" /></text>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="matrix(4.4284919,0,0,4.4284919,-7.1035558,114.00879)"
|
||||
id="g4133">
|
||||
<g
|
||||
id="g4131"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.0826823,0.0375268)">
|
||||
<g
|
||||
clip-path="url(#clipPath3549)"
|
||||
clip-rule="nonzero"
|
||||
id="g19">
|
||||
<g
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="g17">
|
||||
<g
|
||||
id="use15"
|
||||
transform="translate(0,6.1279998)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="m 2.046875,-3.984375 h 0.9375 c 0.203125,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.28125,-0.109375 h -0.875 C 2.5,-5.71875 2.546875,-5.90625 2.546875,-5.96875 c 0,-0.171875 -0.125,-0.265625 -0.296875,-0.265625 -0.03125,0 -0.3125,0 -0.390625,0.359375 L 1.46875,-4.296875 h -0.9375 c -0.203125,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.078125,0.125 0.28125,0.125 h 0.875 C 0.671875,-1.15625 0.625,-0.984375 0.625,-0.8125 0.625,-0.265625 1,0.109375 1.546875,0.109375 2.5625,0.109375 3.125,-1.34375 3.125,-1.421875 3.125,-1.53125 3.046875,-1.53125 3.015625,-1.53125 2.921875,-1.53125 2.90625,-1.5 2.859375,-1.390625 2.4375,-0.34375 1.90625,-0.109375 1.5625,-0.109375 c -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.25 0.03125,-0.3125 0.0625,-0.484375 z m 0,0"
|
||||
id="path26" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="matrix(1.7771917,0,0,1.7771917,20.203779,85.676497)"
|
||||
id="g4983">
|
||||
<g
|
||||
id="g4981"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.0826823,0.0375268)">
|
||||
<g
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="g4971">
|
||||
<g
|
||||
id="g4969"
|
||||
transform="translate(0,6.1279998)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="m 2.046875,-3.984375 h 0.9375 c 0.203125,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.28125,-0.109375 h -0.875 C 2.5,-5.71875 2.546875,-5.90625 2.546875,-5.96875 c 0,-0.171875 -0.125,-0.265625 -0.296875,-0.265625 -0.03125,0 -0.3125,0 -0.390625,0.359375 L 1.46875,-4.296875 h -0.9375 c -0.203125,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.078125,0.125 0.28125,0.125 h 0.875 C 0.671875,-1.15625 0.625,-0.984375 0.625,-0.8125 0.625,-0.265625 1,0.109375 1.546875,0.109375 2.5625,0.109375 3.125,-1.34375 3.125,-1.421875 3.125,-1.53125 3.046875,-1.53125 3.015625,-1.53125 2.921875,-1.53125 2.90625,-1.5 2.859375,-1.390625 2.4375,-0.34375 1.90625,-0.109375 1.5625,-0.109375 c -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.25 0.03125,-0.3125 0.0625,-0.484375 z m 0,0"
|
||||
id="path4967" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
clip-path="url(#clipPath8411)"
|
||||
clip-rule="nonzero"
|
||||
id="g4979">
|
||||
<g
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="g4977">
|
||||
<g
|
||||
id="g4975"
|
||||
transform="translate(3.598,7.6220002)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0"
|
||||
id="path4973" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="matrix(1.7206789,0,0,1.7771917,20.20378,111.33191)"
|
||||
id="g5858">
|
||||
<g
|
||||
id="g5856"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.0826823,0.0375268)">
|
||||
<g
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="g5846">
|
||||
<g
|
||||
id="g5844"
|
||||
transform="translate(0,6.1279998)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="m 2.046875,-3.984375 h 0.9375 c 0.203125,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.28125,-0.109375 h -0.875 C 2.5,-5.71875 2.546875,-5.90625 2.546875,-5.96875 c 0,-0.171875 -0.125,-0.265625 -0.296875,-0.265625 -0.03125,0 -0.3125,0 -0.390625,0.359375 L 1.46875,-4.296875 h -0.9375 c -0.203125,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.078125,0.125 0.28125,0.125 h 0.875 C 0.671875,-1.15625 0.625,-0.984375 0.625,-0.8125 0.625,-0.265625 1,0.109375 1.546875,0.109375 2.5625,0.109375 3.125,-1.34375 3.125,-1.421875 3.125,-1.53125 3.046875,-1.53125 3.015625,-1.53125 2.921875,-1.53125 2.90625,-1.5 2.859375,-1.390625 2.4375,-0.34375 1.90625,-0.109375 1.5625,-0.109375 c -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.25 0.03125,-0.3125 0.0625,-0.484375 z m 0,0"
|
||||
id="path5842" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
clip-path="url(#clipPath5154)"
|
||||
clip-rule="nonzero"
|
||||
id="g5854">
|
||||
<g
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="g5852">
|
||||
<g
|
||||
id="g5850"
|
||||
transform="translate(3.598,7.6220002)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0"
|
||||
id="path5848" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="matrix(1.490475,0,0,1.7771917,20.20378,149.88698)"
|
||||
id="g6755">
|
||||
<g
|
||||
id="g6753"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.0826823,0.0375268)">
|
||||
<g
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="g6743">
|
||||
<g
|
||||
id="g6741"
|
||||
transform="translate(0,6.1279998)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="m 2.046875,-3.984375 h 0.9375 c 0.203125,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.28125,-0.109375 h -0.875 C 2.5,-5.71875 2.546875,-5.90625 2.546875,-5.96875 c 0,-0.171875 -0.125,-0.265625 -0.296875,-0.265625 -0.03125,0 -0.3125,0 -0.390625,0.359375 L 1.46875,-4.296875 h -0.9375 c -0.203125,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.078125,0.125 0.28125,0.125 h 0.875 C 0.671875,-1.15625 0.625,-0.984375 0.625,-0.8125 0.625,-0.265625 1,0.109375 1.546875,0.109375 2.5625,0.109375 3.125,-1.34375 3.125,-1.421875 3.125,-1.53125 3.046875,-1.53125 3.015625,-1.53125 2.921875,-1.53125 2.90625,-1.5 2.859375,-1.390625 2.4375,-0.34375 1.90625,-0.109375 1.5625,-0.109375 c -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.25 0.03125,-0.3125 0.0625,-0.484375 z m 0,0"
|
||||
id="path6739" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
clip-path="url(#clipPath1786)"
|
||||
clip-rule="nonzero"
|
||||
id="g6751">
|
||||
<g
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="g6749">
|
||||
<g
|
||||
id="g6747"
|
||||
transform="translate(3.598,7.6220002)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="m 0.84375,-0.4375 c -0.015625,0.09375 -0.0625,0.265625 -0.0625,0.28125 0,0.15625 0.125,0.21875 0.234375,0.21875 0.125,0 0.234375,-0.078125 0.28125,-0.140625 0.03125,-0.0625 0.078125,-0.296875 0.125,-0.4375 0.03125,-0.125 0.109375,-0.453125 0.140625,-0.625 0.046875,-0.15625 0.09375,-0.3125 0.125,-0.46875 0.078125,-0.28125 0.09375,-0.34375 0.296875,-0.625 C 2.171875,-2.515625 2.5,-2.875 3.03125,-2.875 c 0.390625,0 0.40625,0.359375 0.40625,0.484375 0,0.421875 -0.296875,1.1875 -0.40625,1.484375 -0.078125,0.203125 -0.109375,0.265625 -0.109375,0.375 0,0.375 0.296875,0.59375 0.65625,0.59375 0.703125,0 1,-0.953125 1,-1.0625 0,-0.09375 -0.078125,-0.09375 -0.109375,-0.09375 -0.09375,0 -0.09375,0.046875 -0.125,0.125 C 4.1875,-0.40625 3.875,-0.125 3.609375,-0.125 c -0.15625,0 -0.1875,-0.09375 -0.1875,-0.25 0,-0.15625 0.046875,-0.25 0.171875,-0.5625 0.078125,-0.21875 0.359375,-0.953125 0.359375,-1.34375 0,-0.671875 -0.53125,-0.796875 -0.90625,-0.796875 -0.578125,0 -0.96875,0.359375 -1.171875,0.640625 -0.046875,-0.484375 -0.453125,-0.640625 -0.75,-0.640625 -0.296875,0 -0.453125,0.21875 -0.546875,0.375 -0.15625,0.265625 -0.25,0.65625 -0.25,0.703125 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.015625 0.140625,-0.203125 0.109375,-0.40625 0.25,-0.75 0.515625,-0.75 0.1875,0 0.234375,0.15625 0.234375,0.34375 0,0.125 -0.0625,0.390625 -0.125,0.578125 -0.046875,0.1875 -0.109375,0.46875 -0.140625,0.625 z m 0,0"
|
||||
id="path6745" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="matrix(1.4876785,0,0,1.4876785,57.069261,164.46406)"
|
||||
|
|
@ -1276,5 +1172,177 @@
|
|||
cy="127.90775"
|
||||
r="0.67847711" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="matrix(3.7694984,0,0,3.7694984,-9.4525121,114.94831)"
|
||||
id="g1223">
|
||||
<g
|
||||
id="g1221"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.0826823,0.0375268)">
|
||||
<g
|
||||
clip-path="url(#clipPath8865)"
|
||||
clip-rule="nonzero"
|
||||
id="g24">
|
||||
<g
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="g22">
|
||||
<g
|
||||
id="use18"
|
||||
transform="translate(0,6.1279998)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="m 2.046875,-3.984375 h 0.9375 c 0.203125,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.28125,-0.109375 h -0.875 C 2.5,-5.71875 2.546875,-5.90625 2.546875,-5.96875 c 0,-0.171875 -0.125,-0.265625 -0.296875,-0.265625 -0.03125,0 -0.3125,0 -0.390625,0.359375 L 1.46875,-4.296875 h -0.9375 c -0.203125,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.078125,0.125 0.28125,0.125 h 0.875 C 0.671875,-1.15625 0.625,-0.984375 0.625,-0.8125 0.625,-0.265625 1,0.109375 1.546875,0.109375 2.5625,0.109375 3.125,-1.34375 3.125,-1.421875 3.125,-1.53125 3.046875,-1.53125 3.015625,-1.53125 2.921875,-1.53125 2.90625,-1.5 2.859375,-1.390625 2.4375,-0.34375 1.90625,-0.109375 1.5625,-0.109375 c -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.25 0.03125,-0.3125 0.0625,-0.484375 z m 0,0"
|
||||
id="path31" />
|
||||
</g>
|
||||
<g
|
||||
id="use20"
|
||||
transform="translate(3.5974951,6.1279998)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="M 3.890625,-3.734375 C 3.625,-3.71875 3.421875,-3.5 3.421875,-3.28125 c 0,0.140625 0.09375,0.296875 0.3125,0.296875 0.21875,0 0.453125,-0.171875 0.453125,-0.5625 C 4.1875,-4 3.765625,-4.40625 3,-4.40625 c -1.3125,0 -1.6875,1.015625 -1.6875,1.453125 0,0.78125 0.734375,0.921875 1.03125,0.984375 0.515625,0.109375 1.03125,0.21875 1.03125,0.765625 0,0.25 -0.21875,1.09375 -1.421875,1.09375 -0.140625,0 -0.90625,0 -1.140625,-0.53125 0.390625,0.046875 0.640625,-0.25 0.640625,-0.53125 0,-0.21875 -0.171875,-0.34375 -0.375,-0.34375 -0.265625,0 -0.5625,0.203125 -0.5625,0.65625 0,0.5625 0.578125,0.96875 1.421875,0.96875 1.625,0 2.015625,-1.203125 2.015625,-1.65625 0,-0.359375 -0.1875,-0.609375 -0.3125,-0.71875 -0.265625,-0.28125 -0.5625,-0.34375 -1,-0.421875 -0.359375,-0.078125 -0.75,-0.15625 -0.75,-0.609375 C 1.890625,-3.578125 2.125,-4.1875 3,-4.1875 c 0.25,0 0.75,0.078125 0.890625,0.453125 z m 0,0"
|
||||
id="path35" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="matrix(1.9472963,0,0,1.9472963,19.198558,87.425856)"
|
||||
id="g2125">
|
||||
<g
|
||||
id="g2123"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.0826823,0.0375268)">
|
||||
<g
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="g28">
|
||||
<g
|
||||
id="use24"
|
||||
transform="translate(0,6.1279998)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="m 2.046875,-3.984375 h 0.9375 c 0.203125,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.28125,-0.109375 h -0.875 C 2.5,-5.71875 2.546875,-5.90625 2.546875,-5.96875 c 0,-0.171875 -0.125,-0.265625 -0.296875,-0.265625 -0.03125,0 -0.3125,0 -0.390625,0.359375 L 1.46875,-4.296875 h -0.9375 c -0.203125,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.078125,0.125 0.28125,0.125 h 0.875 C 0.671875,-1.15625 0.625,-0.984375 0.625,-0.8125 0.625,-0.265625 1,0.109375 1.546875,0.109375 2.5625,0.109375 3.125,-1.34375 3.125,-1.421875 3.125,-1.53125 3.046875,-1.53125 3.015625,-1.53125 2.921875,-1.53125 2.90625,-1.5 2.859375,-1.390625 2.4375,-0.34375 1.90625,-0.109375 1.5625,-0.109375 c -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.25 0.03125,-0.3125 0.0625,-0.484375 z m 0,0"
|
||||
id="path41" />
|
||||
</g>
|
||||
<g
|
||||
id="use26"
|
||||
transform="translate(3.5974951,6.1279998)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="M 3.890625,-3.734375 C 3.625,-3.71875 3.421875,-3.5 3.421875,-3.28125 c 0,0.140625 0.09375,0.296875 0.3125,0.296875 0.21875,0 0.453125,-0.171875 0.453125,-0.5625 C 4.1875,-4 3.765625,-4.40625 3,-4.40625 c -1.3125,0 -1.6875,1.015625 -1.6875,1.453125 0,0.78125 0.734375,0.921875 1.03125,0.984375 0.515625,0.109375 1.03125,0.21875 1.03125,0.765625 0,0.25 -0.21875,1.09375 -1.421875,1.09375 -0.140625,0 -0.90625,0 -1.140625,-0.53125 0.390625,0.046875 0.640625,-0.25 0.640625,-0.53125 0,-0.21875 -0.171875,-0.34375 -0.375,-0.34375 -0.265625,0 -0.5625,0.203125 -0.5625,0.65625 0,0.5625 0.578125,0.96875 1.421875,0.96875 1.625,0 2.015625,-1.203125 2.015625,-1.65625 0,-0.359375 -0.1875,-0.609375 -0.3125,-0.71875 -0.265625,-0.28125 -0.5625,-0.34375 -1,-0.421875 -0.359375,-0.078125 -0.75,-0.15625 -0.75,-0.609375 C 1.890625,-3.578125 2.125,-4.1875 3,-4.1875 c 0.25,0 0.75,0.078125 0.890625,0.453125 z m 0,0"
|
||||
id="path45" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
clip-path="url(#clipPath6748)"
|
||||
clip-rule="nonzero"
|
||||
id="g34">
|
||||
<g
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="g32">
|
||||
<g
|
||||
id="use30"
|
||||
transform="translate(8.2679996,7.6220002)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="m 2.328125,-4.4375 c 0,-0.1875 0,-0.1875 -0.203125,-0.1875 -0.453125,0.4375 -1.078125,0.4375 -1.359375,0.4375 v 0.25 c 0.15625,0 0.625,0 1,-0.1875 v 3.546875 c 0,0.234375 0,0.328125 -0.6875,0.328125 H 0.8125 V 0 c 0.125,0 0.984375,-0.03125 1.234375,-0.03125 0.21875,0 1.09375,0.03125 1.25,0.03125 V -0.25 H 3.03125 c -0.703125,0 -0.703125,-0.09375 -0.703125,-0.328125 z m 0,0"
|
||||
id="path49" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="matrix(1.9104132,0,0,1.9472962,19.198558,110.79553)"
|
||||
id="g2806">
|
||||
<g
|
||||
id="g2804"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.0826823,0.0375268)">
|
||||
<g
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="g2794">
|
||||
<g
|
||||
id="g2788"
|
||||
transform="translate(0,6.1279998)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="m 2.046875,-3.984375 h 0.9375 c 0.203125,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.28125,-0.109375 h -0.875 C 2.5,-5.71875 2.546875,-5.90625 2.546875,-5.96875 c 0,-0.171875 -0.125,-0.265625 -0.296875,-0.265625 -0.03125,0 -0.3125,0 -0.390625,0.359375 L 1.46875,-4.296875 h -0.9375 c -0.203125,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.078125,0.125 0.28125,0.125 h 0.875 C 0.671875,-1.15625 0.625,-0.984375 0.625,-0.8125 0.625,-0.265625 1,0.109375 1.546875,0.109375 2.5625,0.109375 3.125,-1.34375 3.125,-1.421875 3.125,-1.53125 3.046875,-1.53125 3.015625,-1.53125 2.921875,-1.53125 2.90625,-1.5 2.859375,-1.390625 2.4375,-0.34375 1.90625,-0.109375 1.5625,-0.109375 c -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.25 0.03125,-0.3125 0.0625,-0.484375 z m 0,0"
|
||||
id="path2786" />
|
||||
</g>
|
||||
<g
|
||||
id="g2792"
|
||||
transform="translate(3.5974951,6.1279998)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="M 3.890625,-3.734375 C 3.625,-3.71875 3.421875,-3.5 3.421875,-3.28125 c 0,0.140625 0.09375,0.296875 0.3125,0.296875 0.21875,0 0.453125,-0.171875 0.453125,-0.5625 C 4.1875,-4 3.765625,-4.40625 3,-4.40625 c -1.3125,0 -1.6875,1.015625 -1.6875,1.453125 0,0.78125 0.734375,0.921875 1.03125,0.984375 0.515625,0.109375 1.03125,0.21875 1.03125,0.765625 0,0.25 -0.21875,1.09375 -1.421875,1.09375 -0.140625,0 -0.90625,0 -1.140625,-0.53125 0.390625,0.046875 0.640625,-0.25 0.640625,-0.53125 0,-0.21875 -0.171875,-0.34375 -0.375,-0.34375 -0.265625,0 -0.5625,0.203125 -0.5625,0.65625 0,0.5625 0.578125,0.96875 1.421875,0.96875 1.625,0 2.015625,-1.203125 2.015625,-1.65625 0,-0.359375 -0.1875,-0.609375 -0.3125,-0.71875 -0.265625,-0.28125 -0.5625,-0.34375 -1,-0.421875 -0.359375,-0.078125 -0.75,-0.15625 -0.75,-0.609375 C 1.890625,-3.578125 2.125,-4.1875 3,-4.1875 c 0.25,0 0.75,0.078125 0.890625,0.453125 z m 0,0"
|
||||
id="path2790" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
clip-path="url(#clipPath9335)"
|
||||
clip-rule="nonzero"
|
||||
id="g2802">
|
||||
<g
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="g2800">
|
||||
<g
|
||||
id="g2798"
|
||||
transform="translate(8.2679996,7.6220002)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0"
|
||||
id="path2796" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label=""
|
||||
transform="matrix(1.7494669,0,0,1.9472962,19.198558,149.08608)"
|
||||
id="g4929">
|
||||
<g
|
||||
id="g4927"
|
||||
transform="matrix(0.352778,0,0,0.352778,-0.0826823,0.0375268)">
|
||||
<g
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="g4917">
|
||||
<g
|
||||
id="g4911"
|
||||
transform="translate(0,6.1279998)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="m 2.046875,-3.984375 h 0.9375 c 0.203125,0 0.3125,0 0.3125,-0.203125 0,-0.109375 -0.109375,-0.109375 -0.28125,-0.109375 h -0.875 C 2.5,-5.71875 2.546875,-5.90625 2.546875,-5.96875 c 0,-0.171875 -0.125,-0.265625 -0.296875,-0.265625 -0.03125,0 -0.3125,0 -0.390625,0.359375 L 1.46875,-4.296875 h -0.9375 c -0.203125,0 -0.296875,0 -0.296875,0.1875 0,0.125 0.078125,0.125 0.28125,0.125 h 0.875 C 0.671875,-1.15625 0.625,-0.984375 0.625,-0.8125 0.625,-0.265625 1,0.109375 1.546875,0.109375 2.5625,0.109375 3.125,-1.34375 3.125,-1.421875 3.125,-1.53125 3.046875,-1.53125 3.015625,-1.53125 2.921875,-1.53125 2.90625,-1.5 2.859375,-1.390625 2.4375,-0.34375 1.90625,-0.109375 1.5625,-0.109375 c -0.203125,0 -0.3125,-0.125 -0.3125,-0.453125 0,-0.25 0.03125,-0.3125 0.0625,-0.484375 z m 0,0"
|
||||
id="path4909" />
|
||||
</g>
|
||||
<g
|
||||
id="g4915"
|
||||
transform="translate(3.5974951,6.1279998)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="M 3.890625,-3.734375 C 3.625,-3.71875 3.421875,-3.5 3.421875,-3.28125 c 0,0.140625 0.09375,0.296875 0.3125,0.296875 0.21875,0 0.453125,-0.171875 0.453125,-0.5625 C 4.1875,-4 3.765625,-4.40625 3,-4.40625 c -1.3125,0 -1.6875,1.015625 -1.6875,1.453125 0,0.78125 0.734375,0.921875 1.03125,0.984375 0.515625,0.109375 1.03125,0.21875 1.03125,0.765625 0,0.25 -0.21875,1.09375 -1.421875,1.09375 -0.140625,0 -0.90625,0 -1.140625,-0.53125 0.390625,0.046875 0.640625,-0.25 0.640625,-0.53125 0,-0.21875 -0.171875,-0.34375 -0.375,-0.34375 -0.265625,0 -0.5625,0.203125 -0.5625,0.65625 0,0.5625 0.578125,0.96875 1.421875,0.96875 1.625,0 2.015625,-1.203125 2.015625,-1.65625 0,-0.359375 -0.1875,-0.609375 -0.3125,-0.71875 -0.265625,-0.28125 -0.5625,-0.34375 -1,-0.421875 -0.359375,-0.078125 -0.75,-0.15625 -0.75,-0.609375 C 1.890625,-3.578125 2.125,-4.1875 3,-4.1875 c 0.25,0 0.75,0.078125 0.890625,0.453125 z m 0,0"
|
||||
id="path4913" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
clip-path="url(#clipPath3374)"
|
||||
clip-rule="nonzero"
|
||||
id="g4925">
|
||||
<g
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="g4923">
|
||||
<g
|
||||
id="g4921"
|
||||
transform="translate(8.2679996,7.6220002)">
|
||||
<path
|
||||
style="stroke:none"
|
||||
d="m 0.84375,-0.4375 c -0.015625,0.09375 -0.0625,0.265625 -0.0625,0.28125 0,0.15625 0.125,0.21875 0.234375,0.21875 0.125,0 0.234375,-0.078125 0.28125,-0.140625 0.03125,-0.0625 0.078125,-0.296875 0.125,-0.4375 0.03125,-0.125 0.109375,-0.453125 0.140625,-0.625 0.046875,-0.15625 0.09375,-0.3125 0.125,-0.46875 0.078125,-0.28125 0.09375,-0.34375 0.296875,-0.625 C 2.171875,-2.515625 2.5,-2.875 3.03125,-2.875 c 0.390625,0 0.40625,0.359375 0.40625,0.484375 0,0.421875 -0.296875,1.1875 -0.40625,1.484375 -0.078125,0.203125 -0.109375,0.265625 -0.109375,0.375 0,0.375 0.296875,0.59375 0.65625,0.59375 0.703125,0 1,-0.953125 1,-1.0625 0,-0.09375 -0.078125,-0.09375 -0.109375,-0.09375 -0.09375,0 -0.09375,0.046875 -0.125,0.125 C 4.1875,-0.40625 3.875,-0.125 3.609375,-0.125 c -0.15625,0 -0.1875,-0.09375 -0.1875,-0.25 0,-0.15625 0.046875,-0.25 0.171875,-0.5625 0.078125,-0.21875 0.359375,-0.953125 0.359375,-1.34375 0,-0.671875 -0.53125,-0.796875 -0.90625,-0.796875 -0.578125,0 -0.96875,0.359375 -1.171875,0.640625 -0.046875,-0.484375 -0.453125,-0.640625 -0.75,-0.640625 -0.296875,0 -0.453125,0.21875 -0.546875,0.375 -0.15625,0.265625 -0.25,0.65625 -0.25,0.703125 0,0.078125 0.09375,0.078125 0.125,0.078125 0.09375,0 0.09375,-0.015625 0.140625,-0.203125 0.109375,-0.40625 0.25,-0.75 0.515625,-0.75 0.1875,0 0.234375,0.15625 0.234375,0.34375 0,0.125 -0.0625,0.390625 -0.125,0.578125 -0.046875,0.1875 -0.109375,0.46875 -0.140625,0.625 z m 0,0"
|
||||
id="path4919" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 95 KiB |
|
|
@ -175,6 +175,7 @@
|
|||
|
||||
% Custom command to print visual indications of comments
|
||||
\newcommand\agd[1]{{\color{red}$\bigstar$}\footnote{agd: #1}}
|
||||
\newcommand\sfm[1]{{\color{blue}$\bigstar$}\footnote{sf: #1}}
|
||||
\newcommand{\cn}{{\color{purple}[citation needed]}}
|
||||
|
||||
%======================================================================
|
||||
|
|
|
|||
|
|
@ -30,3 +30,13 @@ After evaluating the single-source multi-measure system, a paper will summarize
|
|||
This term will also be dedicated to beginning the design of the multi-source single-measure system.
|
||||
For this third system, the capture system is already available.
|
||||
The workload is mainly centred on the design of the processing algorithm.
|
||||
|
||||
\section{Alternative Courses of Action}
|
||||
Pandemic: continue from my home (already did before)
|
||||
|
||||
SSMM and MSSM fails, focuse on improving SSSM
|
||||
|
||||
Find other
|
||||
|
||||
\section{Publication Goals}
|
||||
Find conferences/journals to aim for publishing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue