Rev Author Line No. Line
1900 kaklik 1 \documentclass[12pt,a4paper,oneside]{article}
2 \usepackage[colorlinks=true]{hyperref}
3 \usepackage[utf8]{inputenc}
4 \usepackage[english]{babel}
5 \usepackage{graphicx}
6 \usepackage{pdfpages}
7 \textwidth 16cm \textheight 25cm
8 \topmargin -1.3cm
9 \oddsidemargin 0cm
3079 kaklik 10 \usepackage{footnote}
1900 kaklik 11 \pagestyle{empty}
12 \begin{document}
13 \title{Software Defined Receiver SDRX01B not only for radioastronomy}
14 \author{Jakub Kákona, kaklik@mlab.cz }
15 \maketitle
16  
17 \begin{abstract}
2555 kaklik 18 This paper describe a design of Software Defined Receiver suitable for radioastronomy purposes. The receiver which has been developed in this project replacing old analog constructions such as RadioJOVE and others.
1900 kaklik 19 \end{abstract}
20  
21 \begin{figure} [htbp]
22 \begin{center}
3103 kaklik 23 \includegraphics [width=80mm] {./img/SDRX01B_Top_Big.JPG}
1900 kaklik 24 \end{center}
25 \end{figure}
26  
2555 kaklik 27 \begin{figure} [b]
3103 kaklik 28 \includegraphics [width=25mm] {./img/SDRX01B_QRcode.png}
2555 kaklik 29 \end{figure}
30  
31 \newpage
1900 kaklik 32 \tableofcontents
33  
34 \section{Technical parameters}
3079 kaklik 35 \begin{savenotes}
1900 kaklik 36 \begin{table}[htbp]
37 \begin{center}
38 \begin{tabular}{|c|c|p{5cm}|}
39 \hline
40 \multicolumn{1}{|c|}{Parameter} & \multicolumn{1}{|c|}{Value} & \multicolumn{1}{|c|}{Note} \\ \hline
3103 kaklik 41 Power voltage for analog circuits & $\pm$12 V 100mA \footnote{First devices manufactured before 1.8.2011 may be equipped by 10 V tatal capacitors onl thus cannot by longly stressed by $\pm$12 V power voltage } & Typical current draw 30 mA \\ \hline
1900 kaklik 42 Powering voltage for digital part & +5V & 300mA \\ \hline
3079 kaklik 43 Bias of optional LNA & up to +20V max 500mA & Fused by 750mA on board \\ \hline
1900 kaklik 44 Frequency range & 0,5 - 200 MHz & With populating by chosen parts even up 450MHz \\ \hline
45 IIP3 & $>$ 0dB & Preliminary \\ \hline
46 Gain & 40-60dB & Selectable by jumper \\ \hline
47 Self noise number & $<$ 30dB & \\ \hline
48 \end{tabular}
49 \end{center}
50 \end{table}
3079 kaklik 51 \end{savenotes}
1900 kaklik 52  
53 \newpage
54 \section{Description of construction}
55  
56 \subsection{Circuit}
1902 kaklik 57 Construction of the receiver is delivered from the DR2G receiver \cite{DR2G} which uses CMOS components completely. The main change in this construction is a local oscillator input circuit which allow to receiver work at higher frequencies, because this construction do not divide the input frequency by 4, such as original construction but only by 2. In addition there was be replaced switches in the sampling mixer by faster type and board layout was optimized for higher frequencies and better noise rejection.
1900 kaklik 58  
59 \includepdf[pages={1,2,3,4},landscape=true]{../../SCH/sdrx.pdf}
60  
1902 kaklik 61 The necessary part of the receiver is a Local Oscillator (LO), which must be connected to receiver via SATA cable. The LO may be a CLKGEN01B module populated by the 570ABB000107DG chip. SATA cable should be as short as possible to minimize ground loops.
1900 kaklik 62  
1902 kaklik 63 \includepdf[pages={1},landscape=true]{../../CAM_DOC/O1.pdf}
64  
65 \includepdf[pages={1},landscape=true]{../../CAM_DOC/O2.pdf}
66  
1900 kaklik 67 \subsection{EMI suppression}
68 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.
69  
70 \subsection{Mechanical construction}
71  
1902 kaklik 72 The mechanical construction of the receiver resulted (For better EMI suppression is suggested use of metal MLAB base such as ALBASE). Two layer PCB is chosen mainly because of better shielding by top cooper layer and even because better grounding. In case where long term stability is required receiver must be inserted to thermostatic box together with LO.
1900 kaklik 73  
74 \subsubsection{Setting}
75 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.
76  
77 \section{Software tools}
78  
79 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.
80  
81 \begin{thebibliography}{99}
82 \bibitem{DR2G}{The original construction of DR2G}
83 \href{http://yu1lm.qrpradio.com/SMT SDR RX DR2G-YU1LM.pdf}{http://yu1lm.qrpradio.com/SMT SDR RX DR2G-YU1LM.pdf}
84  
85 \end{thebibliography}
86 \end{document}