\documentclass[12pt,a4paper,oneside]{article}
\usepackage[colorlinks=true]{hyperref}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{pdfpages}
\textwidth 16cm \textheight 25cm
\topmargin -1.3cm 
\oddsidemargin 0cm
\pagestyle{empty}
\begin{document}
\title{Software Defined Receiver SDRX01B not only for radioastronomy}
\author{Jakub Kákona, kaklik@mlab.cz }
\maketitle

\begin{abstract}
The goal of this project is design of Software Defined Receiver suitable for radioastronomy purposes. The receiver which has been developed replacing the old analog construction such as RadioJOVE and others.
\end{abstract}

\begin{figure} [htbp]
\begin{center}
\includegraphics [width=80mm] {SDRX01B_Top_Big.JPG} 
\end{center}
\end{figure}

\tableofcontents

\section{Technical parameters}
\begin{table}[htbp]
\begin{center}
\begin{tabular}{|c|c|p{5cm}|}
\hline
\multicolumn{1}{|c|}{Parameter} & \multicolumn{1}{|c|}{Value} & \multicolumn{1}{|c|}{Note} \\ \hline
Powering voltage for analogue part & $\pm$10V &  100mA \\ \hline
Powering voltage for digital part & +5V &  300mA \\ \hline
Bias of optional LNA & up to +20V &  max 500mA \\ \hline
Frequency range  & 0,5 - 200 MHz & With populating by chosen parts even up 450MHz \\ \hline
IIP3  & $>$ 0dB & Preliminary \\ \hline
Gain & 40-60dB & Selectable by jumper \\ \hline
Self noise number & $<$ 30dB & \\ \hline
\end{tabular}
\end{center}
\end{table}

\newpage
\section{Description of construction}

\subsection{Circuit}
Construction  of the receiver is delivered from the DR2G receiver \cite{DR2G} which uses CMOS componnents completely. The main change is on the local oscillator input which allow to receiver works at higher frequencies, because  do not divide input frequency by 4, such as original construction but only by 2. In addition there was be replaced switches in sampling mixer by faster type and board layout was more optimized to higher frequencies and noise rejection.

\includepdf[pages={1,2,3,4},landscape=true]{../../SCH/sdrx.pdf}

The necessary part of the receiver is a local oscillator which must be connected to receiver via SATA cable. The LO may be a CLKGEN01B module populated  570ABB000107DG. SATA cable should be as short as possible to minimize ground loop.

\subsection{EMI suppression}
For proper function of receiver is necessary to use proper low noise symmetric power supply (classical PC power supply is unacceptable). There is need for proper routing of grounding wires, which must be routed in star topology. In addition there is few jumpers on the board of receiver to allow proper selection of ground connection.

\subsection{Mechanical construction}

Mechanická konstrukce je řešena na dvouvrstvé desce s geometrií se základovou deskou MLAB (Pro lepší odstínění přijímače je vhodné použít duralovou desku ALBASE). Dvouvrstvý plošný spoj je zvolen hlavně kvůli kvalitnímu odstínění okolního rušení horní měděnou vrstvou. To umožňuje přijímače instalovat i velmi blízko sebe případně i nad sebe avšak všechny konektory  kromě NF audio výstupu předpokládají přivedení kabelu kolmo na rovinu desky. SMA konektor je možné osadit i úhlový s přivedením kabelu do boku, ale za cenu nepatrně vyššího útlumu úhlového konektoru. Při těsné montáži je potřeba počítat i s určitou teplotní stabilizací, neboť digitální část okolo spínaného směšovače má poměrně velký příkon a způsobuje zahřívání zhruba o 15$^\circ C$ nad okolní teplotu. A pokud je od přijímače vyžadována dlouhodobá stabilita je ho vhodné umístit do termostatovaného boxu společně s LO.

\subsubsection{Setting}
There is one easy step for proper setting of the receiver. The trimmer P1 must be tunned to value where the strength of mirror frequencies is minimized or zero. This can be achieved by tunning the receiver to some strength AM transmitter and slowly turning by P1 until the mirror of signal in frequency spectrum is minimized. 

\section{Software tools}

The basic software tools for this receiver are all programs designed to work with sound card as I/Q input. Such as Winrad, WinradHD or Spectrum Lab. There is usually request to add a LO library for tunning Si570, but tunning the LO by separate software is acceptable too.

\begin{thebibliography}{99}
\bibitem{DR2G}{The original construction of DR2G} 
\href{http://yu1lm.qrpradio.com/SMT SDR RX DR2G-YU1LM.pdf}{http://yu1lm.qrpradio.com/SMT SDR RX DR2G-YU1LM.pdf}

\end{thebibliography}
\end{document}