Subversion Repositories svnkaklik

Rev

Rev 1148 | Rev 1155 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
1070 kaklik 1
% The documentation of the usage of CTUstyle -- the template for
2
% typessetting thesis by plain\TeX at CTU in Prague
3
% ---------------------------------------------------------------------
4
% Petr Olsak  Jan. 2013
5
 
6
% You can copy this file to your own file and do some changes.
7
% Then you can run:  pdfcsplain your-file
8
 
9
\input ctustyle  % The template is included here.
10
%\input pdfuni   % Uncomment this if you need accented PDFoutlines
11
 
12
\worktype [M/EN] % Type: B = bachelor, M = master, D = Ph.D., O = other
13
                 % / the language: CZ = Czech, SK = Slovak, EN = English
14
 
15
\faculty    {F3}  % Type your faculty F1, F2, F3, etc.
16
            % use main language of your document here:
1092 kaklik 17
\department {Department of Measurement}
1089 kaklik 18
\titleCZ      {Rychlý vícekanálový systém sběru dat pro radioastronomický přijímač}
1070 kaklik 19
%\subtitle   {Šablona v plain\TeX{}u\nl pro sazbu studentských závěrečných prací na ČVUT}
20
            % \subtitle is optional
21
\author     {Jakub Kákona}
22
\date       {June 2014}
1092 kaklik 23
\supervisor {Ing. Martin Matoušek, Ph.D.}  % One or more supervisors
24
\studyinfo  {Aircraft and Space Systems}  % Study programme etc.
1070 kaklik 25
\workname   {Dokumentace} % Used only if \worktype [O/*] (Other)
26
            % optional more information about the document:
1121 kaklik 27
\workinfo   {\url{http://wiki.mlab.cz/doku.php?id=cs:sdrx}}
1070 kaklik 28
            % Title / Subtitle in minor language:
1090 kaklik 29
\title    {Fast multi-channel data acquisition system for radio-astronomy receiver}
1070 kaklik 30
%\subtitleEN {the plain\TeX{} template for theses at CTU}
31
            % If minor language is other than English
32
            % use \titleCZ, \subtitleCZ or \titleSK, \subtitleSK instead it.
1132 kaklik 33
%\pagetwo    {}  % The text printed on the page 2 at the bottom.
1070 kaklik 34
 
1132 kaklik 35
 
36
\specification {\picw=\hsize \cinspic ./img/zadani.jpg }
37
 
1070 kaklik 38
\abstractEN {
1146 fluktuacia 39
 
1150 hlavac 40
Due to the ubiquitous presence of interference and a need for a large angular resolution, the current radioastronomical observations are carried out using multi-antennas receiver systems. Construction of such devices places great demands upon the quality of signal processing. A source of inspiration for my diploma thesis has been my own amateur radioastronomical activity in the field of meteor observations.
41
The thesis deals with a possible realization of a digitization unit for a radioastronomical signal receiver. The implementation described in the thesis is optimized for a high dynamic range and good phase stability, both being the most important parameters for its application in the multi-antennas systems. Design and the instrument implementation have been created as open-source hardware solutions, so far having unique characteristics among the devices used in amateur or professional radioastronomy.
42
I have devised and implemented a trial version and made further experiments with it. A resulting recommendations for repeated implementations of the receivers, that we are planing to use in the amateur meteor observing networks, are based on these experiences.
1146 fluktuacia 43
 
44
 
1070 kaklik 45
}
46
\abstractCZ {
1150 hlavac 47
Dnešní radioastronomická pozorovnání jsou kvůli rušení a potřebě získat velké úhlové rozlišení realizována jako víceanténní přijímací systémy. Takto konstruovaná zařízení mají ale značné nároky na kvalitu zpracování signálu z~více kanálů. K práci mě motivovala moje amatérská radioastronomická aktivita při sledování meteorů.
1133 hlavac 48
 
49
Diplomová práce se zabývá možnou realizací digitalizační části přijímače radioastronomických signálů. Popsaná realizace je optimalizována na vysoký dynamický rozsah vstupních signálů a dobrou fázovou stabilitu, což jsou nejvýznamnější parametry pro použití ve víceanténních systémech. Návrh i konstrukce jsou koncipovány jako open-source hardwarové řešení, které má zatím jedinečné parametry v~oblasti přístrojů určených pro amatérskou i profesionální radioastronomii.
50
 
51
V diplomové práci jsem navrhl a realizoval zkušební verzi zařízení. Experimentoval jsem s ním. Ze zkušeností vyplývají doporučení pro opakovanou realizaci přijímačů, kterou chceme v amatérské síti pro sledování meteorů mnohonásobně zopakovat.
52
 
53
%Aktuální radioastronomická pozorovnání jsou dnes z důvodu existence rušení a potřeby získat velké úhlové rozlišení realizována jako multi anténní přijímací systémy. Takto konstruovaná zařízení mají ale značné nároky kvalitu zpracování signálu z více kanálů. V této práci je navržena možná realizace digitalizační části takového přijímače. Popsaná realizace je optimalizována na vysoký dynamický rozsah vstupních signálů a dobrou fázovou stabilitu, což jsou nejvýznamnější parametry pro použítí ve více anténních systémech. Konstrukce je koncipována jako open-source hardware řešení, které má zatím jedinnečné parametry v oblasti přístrojů určených pro amatérskou i profesionální radioastronomii.
1070 kaklik 54
}           % If your language is Slovak use \abstractSK instead \abstractCZ
55
 
1146 fluktuacia 56
 
57
 
1133 hlavac 58
\keywordsEN { ADC interface, radioastronomy, signal digitalisation
1070 kaklik 59
 
60
}
1102 kaklik 61
\keywordsCZ { Radioastronomie, digitalizace signálu, A/D konverze
1070 kaklik 62
 
63
}
64
\thanks {           % Use main language here
65
}
66
 
67
\declaration {      % Use main language here
68
   Prohlašuji, že jsem předloženou práci vypracoval
69
   samostatně a že jsem uvedl veškeré použité informační zdroje v~souladu
70
   s~Metodickým pokynem o~dodržování etických principů při přípravě
71
   vysokoškolských závěrečných prací.
72
 
1086 kaklik 73
   V Praze dne 12. 5. 2014 % !!! Attention, you have to change this item.
1070 kaklik 74
   \signature % makes dots
75
}
76
 
77
%%%%% <--   % The place for your own macros is here.
78
 
1135 kaklik 79
\def\gloslist{}
80
\def\glos #1#2{\global\sdef{;#1}{{#1}{#2}}%
81
   \global\expandafter\addto\expandafter\gloslist\expandafter{\csname;#1\endcsname}%
82
}
83
\def\makeglos{%
84
   \ifx\gloslist\empty
85
      \opwarning{Gossary data unavailable}%
86
   \else
87
      \bgroup
88
        \let\iilist=\gloslist
89
        \dosorting
90
        \def\act##1{\ifx##1\relax \else \expandafter\printglos##1\expandafter\act\fi}
91
        \expandafter\act\iilist\relax
92
      \egroup
93
   \fi
94
}
95
\newdimen\glosindent  \glosindent=2\parindent
96
\def\printglos #1#2{\noindent #1 -- #2\par}
97
 
98
 
1132 kaklik 99
%\draft     % Uncomment this if the version of your document is working only.
1089 kaklik 100
%\linespacing=1.7  % uncomment this if you need more spaces between lines
1070 kaklik 101
                   % Warning: this works only when \draft is activated!
102
\savetoner        % Turns off the lightBlue backround of tables and
103
                   % verbatims, only for \draft version.
104
%\blackwhite       % Use this if you need really Black+White thesis.
1133 hlavac 105
%\onesideprinting  % Use this if you really don't use duplex printing.
1070 kaklik 106
 
107
\makefront  % Mandatory command. Makes title page, acknowledgment, contents etc.
108
 
1077 kaklik 109
\input introduction    % Files where the source of the document is prepared.
1099 kaklik 110
\input description   % Full name is: uvod.tex, popis.tex, the suffix can be omitted.
1142 kaklik 111
\input testing
1098 kaklik 112
\input conclusion
1116 kaklik 113
\input appendix
1070 kaklik 114
 
115
\bye