Initial Overleaf Import
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,30 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% pielikumi - appendix
|
||||
\pagebreak
|
||||
\begin{appendices}
|
||||
%\topskip0pt
|
||||
\textit{ }
|
||||
\vfill
|
||||
\centering{\LARGE{\uppercase{\textbf{Pielikumi}}}}
|
||||
\vfill
|
||||
%\vspace*{\fill}
|
||||
%\section*{Pielikumi}
|
||||
%\vspace*{\fill}
|
||||
%\vspace*{13cm}
|
||||
\addcontentsline{toc}{section}{Pielikumi}
|
||||
\pagebreak
|
||||
\renewcommand\thesubsection{\normalsize{\arabic{subsection}}}
|
||||
\subsectionfont{\flushright } %pielikuma numerāciju novieto labajā pusē
|
||||
%
|
||||
%
|
||||
%%% Te pielikumi
|
||||
\subsection{\normalsize{Pielikums. RTU logo EN}}\label{fig:pielikums1}
|
||||
\includegraphics[width=.99\textwidth]{sections/pic/RTU_logotips_rgb_EN.pdf}
|
||||
%
|
||||
\pagebreak
|
||||
\subsection{\normalsize{Pielikums. RTU logo LV}}\label{fig:pielikums2}
|
||||
\includegraphics[width=.99\textwidth]{sections/pic/RTU_logotips_rgb_LV.pdf}
|
||||
%
|
||||
\end{appendices}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\pagebreak
|
||||
@@ -0,0 +1,10 @@
|
||||
%------------ galvene un kājene (headers_and_footers)
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
% \rhead{\thepage \ no \pageref{LastPage}.lpp }
|
||||
% \chead{ }
|
||||
% \lhead{ }
|
||||
\cfoot{\thepage}
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
\renewcommand{\footrulewidth}{0pt}
|
||||
%------------ https://www.overleaf.com/learn/latex/Headers_and_footers
|
||||
@@ -0,0 +1,45 @@
|
||||
\documentclass[a4paper,12pt]{article}
|
||||
\usepackage{mypreamble}
|
||||
\usepackage{import}
|
||||
%%%%%% Nomainīt datus %%%%%%%%%%
|
||||
\author{Vārds Uzvārds}
|
||||
\title{Nosaukums}
|
||||
\date{\today}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\begin{document}
|
||||
\import{./}{title.tex} % Vāks un Titullapa
|
||||
\pagebreak
|
||||
\import{./}{headersandfooters.tex} % galvene un kājene pārējām lapām
|
||||
\printglossaries % saīsinājumi
|
||||
\setcounter{page}{2}
|
||||
\pagebreak
|
||||
\tableofcontents
|
||||
\thispagestyle{fancy} % kopējā stila piešķiršana satura lapai
|
||||
%\setcounter{page}{2} % satura lapas numurs tiek iestatīts
|
||||
\pagebreak
|
||||
\section*{Ievads}
|
||||
\import{sections/}{ievads.tex}
|
||||
|
||||
\section{Pirmā nodaļa}
|
||||
\import{sections/}{pirma.tex}
|
||||
|
||||
\section{Otrā nodaļa - attēli}
|
||||
\import{sections/}{atteli.tex}
|
||||
|
||||
\section{Trešā nodaļa - saīsinājumi}
|
||||
\import{sections/}{saisinajumi.tex}
|
||||
|
||||
\section{Ceturtā nodaļa - tabulas un formulas}
|
||||
\import{sections/}{tabulas.tex}
|
||||
|
||||
\section{Piektā nodaļa - literatūra}
|
||||
\import{sections/}{literatura.tex}
|
||||
|
||||
\section{Sestā nodaļa - pielikumi}
|
||||
\import{sections/}{pielikumi.tex}
|
||||
|
||||
\import{./}{sections/bibliography.tex}
|
||||
|
||||
% pielikumi
|
||||
\import{./}{appendices.tex}
|
||||
\end{document}
|
||||
+164
@@ -0,0 +1,164 @@
|
||||
\ProvidesPackage{mypreamble}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Saīsinājumi lieto \gls{abc} un Gls{abc}
|
||||
\usepackage[acronym,automake,nonumberlist]{glossaries} % option
|
||||
\makeglossaries
|
||||
\newacronym{li}{LI}{laika intervāls}
|
||||
\newacronym{fpga}{FPGA}{programmējamie loģiskie masīvi \textit{no angļu: Field-Programmable Gate Array}}
|
||||
\newacronym{vhdl}{VHDL}{ļoti liela ātruma integrēto shēmu aparatūras apraksta valoda \textit{no angļu: Very high speed integrated circuit Hardware Description Language}}
|
||||
\newacronym{fsm}{FSM}{galīga stāvokļa automāts \textit{no angļu: Finite-State Machine}}
|
||||
\newacronym{usb}{USB}{universālā seriālā kopne \textit{no angļu: Universal Serial Bus}}
|
||||
\newacronym{uart}{UART}{universālais asinhronais raiduztvērējs \textit{no angļu: Universal asynchronous receiver/transmitter}}
|
||||
\newacronym{ascii}{ASCII}{Amerikas informācijas apmaiņas standartkods \textit{no angļu: American Standard Code for Information Interchange}}
|
||||
\newacronym{rms}{RMS}{vidējā kvadrātiskā vērtība \textit{no angļu: Root Mean Square}}
|
||||
\newacronym{rtu}{RTU}{Rīgas Tehniskā universitāte}
|
||||
\newacronym{lidar}{LiDAR}{attāluma lāzermērīšana \textit{no angļu: Light Detection And Ranging}}
|
||||
\newacronym{cwl}{CWL}{korelācijas Vēja attāluma lāzermērīšana \textit{no angļu: Correlation Wind LiDAR}}
|
||||
\newacronym{pcb}{PCB}{iespiedshēmas plate \textit{no angļu: Printed Circuit Board}}
|
||||
\newacronym{adc}{ADC}{analogciparu pārveidotājs \textit{no angļu: Analog-to-digital converter}}
|
||||
\newacronym{ntc}{NTC}{negatīvs temperatūras koeficients \textit{no angļu: Negative Temperature Coefficient}}
|
||||
\newacronym{pll}{PLL}{fiksētas fāzes kontūrs \textit{no angļu: Phase-locked loop}}
|
||||
\newacronym{kbf}{KBF}{kumulatīvā blīvuma funkcija}
|
||||
\newacronym{vbf}{VBF}{varbūtības blīvuma funkcija}
|
||||
%--------------------------------------------------------------------------------------------------
|
||||
\renewcommand*{\acronymname}{\uppercase{Saīsinājumi}}
|
||||
\setacronymstyle{short-long} % vai short-long-desc
|
||||
\glsdisablehyper % izslēdz saites uz saīsinājumiem
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% XeLaTeX atbalsts (No LU parauga)
|
||||
\usepackage{fontspec}
|
||||
\usepackage{xunicode}
|
||||
\usepackage{xltxtra}
|
||||
\usepackage{graphicx}
|
||||
%\usepackage{float} %neizmantot ja izmanto floatrow
|
||||
|
||||
% linki dokumentā
|
||||
\usepackage{hyperref}
|
||||
|
||||
\renewcommand\topfraction{.9}
|
||||
\renewcommand\textfraction{0.2}
|
||||
\renewcommand\floatpagefraction{0.8}
|
||||
|
||||
% SI mērvienību sistēmas pakete
|
||||
%\usepackage{siunitx}
|
||||
|
||||
% Valodu atbalsts (no LU parauga)
|
||||
\usepackage{polyglossia}
|
||||
\setdefaultlanguage{latvian} % Rakstīsim latviski!
|
||||
\setotherlanguages{english,russian}
|
||||
|
||||
% Fonti -- var rakstīt sistēmas fontu nosaukumus
|
||||
\setmainfont[Mapping=tex-text]{Times New Roman}
|
||||
%\setsansfont[Mapping=tex-text]{Arial}
|
||||
%\newfontfamily\russianfont{Times New Roman}
|
||||
|
||||
% Paragraph formatting
|
||||
\renewcommand{\baselinestretch}{1.5}
|
||||
|
||||
%\usepackage[figurename=Attēls]{caption}
|
||||
\usepackage{caption} % hypcap is true by default so [hypcap=true] is optional in \usepackage[hypcap=true]{caption}
|
||||
% Tabulām caption augšā un numurs savā rindā
|
||||
\DeclareCaptionFormat{hfillstart}{\hfill#1#2#3\par}
|
||||
\captionsetup[table]{format=hfillstart,labelsep=newline,justification=centering}
|
||||
|
||||
% vairākiem attēliem vienā figure
|
||||
\usepackage{subcaption}
|
||||
|
||||
\usepackage{floatrow}
|
||||
\floatsetup[table]{capposition=top}
|
||||
%--------------------------------------
|
||||
% vairākiem attēliem vienā figure
|
||||
%\usepackage{subcaption}
|
||||
|
||||
\usepackage{lastpage} % atsauce uz pēdējo lapaspusi \pageref{LastPage}
|
||||
|
||||
% Papīra izmērs un robežas
|
||||
\usepackage{geometry}
|
||||
\geometry{top=3.18cm, bottom=3.18cm, left=2.54cm, right=2.54cm}
|
||||
|
||||
% Keywords command
|
||||
\providecommand{\keywords}[1]
|
||||
{
|
||||
\normalsize
|
||||
\textbf{\textit{Keywords---}} #1
|
||||
}
|
||||
\providecommand{\atslegvardi}[1]
|
||||
{
|
||||
\normalsize
|
||||
\textbf{\textit{Atslēgvārdi---}} #1
|
||||
}
|
||||
|
||||
% Nodaļu nosaukumi centrēti - visi lielie burti ---------------------
|
||||
\usepackage[immediate]{silence}
|
||||
\WarningFilter[temp]{latex}{Command} % silence the warning
|
||||
\usepackage{sectsty}
|
||||
\DeactivateWarningFilters[temp] % So nothing unrelated gets silenced
|
||||
\sectionfont{\centering\uppercase}
|
||||
\subsectionfont{\centering}
|
||||
\subsubsectionfont{\centering}
|
||||
% punkts aiz daļas numura
|
||||
\usepackage{tocloft}
|
||||
\usepackage{secdot}
|
||||
\sectiondot{section}
|
||||
\sectiondot{subsection}
|
||||
\sectiondot{subsubsection}
|
||||
\renewcommand{\cftsecaftersnum}{.}
|
||||
\renewcommand{\cftsubsecaftersnum}{.}
|
||||
\renewcommand{\cftsubsubsecaftersnum}{.}
|
||||
% satura pārdēvēšana - centrēsāna un All caps
|
||||
\addto{\captionslatvian}{\renewcommand*{\contentsname}{\begin{center}SATURS\end{center}}}
|
||||
\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}} % for sections, if you really want! (It is default in report and book class (So you may not need it).
|
||||
% satura fonts "not bold"
|
||||
\renewcommand{\cftsecfont}{\mdseries}
|
||||
\renewcommand{\cftsecpagefont}{\mdseries}
|
||||
% Satura rindu atstarpes
|
||||
\renewcommand\cftsecafterpnum{\vskip10pt}
|
||||
\renewcommand\cftsubsecafterpnum{\vskip10pt}
|
||||
% Lai ievietotu saturā punktus kuri netiek numurēti aiz tiem jāievieto sekjoša rinda
|
||||
% \addcontentsline{toc}{chapter}{Foreword}
|
||||
% https://tex.stackexchange.com/questions/129687/tableofcontents-does-not-list-the-unnumbered-chapter
|
||||
%------------------------------------------------
|
||||
|
||||
|
||||
|
||||
\usepackage{tabularx}
|
||||
\renewcommand\tabularxcolumn[1]{m{#1}}% for vertical centering text in X column
|
||||
|
||||
\usepackage{textcomp} % Trademark: \texttrademark Registered: \textregistered Celsius: \textcelsius \textcopyright
|
||||
|
||||
\usepackage{appendix} % pielikumi
|
||||
% https://www.tex.ac.uk/FAQ-appendix.html
|
||||
|
||||
% sarakstu numerācijai
|
||||
\usepackage{enumitem}
|
||||
|
||||
% nestandarta matemātisko funkciju attēlošanai
|
||||
\usepackage{amsmath}
|
||||
% \usepackage{eqnarray}
|
||||
|
||||
\usepackage{listings}
|
||||
\lstset{
|
||||
basicstyle=\small\ttfamily,
|
||||
columns=flexible,
|
||||
breaklines=true
|
||||
}
|
||||
|
||||
\AddToHook{cmd/section/before}{\clearpage} %katra nodaļa sākas jaunā lapas pusē
|
||||
|
||||
|
||||
\usepackage{lipsum} % Generate dummy text (lorem ipsum) in your document
|
||||
|
||||
|
||||
% Mumerācija nodaļu ietvaros
|
||||
\usepackage{chngcntr}
|
||||
\counterwithin{figure}{section}
|
||||
\counterwithin{table}{section}
|
||||
\counterwithin{equation}{section}
|
||||
%-------------------------------
|
||||
|
||||
|
||||
% lapas numerācija Kājene un galvene lapai
|
||||
\usepackage{fancyhdr} % https://www.overleaf.com/learn/latex/Headers_and_footers#Standard_page_styles
|
||||
%\renewcommand{\headrulewidth}{0pt}
|
||||
%\renewcommand{\footrulewidth}{0pt}
|
||||
%---------------------------------
|
||||
@@ -0,0 +1,26 @@
|
||||
\hspace*{5mm}
|
||||
Darbā ievietoto ilustrāciju - fotogrāfiju, skiču, shēmu, grafiku, diagrammu u. tml. -
|
||||
apzīmēšanai izmanto vienu un to pašu terminu "attēls". Attēli tiek numurēti nodaļas
|
||||
ietvaros, un katram no tiem ir jābūt savam nosaukumam. Attēla numuru un
|
||||
nosaukumu raksta simetriski zem ilustrācijas. Nosaukumu raksta ar maziem burtiem
|
||||
un lielo sākuma burtu, bez punkta nosaukuma beigās. Trešajā nodaļā ievietota pirmā
|
||||
pēc kārtas attēla paraksta piemērs:
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=.6\textwidth]{sections/pic/RTU_logotips_rgb_LV.pdf}
|
||||
\caption{RTU logo LV}
|
||||
\label{fig:rtu_lv}
|
||||
\end{figure}
|
||||
\begin{itemize}
|
||||
\item Ja attēlam vajadzīgi paskaidrojumi, tos raksta zem nosaukuma (paskaidrojumus var rakstīt, lietojot mazāka izmēra fontu).
|
||||
\item Tekstā, kura ilustrēšanai izmantots attēls, attiecīgā vietā jādod atsauce uz to, piemēram: ... \ref{fig:rtu_lv} att. uzskatāmi ilustrē ...
|
||||
\item Ja darbā (nodaļā) ir tikai viena ilustrācija, tad to nenumurē, bet raksta tikai tās nosaukumu.
|
||||
\end{itemize}
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=.3\textwidth]{sections/pic/RTU_logotips_rgb_EN.pdf}
|
||||
\caption{RTU logo EN}
|
||||
\label{fig:rtu_en}
|
||||
\end{figure}
|
||||
|
||||
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}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
% Literatūras saraksts
|
||||
\clearpage
|
||||
\addcontentsline{toc}{section}{Literatūras saraksts}
|
||||
\bibliographystyle{sections/bib/ludis}
|
||||
\bibliography{sections/bib/master}
|
||||
%
|
||||
@@ -0,0 +1,3 @@
|
||||
\addcontentsline{toc}{section}{Ievads}
|
||||
\hspace*{5mm} % pirmās rindiņas atkāpe
|
||||
\lipsum[1-1]
|
||||
@@ -0,0 +1,2 @@
|
||||
\hspace*{5mm}
|
||||
Es izmantoju LU paraugu \textit{ludis} literatūras avotu formatēšanai.~\cite{neu2010clock} \cite{nutt1968digital} \cite{wu2021time}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,10 @@
|
||||
\begin{itemize}
|
||||
\item Dažādus palīgmateriālus, kas neiekļaujas darba pamatsaturā, pievieno darbam kā pielikumus ar kopīgu virsrakstu PIELIKUMI uz atsevišķas lapas.
|
||||
\item Katru pielikumu sāk ar jaunu lapu, lapas labajā augšējā stūrī uzrādot tā kārtas numuru, piemēram:~\ref{fig:pielikums1}. pielikums, \ref{fig:pielikums2}. pielikums utt. Zem šā uzraksta, nākamās rindiņas vidū, raksta pielikuma nosaukumu.
|
||||
\item Ja darbam ir viens pielikums, tad kopīgu virsrakstu neraksta un pielikumam numuru nepiešķir.
|
||||
\item Tekstā attiecīgā vietā jādod atsauce uz pielikumu, piemēram: \ref{fig:pielikums1}. pielikumā pievienoti
|
||||
dati par...
|
||||
\end{itemize}
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
\hspace*{5mm} % atkāpe pirmajai rindai
|
||||
\lipsum[2-4]
|
||||
\subsection{Pirmā apakšnodaļa}
|
||||
\hspace*{5mm}% atkāpe pirmajai rindai
|
||||
\lipsum[5-5]
|
||||
\subsubsection{Pirmā apakš - apakšnodaļa}
|
||||
\hspace*{5mm}% atkāpe pirmajai rindai
|
||||
\lipsum[6-6]
|
||||
@@ -0,0 +1,11 @@
|
||||
\hspace*{5mm}
|
||||
Saīsinājumi nav īsti definēti, bet man patīk izmantot funkciju \LaTeX
|
||||
\begin{verbatim}
|
||||
\gls{sisinajums}
|
||||
\end{verbatim}
|
||||
Piemēri:\par
|
||||
\gls{adc}, \gls{fpga} un \gls{rtu} \lipsum[1-1]
|
||||
\\
|
||||
\gls{adc}, \gls{rtu}
|
||||
\par
|
||||
\lipsum[2-2]
|
||||
@@ -0,0 +1,77 @@
|
||||
\subsection{Tabulas}
|
||||
\hspace*{5mm} Darbā ievietotās tabulas tiek numurētas, un katrai no tām ir jābūt savam
|
||||
nosaukumam. Tabulas nosaukumu raksta simetriski virs tabulas ar mazajiem burtiem
|
||||
un lielo sākuma burtu, bez punkta nosaukuma beigās. Tabulas numurē nodaļas
|
||||
ietvaros ar arābu cipariem. Tabulas numuru raksta labajā pusē virs tabulas
|
||||
nosaukuma. Darba ceturtajā nodaļā ievietotas pirmās pēc kārtas tabulas apraksta
|
||||
piemērs:\\
|
||||
%
|
||||
\begin{table}[!th]
|
||||
\begin{center}
|
||||
\begin{tabularx}{\textwidth}{|m{1.5cm}|m{4.8cm}|X|X|}
|
||||
\hline
|
||||
\textbf{N.p.k.} & \textbf{Saīsinājums} & \multicolumn{2}{c|}{\textbf{Atšifrējums}} \\
|
||||
\hline
|
||||
\hline
|
||||
1 & lpp. & lappuse & * \\
|
||||
\hline
|
||||
2 & n.p.k. & numurs pēc kārtas & * \\
|
||||
\hline
|
||||
3 & sk. vai skat. & skatīt & * \\
|
||||
\hline
|
||||
4 & š.g. & šā gada; šī gada & * \\
|
||||
\hline
|
||||
5 & t.i. & tas ir & * \\
|
||||
\hline
|
||||
6 & u.c. & un citi & * \\
|
||||
\hline
|
||||
\end{tabularx}
|
||||
\caption{Man patīk izmantot tabulatix}\label{tab:piemers1}
|
||||
\end{center}
|
||||
\end{table}
|
||||
%
|
||||
%
|
||||
\begin{table}[!th]
|
||||
\begin{center}
|
||||
\begin{tabularx}{\textwidth}{|r|c|X|}
|
||||
\hline
|
||||
\textbf{N.p.k.} & \textbf{Saīsinājums} & \textbf{Atšifrējums} \\
|
||||
\hline
|
||||
\hline
|
||||
1 & u.tml. & un tamlīdzīgi \\
|
||||
\hline
|
||||
2 & utt. & un tā tālāk \\
|
||||
\hline
|
||||
\end{tabularx}
|
||||
\caption{Man patīk izmantot tabulatix}\label{tab:piemers2}
|
||||
\end{center}
|
||||
\end{table}
|
||||
%
|
||||
|
||||
\subsection{Formulas}
|
||||
Piemēri:\\
|
||||
%
|
||||
\begin{equation}\label{eq:taktis-bita}
|
||||
N=\frac{F_{takts}}{R_T}=\frac{100\cdot 10^{6}}{115200}\approx 868,\ [taktis/bits]
|
||||
\end{equation}
|
||||
%
|
||||
\begin{align*}
|
||||
\text{kur } & N - \text{takšu skaits cik nepieciešams gaidīt, pirms sākt pārraidīt nākošo bitu, } \\
|
||||
& F_{takts} - \text{takts frekvence, } Hz \\
|
||||
& R_T - \text{informācijas pārraides ražīgums, } Bodi
|
||||
\end{align*}
|
||||
%
|
||||
Nākošais piemērs:\\
|
||||
%
|
||||
\begin{equation}\label{eq:meroga-matrica}
|
||||
T = \begin{bmatrix}
|
||||
0.5 & 0 & 0 \\
|
||||
0 & 0.5 & 0 \\
|
||||
0 & 0 & 1
|
||||
\end{bmatrix}
|
||||
\end{equation}
|
||||
%
|
||||
\begin{align*}
|
||||
\text{kur } & T - \text{transformācijas matrica, kas samazina attēlu uz pusi pa } x \text{ un } y \text{ assi}
|
||||
\end{align*}
|
||||
%
|
||||
@@ -0,0 +1,48 @@
|
||||
\thispagestyle{empty} % nav lapai numerācijas (galvenes un kājenes)
|
||||
\begin{titlepage}
|
||||
% Vāka noformējums atbilstoši normatīvam
|
||||
\centering
|
||||
{\selectlanguage{latvian} \large \textbf{\uppercase{Rīgas Tehniskā universitāte}}}\\
|
||||
\vfill
|
||||
{\huge \uppercase{\textbf{Maģistra darbs}}\par}
|
||||
\vfill
|
||||
\uppercase{Rīga 2021\par}
|
||||
% Vāka beigas
|
||||
% Vākam nav jābūt iesietam un šo var izkomentēt pirms drukāšanas iesiešanas
|
||||
\pagebreak
|
||||
% Otrā (pamata) titullapam kura tiek iesieta
|
||||
% nav galvenes un kājenes
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
\renewcommand{\footrulewidth}{0pt}
|
||||
\centering
|
||||
%
|
||||
{\selectlanguage{latvian} \large \uppercase{\textbf{Rīgas Tehniskā universitāte}\\
|
||||
Elektronikas un Telekomunikāciju fakultāte\\}
|
||||
Radioelektronikas institūts\par}
|
||||
%\vspace{3cm}
|
||||
\vfill
|
||||
{\Large \textbf{studenta Vārdsd Uzvārds}\par}
|
||||
{\Large Viedās elektroniskās sistēmas programmas\\}
|
||||
{\Large students, stud. apl. nr. 123REB456\\}
|
||||
%
|
||||
\vfill
|
||||
{\Large \uppercase{\textbf{Darba nosaukums}}\par}
|
||||
{\large \uppercase{ \textbf{Maģistra darbs} }\\}
|
||||
\vfill
|
||||
% Bottom of the page
|
||||
{\begin{flushright}
|
||||
\large
|
||||
%
|
||||
Zinātniskais vadītājs\\
|
||||
Assoc. Prof,. Dr.sc. ing.\\
|
||||
vadītāja Vārds Uzvārds\\
|
||||
\end{flushright} }
|
||||
%
|
||||
\vfill
|
||||
%
|
||||
{\begin{center}
|
||||
\large \uppercase{Rīga 2021}
|
||||
\end{center} }
|
||||
\end{titlepage}
|
||||
Reference in New Issue
Block a user