CRYVISIL/docs/source/hardware/wienercrate/SIS3316.rst
changeset 6 55949e8c66c3
equal deleted inserted replaced
5:3476542c437b 6:55949e8c66c3
       
     1 -----------
       
     2 SIS3316-250
       
     3 -----------
       
     4 
       
     5 16 channel 250 MSPS 14bit
       
     6 -------------------------
       
     7 
       
     8 `Specifications/Documentation:  <http://www.struck.de/sis3316.html>`
       
     9 
       
    10 Overview 
       
    11 
       
    12 .. image:: sis3316blockweb.png
       
    13 
       
    14 Some characteristics (measured with our board)
       
    15 ----------------------------------------------
       
    16 
       
    17 Test-Setup
       
    18 ,,,,,,,,,,
       
    19 
       
    20 .. uml::
       
    21 
       
    22    @startuml
       
    23 
       
    24    sprite $Process [16x16/16] {
       
    25      FFFFFFFFFFFFFFFF
       
    26      FFFFFFFFFFFFFFFF
       
    27      FFFFFFFFFFFFFFFF
       
    28      FFFFFFFFFFFFFFFF
       
    29      FFFFFFFFFF0FFFFF
       
    30      FFFFFFFFFF00FFFF
       
    31      FF00000000000FFF
       
    32      FF000000000000FF
       
    33      FF00000000000FFF
       
    34      FFFFFFFFFF00FFFF
       
    35      FFFFFFFFFF0FFFFF
       
    36      FFFFFFFFFFFFFFFF
       
    37      FFFFFFFFFFFFFFFF
       
    38      FFFFFFFFFFFFFFFF
       
    39      FFFFFFFFFFFFFFFF
       
    40    }
       
    41    rectangle "Testsetup" <<$Process>> {
       
    42      rectangle "Pure sinewave\ngenerator with low\nnoise and low distortion\n\nRhode & Schwarz SML02" <<$Process>> as src
       
    43      rectangle "Sharp-edged low-pass filter\nwith cut-off frequency at\n110% of test frequency.\ntest frequency =9,28 MHz\n TTE LC7 series\nLC7R-11M-50-69B" <<$Process>> as tgt1
       
    44      rectangle "SIS3316/14Bit/250MSPS" <<$Process>> as tgt2
       
    45      rectangle "Matlab Analyzing\nLinux System" <<$Process>> as tgt3
       
    46      src -> tgt1 
       
    47      tgt1 -> tgt2
       
    48      tgt2 -> tgt3
       
    49    }
       
    50    @enduml
       
    51 
       
    52 
       
    53 .. table:: Test results
       
    54    
       
    55    =========================================  =================  =========  ===============  ================
       
    56    Input Voltage/Full Scale/125MHz Bandwidth  SNR/dB at 9.28MHz  ENOB/bits  Input Freq./MHz  Sample Freq./MHz
       
    57    =========================================  =================  =========  ===============  ================
       
    58    5V                                         69.68              11.28      9.28             125
       
    59    2V                                         67.65              10.94      9.28             125
       
    60    =========================================  =================  =========  ===============  ================
       
    61 
       
    62 SNR
       
    63 ...
       
    64 **Signal-to-noise ratio**\ (abbreviated SNR or S/N) is a measure used in science and engineering that compares the level of a desired signal to the level of background noise. It is defined as the ratio of signal power to the noise power, often expressed in decibels. A ratio higher than 1:1 (greater than 0 dB) indicates more signal than noise. [#f1] 
       
    65 
       
    66 ENOB
       
    67 ....
       
    68 **Effective number of bits**\ (ENOB) is a measure of the dynamic performance of an analog-to-digital converter (ADC) and its associated circuitry. The resolution of an ADC is specified by the number of bits used to represent the analog value, in principle giving 2N signal levels for an N-bit signal. However, all real ADC circuits introduce noise and distortion. ENOB specifies the resolution of an ideal ADC circuit that would have the same resolution as the circuit under consideration.
       
    69 
       
    70 ENOB is also used as a quality measure for other blocks such as sample-and-hold amplifiers. This way, analog blocks can be easily included in signal-chain calculations as the total ENOB of a chain of blocks is usually below the ENOB of the worst block. [#f2]
       
    71 
       
    72 
       
    73 .. rubric:: Footnotes
       
    74 
       
    75 .. [#f1] `https://en.wikipedia.org/wiki/Signal-to-noise_ratio` 
       
    76 .. [#f2] `https://en.wikipedia.org/wiki/Effective_number_of_bits`