Initial Overleaf Import
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,237 @@
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesClass{ludis}[2012/10/08 LU diplomdarbu stils]
|
||||
|
||||
\newcommand{\@spacingsize}{1.5}
|
||||
\DeclareOption{singlespacing}{\renewcommand{\@spacingsize}{1}}
|
||||
\newcommand{\@normmargins}{0}
|
||||
\DeclareOption{latexmargins}{\renewcommand{\@normmargins}{1}}
|
||||
|
||||
\newcommand{\@fontsize}{2}
|
||||
\DeclareOption{12pt}{\renewcommand{\@fontsize}{2}}
|
||||
\DeclareOption{11pt}{\renewcommand{\@fontsize}{1}}
|
||||
\DeclareOption{10pt}{\renewcommand{\@fontsize}{0}}
|
||||
|
||||
\DeclareOption*{%
|
||||
\PassOptionsToClass{\CurrentOption}{report}
|
||||
}
|
||||
|
||||
\ProcessOptions\relax
|
||||
|
||||
\if \@fontsize 1
|
||||
\PassOptionsToClass{11pt}{report}
|
||||
\else
|
||||
\if \@fontsize 0
|
||||
\PassOptionsToClass{10pt}{report}
|
||||
\else
|
||||
\PassOptionsToClass{12pt}{report}
|
||||
\fi
|
||||
\fi
|
||||
|
||||
\LoadClass[a4paper]{report}
|
||||
\RequirePackage{amsmath}
|
||||
\RequirePackage{amssymb}
|
||||
\RequirePackage{amsthm}
|
||||
\RequirePackage{amsfonts}
|
||||
|
||||
% Theorems
|
||||
\numberwithin{equation}{section}
|
||||
\renewcommand{\theequation}{\thesection\arabic{equation}}
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{definicija}{Defin\={\i}cija}%
|
||||
\newtheorem{pienemums}{Pie\c{n}\={e}mums}%
|
||||
\newtheorem{piemers}{Piem\={e}rs}%
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{teorema}{Teor\={e}ma}%
|
||||
\newtheorem{apgalvojums}[teorema]{Apgalvojums}%
|
||||
\newtheorem{lemma}[teorema]{Lemma}%
|
||||
\newtheorem{sekas}[teorema]{Sekas}%
|
||||
\newtheorem{piezime}[teorema]{Piez\={\i}me}
|
||||
\renewcommand\proofname{Pier\={a}d\={\i}jums}
|
||||
\newenvironment{pieradijums}{\begin{proof}}{\end{proof}}
|
||||
|
||||
% Formating
|
||||
\renewcommand{\baselinestretch}{\@spacingsize}
|
||||
\renewcommand{\@makechapterhead}[1]{%
|
||||
\vspace*{50 pt}%
|
||||
{\setlength{\parindent}{0pt} \raggedright \normalfont
|
||||
\bfseries\Huge
|
||||
\ifnum \value{secnumdepth}>1
|
||||
\thechapter\ %
|
||||
\fi
|
||||
#1\par\nobreak\vspace{40 pt}}}
|
||||
|
||||
\if \@normmargins 0
|
||||
\oddsidemargin 5mm
|
||||
\evensidemargin 0mm
|
||||
\topmargin -20mm
|
||||
\textwidth 160mm
|
||||
\textheight 248mm
|
||||
\fi
|
||||
|
||||
|
||||
|
||||
% Toc
|
||||
\let\@origtoc\tableofcontents
|
||||
\renewcommand\tableofcontents{%
|
||||
\renewcommand{\baselinestretch}{1}
|
||||
\@origtoc
|
||||
\renewcommand{\baselinestretch}{\@spacingsize}
|
||||
}
|
||||
|
||||
% Bibliography
|
||||
\newcommand{\literatura}[1]{%
|
||||
\newpage
|
||||
\renewcommand{\baselinestretch}{1}
|
||||
\bibliographystyle{ludis}
|
||||
\renewcommand{\bibname}{Izmantot\={a} literat\={u}ra un avoti}
|
||||
\addcontentsline{toc}{chapter}{Izmantot\={a} literat\={u}ra un avoti}\bibliography{#1}
|
||||
\renewcommand{\baselinestretch}{\@spacingsize}
|
||||
}
|
||||
|
||||
% New commands
|
||||
\newcommand{\@keywordname}{Keywords:}
|
||||
\newcommand{\keywords}[1]{\par\addvspace\baselineskip\noindent\@keywordname\enspace\ignorespaces#1}
|
||||
\newenvironment{abstract-en}{%
|
||||
\renewcommand{\@keywordname}{Keywords:}
|
||||
\renewcommand{\abstractname}{Abstract}
|
||||
\begin{abstract}}{\end{abstract}}
|
||||
\newenvironment{abstract-lv}{%
|
||||
\renewcommand{\@keywordname}{Atsl\={e}gas v\={a}rdi:}
|
||||
\renewcommand{\abstractname}{Anot\={a}cija}
|
||||
\begin{abstract}}{\end{abstract}}
|
||||
|
||||
% Special sections
|
||||
\newcommand{\specnodala}[1]{\newpage\addcontentsline{toc}{chapter}{#1}\section*{#1}}
|
||||
|
||||
% Titlepage and dokumentara lapa
|
||||
\newcommand{\autors}[1]{\author{#1}}
|
||||
\newcommand{\@nosaukumsLB}{0}
|
||||
\newcommand{\nosaukums}[1]{%
|
||||
\title{#1}
|
||||
\if \@nosaukumsLB 0
|
||||
\renewcommand{\@nosaukumsLB}{\MakeUppercase{\@title}}
|
||||
\fi
|
||||
}
|
||||
\newcommand{\NOSAUKUMS}[1]{\renewcommand{\@nosaukumsLB}{#1}}
|
||||
\newcommand{\gads}[1]{\date{#1}}
|
||||
\newcommand{\universityname}{Latvijas Universit\={a}te}
|
||||
\newcommand{\universityshort}{LU}
|
||||
\newcommand{\@fakultate}{}
|
||||
\newcommand{\@fakultateD}{}
|
||||
\newcommand{\fakultate}[1]{%
|
||||
\renewcommand{\@fakultate}{#1 fakult\={a}te}
|
||||
\renewcommand{\@fakultateD}{#1 fakult\={a}t\={e}}}
|
||||
\newcommand{\@nodala}{}
|
||||
\newcommand{\@nodalaD}{}
|
||||
\newcommand{\nodala}[1]{%
|
||||
\renewcommand{\@nodala}{#1 noda\c{l}a}
|
||||
\renewcommand{\@nodalaD}{#1 noda\c{l}\={a}}}
|
||||
\newcommand{\@vieta}{}
|
||||
\newcommand{\vieta}[1]{\renewcommand{\@vieta}{#1}}
|
||||
\newcommand{\@darbaveids}{}
|
||||
\newcommand{\@darbaveidsLB}{0}
|
||||
\newcommand{\darbaveids}[1]{%
|
||||
\renewcommand{\@darbaveids}{#1}
|
||||
\if \@darbaveidsLB 0
|
||||
\renewcommand{\@darbaveidsLB}{\MakeUppercase{\@darbaveids}}
|
||||
\fi
|
||||
}
|
||||
\newcommand{\DARBAVEIDS}[1]{\renewcommand{\@darbaveidsLB}{#1}}
|
||||
\newcommand{\@studapl}{}
|
||||
\newcommand{\studapl}[1]{\renewcommand{\@studapl}{#1}}
|
||||
\newcommand{\@vaditajs}{}
|
||||
\newcommand{\vaditajs}[1]{\renewcommand{\@vaditajs}{#1}}
|
||||
\newcommand{\@recenzents}{}
|
||||
\newcommand{\recenzents}[1]{\renewcommand{\@recenzents}{#1}}
|
||||
\renewcommand{\maketitle}{%
|
||||
\renewcommand{\baselinestretch}{1}
|
||||
\begin{titlepage}%
|
||||
\null\vfil
|
||||
\begin{center}%
|
||||
{\large \MakeUppercase{\universityname} \par}%
|
||||
{\large \MakeUppercase{\@fakultate}\par}%
|
||||
{\large \MakeUppercase{\@nodala} \par}%
|
||||
\vskip 5em
|
||||
{\large \textbf{\@nosaukumsLB} \par}%
|
||||
\vskip 2em
|
||||
{\large \@darbaveidsLB\ DARBS\par}%
|
||||
\end{center}\par
|
||||
\begin{flushright}
|
||||
\vskip 7em%
|
||||
{%
|
||||
\begin{tabular}[t]{l}%
|
||||
Autors: \textbf{\@author} \\
|
||||
Stud. apl. \@studapl \\
|
||||
Darba vad\={\i}t\={a}js: \@vaditajs
|
||||
\end{tabular}\par}%
|
||||
\vskip 1.5em%
|
||||
\end{flushright}
|
||||
\vskip 7em%
|
||||
{\centering\large \MakeUppercase{\@vieta} \@date\par}
|
||||
\vfil\null
|
||||
\end{titlepage}%
|
||||
\global\let\and\relax
|
||||
\renewcommand{\baselinestretch}{\@spacingsize}
|
||||
}
|
||||
|
||||
\newcommand{\@doklapa}{%
|
||||
\newpage\thispagestyle{empty}
|
||||
\renewcommand{\baselinestretch}{1}
|
||||
|
||||
\@darbaveids\ darbs ``\@title'' izstr\={a}d\={a}ts \universityshort\ \@fakultateD.\par
|
||||
\vskip 1em%
|
||||
Ar savu parakstu apliecinu, ka p\={e}t\={\i}jums veikts patst\={a}v\={\i}gi, izmantoti tikai taj\={a} nor\={a}d\={\i}tie inform\={a}cijas avoti un iesniegt\={a} darba elektronisk\={a} kopija atbilst izdrukai.\par
|
||||
\vskip 1em
|
||||
Autors: \@author\par
|
||||
\vskip 2em
|
||||
\hspace{4em}\begin{tabular}{cc}%
|
||||
\underline{\hspace{10em}}\vspace{-2mm} &
|
||||
\underline{\hspace{8em}} \\
|
||||
\tiny{(paraksts)} &
|
||||
\tiny{(datums)}
|
||||
\end{tabular}
|
||||
\vskip 3em%
|
||||
Rekomend\={e}ju darbu aizst\={a}v\={e}\v{s}anai.\par
|
||||
Vad\={\i}t\={a}js: \@vaditajs\par
|
||||
\vskip 2em
|
||||
\hspace{4em}\begin{tabular}{cc}%
|
||||
\underline{\hspace{10em}}\vspace{-2mm} &
|
||||
\underline{\hspace{8em}} \\
|
||||
\tiny{(paraksts)} &
|
||||
\tiny{(datums)}
|
||||
\end{tabular}
|
||||
\vskip 1em%
|
||||
Recenzents: \@recenzents\par
|
||||
\vskip 2em
|
||||
\hspace{4 em}\begin{tabular}{cc}%
|
||||
\underline{\hspace{10em}}\vspace{-2mm} &
|
||||
\underline{\hspace{8em}} \\
|
||||
\tiny{(paraksts)} &
|
||||
\tiny{(datums)}
|
||||
\end{tabular}
|
||||
|
||||
\vskip 3em%
|
||||
\begin{tabular}{lc}
|
||||
Darbs iesniegts \@nodalaD & \underline{\hspace{8em}} \\
|
||||
& \tiny{(datums)}
|
||||
\end{tabular}\par
|
||||
\vskip 1em
|
||||
\begin{tabular}{c}%
|
||||
\underline{\hspace{25em}}\vspace{-2mm} \\
|
||||
\tiny{(darbu pie\c{n}\={e}ma)}
|
||||
\end{tabular}
|
||||
\vskip 5em%
|
||||
Darbs aizst\={a}v\={e}ts \MakeLowercase{\@darbaveids} gala p\={a}rbaud\={\i}juma komisijas s\={e}d\={e}\par
|
||||
\vskip 1em%
|
||||
\begin{tabular}{cl}\underline{\hspace{8em}}\vspace{-2mm} & prot.\ Nr. \underline{\hspace{4em}}, v\={e}rt\={e}jums\underline{\hspace{4em}} \\
|
||||
\tiny{(datums)} & \end{tabular}\par
|
||||
\vskip 1em%
|
||||
\begin{tabular}{lcc}
|
||||
Komisijas sekret\={a}rs/-e: &
|
||||
\underline{\hspace{8em}}\vspace{-2mm} &
|
||||
\underline{\hspace{8em}} \\
|
||||
& \tiny{(V\={a}rds, Uzv\={a}rds)} & \tiny{(paraksts)}
|
||||
\end{tabular}
|
||||
}
|
||||
|
||||
\AtEndDocument{\@doklapa}
|
||||
@@ -0,0 +1,340 @@
|
||||
@inproceedings{bes2014precise,
|
||||
title={Precise event timing realisation and its application for signal analysing},
|
||||
author={Bes' palko, V and Boole, E and Vedin, V},
|
||||
booktitle={2014 14th Biennial Baltic Electronic Conference (BEC)},
|
||||
pages={177--180},
|
||||
year={2014},
|
||||
organization={IEEE}
|
||||
}
|
||||
|
||||
@article{pelka1997nonlinearity,
|
||||
title={Nonlinearity correction of the integrated time-to-digital converter with direct coding},
|
||||
author={Pelka, Ryszard and Kalisz, Jozef and Szplet, Ryszard},
|
||||
journal={IEEE transactions on instrumentation and measurement},
|
||||
volume={46},
|
||||
number={2},
|
||||
pages={449--453},
|
||||
year={1997},
|
||||
publisher={IEEE}
|
||||
}
|
||||
|
||||
@article{chen2020dual,
|
||||
title={Dual-Mode FPGA-Based Triple-TDC With Real-Time Calibration and a Triple Modular Redundancy Scheme},
|
||||
author={Chen, Yuan-Ho},
|
||||
journal={Electronics},
|
||||
volume={9},
|
||||
number={4},
|
||||
pages={607},
|
||||
year={2020},
|
||||
publisher={Multidisciplinary Digital Publishing Institute}
|
||||
}
|
||||
|
||||
@inproceedings{wu2009fpga,
|
||||
title={An FPGA wave union TDC for time-of-flight applications},
|
||||
author={Wu, Jinyuan},
|
||||
booktitle={2009 IEEE Nuclear Science Symposium Conference Record (NSS/MIC)},
|
||||
pages={299--304},
|
||||
year={2009},
|
||||
organization={IEEE}
|
||||
}
|
||||
|
||||
@article{zhang20178,
|
||||
title={An 8.5-ps two-stage Vernier delay-line loop shrinking time-to-digital converter in 130-nm flash FPGA},
|
||||
author={Zhang, Jie and Zhou, Dongming},
|
||||
journal={IEEE Transactions on Instrumentation and Measurement},
|
||||
volume={67},
|
||||
number={2},
|
||||
pages={406--414},
|
||||
year={2017},
|
||||
publisher={IEEE}
|
||||
}
|
||||
|
||||
@article{hu2013stepped,
|
||||
title={A stepped-up tree encoder for the 10-ps wave union TDC},
|
||||
author={Hu, Xueye and Zhao, Lei and Liu, Shubin and Wang, Jinhong and An, Qi},
|
||||
journal={IEEE Transactions on Nuclear Science},
|
||||
volume={60},
|
||||
number={5},
|
||||
pages={3544--3549},
|
||||
year={2013},
|
||||
publisher={IEEE}
|
||||
}
|
||||
|
||||
@article{wang20163,
|
||||
title={A 3.9 ps time-interval RMS precision time-to-digital converter using a dual-sampling method in an UltraScale FPGA},
|
||||
author={Wang, Yonggang and Liu, Chong},
|
||||
journal={IEEE Transactions on nuclear science},
|
||||
volume={63},
|
||||
number={5},
|
||||
pages={2617--2621},
|
||||
year={2016},
|
||||
publisher={IEEE}
|
||||
}
|
||||
|
||||
@article{sui20182,
|
||||
title={A 2.3-ps RMS resolution time-to-digital converter implemented in a low-cost cyclone V FPGA},
|
||||
author={Sui, Tengjie and Zhao, Zhixiang and Xie, Siwei and Xie, Yangze and Zhao, Yanyan and Huang, Qiu and Xu, Jianfeng and Peng, Qiyu},
|
||||
journal={IEEE transactions on instrumentation and measurement},
|
||||
volume={68},
|
||||
number={10},
|
||||
pages={3647--3660},
|
||||
year={2018},
|
||||
publisher={IEEE}
|
||||
}
|
||||
|
||||
@inproceedings{zhang2006upgrading,
|
||||
title={Upgrading of integration of time to digit converter on a single FPGA},
|
||||
author={Zhang, Young and Huang, Peicheng and Zhu, Renjie},
|
||||
booktitle={Proc. 15th Int. Laser Ranging Workshop},
|
||||
year={2006}
|
||||
}
|
||||
|
||||
@article{de2009high,
|
||||
title={High resolution FPGA DPWM based on variable clock phase shifting},
|
||||
author={de Castro, Angel and Todorovich, El{\'\i}as},
|
||||
journal={IEEE Transactions on Power Electronics},
|
||||
volume={25},
|
||||
number={5},
|
||||
pages={1115--1119},
|
||||
year={2009},
|
||||
publisher={IEEE}
|
||||
}
|
||||
|
||||
@inproceedings{majzoobi2010fpga,
|
||||
title={FPGA PUF using programmable delay lines},
|
||||
author={Majzoobi, Mehrdad and Koushanfar, Farinaz and Devadas, Srinivas},
|
||||
booktitle={2010 IEEE international workshop on information forensics and security},
|
||||
pages={1--6},
|
||||
year={2010},
|
||||
organization={IEEE}
|
||||
}
|
||||
|
||||
|
||||
@article{cui2019high,
|
||||
title={A high-linearity Vernier time-to-digital converter on FPGAs with improved resolution using bidirectional-operating Vernier delay lines},
|
||||
author={Cui, Ke and Li, Xiangyu},
|
||||
journal={IEEE Transactions on Instrumentation and Measurement},
|
||||
volume={69},
|
||||
number={8},
|
||||
pages={5941--5949},
|
||||
year={2019},
|
||||
publisher={IEEE}
|
||||
}
|
||||
|
||||
@article{kernen2016high,
|
||||
title={High precision time-to-digital converters for applications requiring a wide measurement range},
|
||||
author={KERNEN, P},
|
||||
journal={University of Oulu Graduate School, University of Ouluensis},
|
||||
year={2016}
|
||||
}
|
||||
|
||||
@book{santos2019logarithmic,
|
||||
title={Logarithmic Voltage-to-Time Converter for Analog-to-Digital Signal Conversion},
|
||||
author={Santos, Mauro and Guilherme, Jorge and Horta, Nuno},
|
||||
year={2019},
|
||||
publisher={Springer}
|
||||
}
|
||||
|
||||
@article{keranen2011wide,
|
||||
title={Wide-range time-to-digital converter with 1-ps single-shot precision},
|
||||
author={Keranen, Pekka and Maatta, Kari and Kostamovaara, Juha},
|
||||
journal={IEEE transactions on instrumentation and measurement},
|
||||
volume={60},
|
||||
number={9},
|
||||
pages={3162--3172},
|
||||
year={2011},
|
||||
publisher={IEEE}
|
||||
}
|
||||
|
||||
@article{turko1979modular,
|
||||
title={A modular 125 ps resolution time interval digitizer for 10 mhz stop burst rates and 33 ms range},
|
||||
author={Turko, Bojan},
|
||||
journal={IEEE Transactions on Nuclear Science},
|
||||
volume={26},
|
||||
number={1},
|
||||
pages={737--745},
|
||||
year={1979},
|
||||
publisher={IEEE}
|
||||
}
|
||||
|
||||
@article{murakami1988amorphous,
|
||||
title={An amorphous magnetostrictive delayline cordless digitizer},
|
||||
author={Murakami, A and Hosaka, K and Fukushima, M and Maeda, M and Tsuya, N},
|
||||
journal={IEEE Transactions on Magnetics},
|
||||
volume={24},
|
||||
number={2},
|
||||
pages={1758--1760},
|
||||
year={1988},
|
||||
publisher={IEEE}
|
||||
}
|
||||
|
||||
@article{rezaeian2018low,
|
||||
title={Low-power and wide-band delay-locked loop with switching delay line},
|
||||
author={Rezaeian, Adel and Ardeshir, Gholamreza and Gholami, Mohammad},
|
||||
journal={International Journal of Circuit Theory and Applications},
|
||||
volume={46},
|
||||
number={12},
|
||||
pages={2189--2201},
|
||||
year={2018},
|
||||
publisher={Wiley Online Library}
|
||||
}
|
||||
|
||||
@article{wu2021time,
|
||||
title={A Time-to-Amplitude Converter With High Impedance Switch Topology for Single-Photon Time-of-Flight Measurement},
|
||||
author={Wu, Zhong and Xu, Yue and Ma, Zhiqiang},
|
||||
journal={IEEE Access},
|
||||
volume={9},
|
||||
pages={16672--16678},
|
||||
year={2021},
|
||||
publisher={IEEE}
|
||||
}
|
||||
|
||||
@article{shiina2018high,
|
||||
title={High-Speed and High-Resolution Photon Counting for Near-Range Lidar},
|
||||
author={Shiina, Tatsuo},
|
||||
journal={Photon Counting: Fundamentals and Applications},
|
||||
pages={243},
|
||||
year={2018},
|
||||
publisher={BoD--Books on Demand}
|
||||
}
|
||||
|
||||
@article{neu2010clock,
|
||||
title={Clock jitter analyzed in the time domain, Part 1},
|
||||
author={Neu, Thomas},
|
||||
journal={Signal},
|
||||
volume={63},
|
||||
number={63.0},
|
||||
pages={62--5},
|
||||
year={2010}
|
||||
}
|
||||
|
||||
@article{neu2011clock,
|
||||
title={Clock jitter analyzed in the time domain, Part 2},
|
||||
author={Neu, Thomas},
|
||||
journal={Analog Applications},
|
||||
year={2011}
|
||||
}
|
||||
|
||||
@article{grace2013radiation,
|
||||
title={Radiation-Tolerant Code-Density Calibration of Nyquist-Rate Analog-to-Digital Converters},
|
||||
author={Grace, Carl R and Denes, Peter and Gnani, Dario and von der Lippe, Henrik and Walder, Jean-Pierre},
|
||||
journal={IEEE Transactions on Nuclear Science},
|
||||
volume={60},
|
||||
number={2},
|
||||
pages={1303--1310},
|
||||
year={2013},
|
||||
publisher={IEEE}
|
||||
}
|
||||
|
||||
@article{artyukh2011jitter,
|
||||
title={Jitter measurement on the basis of high-precision event timer},
|
||||
author={Artyukh, Yuri and Boole, Eugeny},
|
||||
journal={Metrology and Measurement Systems},
|
||||
volume={18},
|
||||
number={3},
|
||||
pages={453--460},
|
||||
year={2011}
|
||||
}
|
||||
|
||||
@article{artyukh2001method,
|
||||
title={A method for continuous superprecise time-interval measurement},
|
||||
author={Artyukh, Yu N},
|
||||
journal={Computer},
|
||||
volume={35},
|
||||
number={5},
|
||||
year={2001}
|
||||
}
|
||||
|
||||
@article{wang2014field,
|
||||
title={A field-programmable gate array (FPGA) TDC for the fermilab SeaQuest (E906) experiment and its test with a novel external wave union launcher},
|
||||
author={Wang, Su-Yin and Wu, Jinyuan and Yao, Shi-Hong and Chang, Wen-Chen},
|
||||
journal={IEEE Transactions on Nuclear Science},
|
||||
volume={61},
|
||||
number={6},
|
||||
pages={3592--3598},
|
||||
year={2014},
|
||||
publisher={IEEE}
|
||||
}
|
||||
|
||||
@article{wang2014review,
|
||||
title={{A review of CMOS time-to-digital converter}},
|
||||
author={Wang, Zixuan and Huang, Cheng and Wu, Jianhui},
|
||||
journal={Journal of Circuits, Systems, and Computers},
|
||||
volume={23},
|
||||
number={07},
|
||||
pages={1430001},
|
||||
year={2014},
|
||||
publisher={World Scientific}
|
||||
}
|
||||
|
||||
|
||||
@article{nutt1968digital,
|
||||
title={Digital time intervalometer},
|
||||
author={Nutt, Ronald},
|
||||
journal={Review of scientific instruments},
|
||||
volume={39},
|
||||
number={9},
|
||||
pages={1342--1345},
|
||||
year={1968},
|
||||
publisher={American Institute of Physics}
|
||||
}
|
||||
|
||||
|
||||
@book{maichen2006digital,
|
||||
title={Digital timing measurements: from scopes and probes to timing and jitter},
|
||||
author={Maichen, Wolfgang},
|
||||
volume={33},
|
||||
year={2006},
|
||||
publisher={Springer Science \& Business Media}
|
||||
}
|
||||
|
||||
Sub MHz SLR
|
||||
@inproceedings{peiyuan2019contributions,
|
||||
title={{Contributions to sub-MHz SLR in Graz}},
|
||||
author={Peiyuan, Wang and Franz, Koidl and Georg, Kirchner and Michael, Steindorfer},
|
||||
booktitle={ILRS Technical Workshop Stuttgart},
|
||||
year={2019}
|
||||
}
|
||||
|
||||
@article{ths788,
|
||||
title={{THS788 Quad-Channel Time Measurement Unit (TMU) datasheet (Rev. D)}},
|
||||
author={{Texas Instruments}},
|
||||
journal={Texas Instruments},
|
||||
year={2015}
|
||||
}
|
||||
|
||||
@article{tdcgpx2,
|
||||
title={{TDC-GPX2 4-Channel Time-to-Digital Converter}},
|
||||
author={{Sciosense B.V.}},
|
||||
journal={Sciosense B.V.},
|
||||
year={2017}
|
||||
}
|
||||
|
||||
@article{tdc7200,
|
||||
title={{TDC7200 Time-to-Digital Converter for Time-of-Flight Applications in LIDAR, Magnetostrictive and Flow Meters datasheet (Rev. D)}},
|
||||
author={{Texas Instruments}},
|
||||
journal={Texas Instruments},
|
||||
year={2016}
|
||||
}
|
||||
|
||||
@article{panek2010time,
|
||||
title={Time measurement device with four femtosecond stability},
|
||||
author={Panek, Petr and Prochazka, Ivan and Kodet, Jan},
|
||||
journal={Metrologia},
|
||||
volume={47},
|
||||
number={5},
|
||||
pages={L13},
|
||||
year={2010},
|
||||
publisher={IOP Publishing}
|
||||
}
|
||||
|
||||
@article{bespal2013correlation,
|
||||
title={Correlation method for estimation of event timing precision},
|
||||
author={Bespal’ko, VA and Rybakov, AS},
|
||||
journal={Automatic Control and Computer Sciences},
|
||||
volume={47},
|
||||
number={1},
|
||||
pages={38--47},
|
||||
year={2013},
|
||||
publisher={Springer}
|
||||
}
|
||||
Reference in New Issue
Block a user