Subversion Repositories svnkaklik

Rev

Rev 1102 | Rev 1104 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1102 Rev 1103
Line 20... Line 20...
20
 
20
 
21
Sampling frequency is limited by the technical constrains in the trial design. This parameter is especially limited by the sampling frequencies of analog-to-digital conversion chips available on the market and interface bandwidth. Combination of the required parameters -- dynamic range requiring at least 16bit and a minimum sampling frequency of 1 MSPS leads to need of high end ADC chips which does not support such low sampling frequencies at all. Their minimum sampling frequency is 5 MSPS.
21
Sampling frequency is limited by the technical constrains in the trial design. This parameter is especially limited by the sampling frequencies of analog-to-digital conversion chips available on the market and interface bandwidth. Combination of the required parameters -- dynamic range requiring at least 16bit and a minimum sampling frequency of 1 MSPS leads to need of high end ADC chips which does not support such low sampling frequencies at all. Their minimum sampling frequency is 5 MSPS.
22
 
22
 
23
We calculate minimum data bandwidth data rate for eight receivers, 2 bytes per sample and 5MSPS as $8 * 2 * 5e6 = 80$ MB/s. Such data rate is at the limit of real writing speed o classical HDD and it is almost double of real bandwidth of USB 2.0 interface. 
23
We calculate minimum data bandwidth data rate for eight receivers, 2 bytes per sample and 5MSPS as $8 * 2 * 5e6 = 80$ MB/s. Such data rate is at the limit of real writing speed o classical HDD and it is almost double of real bandwidth of USB 2.0 interface. 
24
 
24
 
25
 
-
 
26
 
25
 
27
\sec System scalability
26
\sec System scalability
28
 
27
 
29
For analogue channels scalability, special parameters of ADC modules are required. Ideally, there should be a separate output for each analogue channel in ADC module. ADC module must also have separate outputs for frames and data output clocks. These parameters allow for conduction at relatively low digital data rates. As a result, the digital signal can be conducted even through long wires. 
28
For analogue channels scalability, special parameters of ADC modules are required. Ideally, there should be a separate output for each analogue channel in ADC module. ADC module must also have separate outputs for frames and data output clocks. These parameters allow for conduction at relatively low digital data rates. As a result, the digital signal can be conducted even through long wires. 
30
 
29
 
Line 190... Line 189...
190
Interactive grabber viewer user interface shows live oscilloscope-like time-value display for all data channels and live time-frequency scrolling display (a waterfall view) for displaying the frequency components of the grabbed signal. 
189
Interactive grabber viewer user interface shows live oscilloscope-like time-value display for all data channels and live time-frequency scrolling display (a waterfall view) for displaying the frequency components of the grabbed signal. 
191
 
190
 
192
\secc ADC module parameters
191
\secc ADC module parameters
193
 
192
 
194
Two pieces of ADC modules were completed and tested. The first piece, labeled ADC1, has LTC21190
193
Two pieces of ADC modules were completed and tested. The first piece, labeled ADC1, has LTC21190
195
ADC chip populated with LT660015 front-end operational amplifier. It also has a 1kOhm resistors populated on inputs which gives it an ability of an internal attenuation of input signal. The value of this attenuation $A$ is described by the following formula 
194
ADC chip populated with LT6600-5 front-end operational amplifier. It also has a 1kOhm resistors populated on inputs which gives it an ability of an internal attenuation of input signal. The value of this attenuation $A$ is described by the following formula 
196
 
195
 
197
$$
-
 
198
A = {1580 \times R_1 \over R_1 + R_2}
-
 
199
$$
-
 
200
 
196
 
201
\midinsert
197
\midinsert
202
\picw=15cm \cinspic ./img/screenshots/ADC1_CH2_FFT.png
198
\picw=15cm \cinspic ./img/screenshots/ADC1_CH2_FFT.png
203
\caption/f Sine signal from ADC1 module with LTC21190 and LT6600-5 devices.
199
\caption/f Sine signal sampled by ADC1 module with LTC21190 and LT6600-5 devices.
204
\endinsert
200
\endinsert
205
 
201
 
206
 
202
 
207
ADC1 CH1  maximal input 705.7 mV
203
ADC1 CH1  maximal input 705.7 mV
208
 
204
 
209
 
205
 
-
 
206
 
-
 
207
$$
-
 
208
A = {1580 \times R_1 \over R_1 + R_2}
-
 
209
$$
-
 
210
 
-
 
211
Where is 
-
 
212
\begitems
-
 
213
  * $A$ -  Gain of input aplifier.
-
 
214
  * $R_1$ - Output impedance of signal source (usually 50 Ohm).
-
 
215
  * $R_2$ - Value of serial resitors at operational apmlifier inputs.
-
 
216
\enditems
-
 
217
 
-
 
218
 
210
\midinsert
219
\midinsert
211
\picw=15cm \cinspic ./img/screenshots/ADC1_CH2_FFT.png
220
\picw=15cm \cinspic ./img/screenshots/ADC2_CH1_FFT.png
212
\caption/f Sine signal from ADC1 module with LTC21190 and LT6600-5 devices.
221
\caption/f Sine signal sampled by ADC2 module with LTC2271 and LT6600-2.5 devices.
213
\endinsert
222
\endinsert
214
 
223
 
215
LTC2271
-
 
216
6600125
-
 
217
1k
224
1k
-
 
225
 
218
ADC2 CH1 maximal input 380 mV
226
ADC2 CH1 maximal input 380 mV
219
 
227
 
220
 
228
 
221
$$
229
$$
222
D.R. = N * b * 
230
A = {806 \times R_1 \over R_1 + R_2}
223
$$
231
$$
224
 
232
 
225
Where is 
233
Where is 
226
\begitems
234
\begitems
227
  * N - number of receivers
235
  * $A$ -  Gain of input aplifier.
228
  * Mi
236
  * $R_1$ - Output impedance of signal source (usually 50 Ohm).
-
 
237
  * $R_2$ - Value of serial resitors at operational apmlifier inputs.
229
\enditems
238
\enditems
230
 
239
 
-
 
240
Both images confirms that ADC modules have input dynamical range 80 dB at least. 
231
 
241
 
232
 
242
 
233
\chap Example of usage
243
\chap Example of usage
234
 
244
 
235
%\sec Simple polarimeter station
245
%\sec Simple polarimeter station