Subversion Repositories svnkaklik

Rev

Rev 1074 | Rev 1076 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
1073 kaklik 1
\chap Testing construction
2
 
3
\sec Required parameters
4
 
1075 kaklik 5
Wide dynamical range and high  3 intercept point are desired. The receiver must accept wide dynamic signals because classic radioastronomy signal in typically weak signal covered by strong man made noise signal.    
1073 kaklik 6
 
1075 kaklik 7
\sec Sampling frequency
1073 kaklik 8
 
1075 kaklik 9
Sampling frequency is limited by technical constrains in testing construction design. This parameter is especially limited by sampling frequencies of analog to digital conversion chips accessible on market. Combination of required parameters -- dynamic range which needs 16bit at least and minimum sampling frequency of 1 MSPS, leads to high end ADC chips. Which does not support such low sampling frequencies at all. Its minimum sampling frequency is 5 MSPS.  
10
 
11
\sec System scalability
1073 kaklik 12
 
1075 kaklik 13
For analog channels scalability special parameters of ADC modules were needed. ADC module ideally needs separate output for each I/Q channel. ADC module must have separate inputs for sampling and for data output clocks. This parameters allows conduction of relatively low digital data rates. And digital signal can be conducted on long wires. 
1073 kaklik 14
 
1075 kaklik 15
Clock signal will be handled specially in this scalable design. Selected ADC chip guaranteed defined clock skew between sampling and data output clock. This allows taking data and frame  clocks from first ADC module only. Other data and frame clocks from other ADC modules can be measured for diagnostic purposes. (Failure detection, jitter measurement etc.)   
16
 
17
This system concept allows scalability technically  limited by number of differential signals on host side,  and its computational power.  There is another advantage of scalable data acquisition system -- economic reasons. Observatories or end user can pick choice how much money they are able to spent in radioastronomy receiver system. This option is especially useful for science sites without previous experience with radioastronomy observations.     
18
 
19
\secc Differential signalling 
20
 
21
This concept of scalable design requires relatively long traces between ADC and digital unit which captures the data and performs computations.  Distance of digital processing unit and analog to digital conversion unit has advantage in noise retention typically produced by digital circuits. Those digital circuits such as FPGA or other flip-flops block and traces usually works on high frequencies and emits wideband noise with relatively low power.  In such case any distance increase between noise source and analog signal source increase S/N significantly. But this distance also brings problems with digital signal transmission between ADC and computational unit. But this obstruction should be resolved easier in free space than on board routing. The high quality differential signalling shielded cables should be used.  This technology have two advantages on PCB signal routing. It can use two wire twisting for leak inductance suppression of signal path. And this twisted pair may be additionally shielded by uninterrupted metal foil.              
22
 
1073 kaklik 23
\sec System description
24
 
1075 kaklik 25
In this section testing system will be described.
1073 kaklik 26
 
1075 kaklik 27
\secc Frequency synthesis       
28
 
29
Centralised topology was used for frequency synthesis. One precise high frequency and low jitter digital oscillator was used and other working frequencies are delivered by division from it.  This central oscillator has software defined GPS disciplined control loop for frequency stabilisation. This method was used in order to meet modern requirements on radioastronomy equipment, which needs precise frequency and phase stability on wide area for effective radioastronomy imaging.  
30
 
1073 kaklik 31
\secc Signal connectors 
32
 
33
Several widely used and commercially easily accessible differential connectors was considered. 
34
 
35
\begitems
36
 
37
  * <del>[[http://en.wikipedia.org/wiki/Hdmi|HDMI]]</del>
38
  * [[http://en.wikipedia.org/wiki/Serial_attached_SCSI#Connectors|SAS]]/[[http://en.wikipedia.org/wiki/Serial_ATA|SATA]]
39
  * <del>[[http://en.wikipedia.org/wiki/Display_port|DisplayPort]]</del>
40
 
41
\enditems
42
 
43
MiniSAS connector was chosen as  the best for use in connection multiple ADC modules.  This miniSAS connector is compatible with existing SATA cabling system. Translation between SATA and miniSAS is achieved by SAS to SATA adapter cable. This cable is used in servers to connecting SAS controller to multiple SATA hard disc in RAID systems. 
44
 
45
\secc Design of ADC modules
46
 
1074 kaklik 47
For PCB layout KiCAD design suite was used. Used version has the CERN Push \& Shove routing capability integrated but was slightly unstable and sometimes falls on exception during routing. Design must be often saved due to this stability issues. But Open-source KiCAD works well compared to commercial solutions as MentorGraphics PADS or Cadence Orcad.  And much better than widely used Eagle software.
1073 kaklik 48
 
1075 kaklik 49
New PCB footprints must be designed for FMC, SATA a and miniSAS connectors. These new footprints were committed to KiCAD github library repository. They are now publicly accessible from official KiCAD repository at GitHub.  
1073 kaklik 50
 
51
\secc ADC modules interface
52
 
53
All two ADCdual01A modules was connected to FPGA ML605 board trough
54
 
55
\midinsert
56
\picw=10cm \cinspic ./img/ML605-board.jpg
57
\caption/f Used FPGA ML605 development board.
58
\endinsert
59
 
60
\secc Output data format
61
 
62
\midinsert
63
\ctable {cccccccccc}{
64
\hfil
65
 & \multispan9 \hfil 160bit packet \hfil \crl \tskip4pt
66
Data name &  FRAME  & \multispan2 \hfil ADC1 CH1 \hfil & \multispan2 \hfil ADC1 CH2 \hfil & \multispan2  \hfil ADC2 CH1 \hfil & \multispan2 \hfil ADC2 CH2 \hfil  \cr
67
Data type & uint32 & int16 & int16 & int16 & int16 & int16 & int16 & int16 & int16 \cr
68
Content & saw signal & $t1$ &  $t_{1+1}$ &  $t1$ &  $t_{1+1}$ &  $t1$ &  $t_{1+1}$ &  $t1$ &  $t_{1+1}$ \cr
69
}
70
\caption/t System device "/dev/xillybus_data2_r" data format
71
\endinsert
72
 
73
\sec Achieved parameters
74
 
75
\secc Data reading and recording 
76
 
77
For reading data stream from ADC driver Gnuradio software was used. Gnuradio suite consist gnuradio-companion which is a graphical tool for creating signal flow graphs and generating flow-graph source code. This tool was used to create basic RAW data grabber to record and interactive wiev data stream output from ADC modules. 
78
 
79
\midinsert
80
\picw=15cm \cinspic ./img/screenshots/Grabber.grc.png
81
\caption/f ADC recorder flow graph created in gnuradio-companion.
82
\endinsert
83
 
84
\midinsert
85
\picw=15cm \cinspic ./img/screenshots/Grabber_running.png
86
\caption/f User interface window of running ADC grabber.
87
\endinsert
88
 
89
Interactive graber wiewer user interface shows live osciloscope-like time-value display for all data channels and live time-frequency scrolling display (waterfall wiev) for displaying frequency components of grabbed signal. 
90
 
91
 
1075 kaklik 92
\sec Future improvements
1073 kaklik 93
 
1075 kaklik 94
Several ADC module imperfections such as useless separation of FRAME and DCO signal to two connectors should be mitigated. And this two signals should be merged to one SATA connector. This modification removes one redundant SATA cable between analog to digital converter nest and between computational unit nest. 
95
 
96
 
1073 kaklik 97
%\chap Example of usage
98
 
99
%\sec Simple polarimeter station
100
 
101
%\sec Basic interferometer station
102
 
103
%\sec Simple passive Doppler radar
104
 
1075 kaklik 105
\chap Proposed final system
1073 kaklik 106
 
1075 kaklik 107
Construction of final system which should be used for real radioastronomy observations will be described. This chapter is mainly theoretical analysis of systems which should be used for data handling. 
1073 kaklik 108
 
1075 kaklik 109
\sec Custom design of FPGA board
1073 kaklik 110
 
1075 kaklik 111
\sec Parralella board computer
112
 
113
Parallella is gon
114
 
115
\sec GPU based computational system 
116
 
117
 
118
\chap Conclusion 
119
 
120
Special design of scalable data-aquisition system was proposed. This system has parameters