changed template
added chapters added bib
This commit is contained in:
143
tex/misc/functions.tex
Normal file
143
tex/misc/functions.tex
Normal file
@@ -0,0 +1,143 @@
|
||||
|
||||
\newcommand{\mAvgSquaredError}{\ensuremath{\overline{e}}}
|
||||
|
||||
\newcommand{\mLogDistGamma}{\ensuremath{\gamma}}
|
||||
\newcommand{\mLogDistTX}{TX}
|
||||
|
||||
\newcommand{\mDongle}[1]{\ensuremath{D_{#1}}}
|
||||
%\newcommand{\mDongle}{d} % dongle
|
||||
\newcommand{\mBeacon}[1]{\ensuremath{B_{#1}}} % beacon
|
||||
|
||||
\newcommand{\mRssi}{\ensuremath{s}} % client's signal-strength measurement
|
||||
\newcommand{\mMdlRSSI}{\ensuremath{\varsigma}} % model's signal-strength
|
||||
|
||||
\newcommand{\mPosAP}{\varrho} % char for access point position vector
|
||||
\newcommand{\mPos}{\rho} % char for positions
|
||||
|
||||
|
||||
\newcommand{\mPosVec}{\vec{\mPos}} % position vector
|
||||
\newcommand{\mRssiVec}{\vec{s}} % client signal strength measurements
|
||||
|
||||
\newcommand{\mState}{q} % state variable
|
||||
\newcommand{\mStateVec}{\vec{q}} % state vector variable
|
||||
\newcommand{\mObs}{o} % observation variable
|
||||
\newcommand{\mObsVec}{\vec{o}} % observation vector variable
|
||||
\newcommand{\mObsWifi}{\vec{o}_{\text{wifi}}} % wifi observation
|
||||
|
||||
\newcommand{\mProb}{p} % char for probability
|
||||
|
||||
\newcommand{\mMovingAvgWithSize}[1]{\ensuremath{\text{avg}_{#1}}}
|
||||
|
||||
\newcommand{\mPressure}{\rho}
|
||||
\newcommand{\mObsPressure}{\mPressure_\text{rel}} % symbol for observation pressure
|
||||
\newcommand{\mStatePressure}{\hat{\mPressure}_\text{rel}} % symbol for state pressure
|
||||
|
||||
\newcommand{\mHeading}{\theta}
|
||||
\newcommand{\mObsHeading}{\Delta\mHeading} % symbol used for the observation heading
|
||||
\newcommand{\mStateHeading}{\mHeading} % symbol used for the state heading
|
||||
|
||||
\newcommand{\mSteps}{n_\text{steps}}
|
||||
\newcommand{\mObsSteps}{\mSteps}
|
||||
|
||||
\newcommand{\mActivity}{\Omega}
|
||||
\newcommand{\mObsActivity}{\mActivity}
|
||||
|
||||
\newcommand{\mNN}{\text{nn}}
|
||||
\newcommand{\mKNN}{\text{knn}}
|
||||
\newcommand{\fPos}[1]{\textbf{pos}(#1)}
|
||||
\newcommand{\fDistance}[2]{\delta(#1, #2)}
|
||||
\newcommand{\fWA}[1]{\text{wall}(#1)}
|
||||
\newcommand{\fDD}[1]{\text{door}(#1)}
|
||||
\newcommand{\fImp}[1]{\text{imp}(#1)}
|
||||
\newcommand{\fNN}[2]{\text{nn}(#1, #2)}
|
||||
\newcommand{\fLength}[2]{\text{d}(#1, #2)}
|
||||
|
||||
%\newcommand{\mTarget}{\dot{v}}
|
||||
\newcommand{\mVertexA}{v_i}
|
||||
\newcommand{\mVertexB}{v_j}
|
||||
\newcommand{\mEdgeAB}{e_{i,j}}
|
||||
\newcommand{\mVertexDest}{v_\text{dest}}
|
||||
\newcommand{\gDist}{d_\text{step}}
|
||||
\newcommand{\gHead}{\theta_\text{walk}}
|
||||
|
||||
|
||||
\newcommand{\mUsePath}{\kappa}
|
||||
|
||||
\newcommand{\mStepSize}{s_\text{step}}
|
||||
|
||||
%\newcommand{\docIBeacon}{iBeacon}
|
||||
|
||||
% for equation references
|
||||
\newcommand{\refeq}[1]{eq. \eqref{#1}}
|
||||
|
||||
% add todo notes
|
||||
\newcommand{\todo}[1]{%
|
||||
\noindent%
|
||||
\fcolorbox{black}{yellow}{%
|
||||
\parbox[position]{0.45\textwidth}{%
|
||||
\footnotesize%
|
||||
{\bf TODO} #1%
|
||||
}%
|
||||
}%
|
||||
}
|
||||
|
||||
%\newcommand{\commentByFrank}[1]{}
|
||||
%\newcommand{\commentByToni}[1]{}
|
||||
|
||||
%comments
|
||||
\newcommand{\commentByFrank}[1]{%
|
||||
\noindent%
|
||||
\fcolorbox{black}{cyan}{%
|
||||
\parbox[position]{0.45\textwidth}{%
|
||||
\footnotesize%
|
||||
{\bf Frank:} #1%
|
||||
}%
|
||||
}%
|
||||
}
|
||||
\newcommand{\commentByLukas}[1]{%
|
||||
\noindent%
|
||||
\fcolorbox{black}{green}{%
|
||||
\parbox[position]{0.45\textwidth}{%
|
||||
\footnotesize%
|
||||
{\bf Lukas:} #1%
|
||||
}%
|
||||
}%
|
||||
}
|
||||
\newcommand{\commentByToni}[1]{%
|
||||
\noindent%
|
||||
\fcolorbox{black}{red}{%
|
||||
\parbox[position]{0.45\textwidth}{%
|
||||
\footnotesize%
|
||||
{\bf Toni:} #1%
|
||||
}%
|
||||
}%
|
||||
}
|
||||
|
||||
\newcommand{\docRSSI}{RSSI}
|
||||
\newcommand{\docTX}{TX}
|
||||
\newcommand{\docLogDist}{log-distance}
|
||||
|
||||
%\newcommand{\docAP}{access-point}
|
||||
%\newcommand{\docAPs}{access-points}
|
||||
|
||||
|
||||
|
||||
|
||||
%\newcommand{\R}{\mathbb{R}}
|
||||
%\newcommand{\N}{\mathbb{N}}
|
||||
|
||||
\newcommand{\mPLE}{\ensuremath{\gamma}} % path-loss exponent
|
||||
\newcommand{\mTXP}{\ensuremath{P_0}} % tx-power
|
||||
\newcommand{\mWAF}{\ensuremath{\beta}} % wall attenuation factor
|
||||
|
||||
\newcommand{\mMdlDist}{\ensuremath{d}} % distance used within propagation models
|
||||
|
||||
%\newcommand{\mGraph}{\ensuremath{G}}
|
||||
%\newcommand{\mVertices}{\ensuremath{V}}
|
||||
%\newcommand{\mVertex}{\ensuremath{v}}
|
||||
%\newcommand{\mVertexB}{\ensuremath{w}}
|
||||
%\newcommand{\mEdges}{\ensuremath{E}}
|
||||
%\newcommand{\mEdge}{\ensuremath{e}}
|
||||
|
||||
|
||||
|
||||
33
tex/misc/keywords.tex
Normal file
33
tex/misc/keywords.tex
Normal file
@@ -0,0 +1,33 @@
|
||||
% keyword macros
|
||||
\newcommand{\docIBeacon}{iBeacon}
|
||||
|
||||
% wifi naming
|
||||
\newcommand{\wifiRSSI}{RSSI}
|
||||
\newcommand{\wifiTxPower}{TX-Power}
|
||||
\newcommand{\wifiPathLossExp}{PathLoss}
|
||||
|
||||
\newcommand{\wifiPropLogScale}{Log-Scale}
|
||||
\newcommand{\wifiPropLogScaleWalls}{Log-Scale-Walls}
|
||||
\newcommand{\docLogDistance}{log-distance}
|
||||
\newcommand{\docLogDistanceWalls}{wall-attenuation-factor}
|
||||
|
||||
|
||||
% misc
|
||||
\newcommand{\docTxPower}{TX-Power}
|
||||
\newcommand{\docPathLossExp}{PathLoss}
|
||||
\newcommand{\docPathLoss}{Pathloss}
|
||||
|
||||
\newcommand{\docsAP}{AP}
|
||||
\newcommand{\docAPshort}{AP}
|
||||
\newcommand{\docAP}{access-point}
|
||||
\newcommand{\docAPs}{access-points}
|
||||
|
||||
\newcommand{\docWIFI}{Wi\hbox{-}Fi}
|
||||
\newcommand{\docBeacon}{\Gls{Beacon}}
|
||||
\newcommand{\docBeacons}{\Glspl{Beacon}}
|
||||
|
||||
\newcommand{\docsRSSI}{RSSI}
|
||||
|
||||
\newcommand{\docDSimplex}{downhill-simplex}
|
||||
|
||||
\DeclareMathOperator{\atan}{atan2}
|
||||
Reference in New Issue
Block a user