Home |  Products |  Download |  Contact |  Support |  Orders |  Partners |  Links |   
www.ea4tx.com
 
 
In This Section

Support
FAQ's
Q1: 8 bits ADC         
Q2: Homebrew rotors
Q3: TV Rotors
Q4: CU <> ARSWIN
Q5: Readout fluctuation
Q6: Calibration procedure
Q7: WispDDE & ARS

 

FAQ's (1)

Q: What does it mean: 8, 10 or 12 bits ADC's?

A: Analog-to-Digital Conversion is an electronic process in which a continuously variable signal (analog) is changed, without altering its essential content, into a multi-level (digital) signal. 
The input to an analog-to-digital converter (ADC) consists of a voltage that varies among a theoretically infinite number of values. Examples are sine waves, the waveforms representing human speech, and the signals from a conventional television camera. The output of the ADC, in contrast, has defined levels or states. The number of states is almost always a power of two -- that is, 2, 4, 8, 16, etc. The simplest digital signals have only two states, and are called binary. All whole numbers can be represented in binary form as strings of ones and zeros.
Digital signals propagate more efficiently than analog signals, largely because digital impulses, which are well-defined and orderly, are easier for electronic circuits to distinguish from noise, which is chaotic. This is the chief advantage of digital modes in communications. Computers "talk" and "think" in terms of binary digital data; while a microprocesor can analyze analog data, it must be converted into digital form for the computer to make sense of it.
A 8 bits ADC means it can get 2 ^ 8 states (256) at the digital state. If the ADC can accept a voltage between 0 to 5V, a 0 digital value will be for 0V and 255 for 5V. Any voltage between 0V - 5V will be converted in a digital value from 0 to 255 (256 states)
Most antenna rotors include a Potentiometer (POT) that is connected with the antenna mast axis. So when the external rotor turns, the POT resistance is also moving. If this POT is powered @ 5V, it will provide a Voltage feedback, and this V. feedback will be in relationship with the antenna position. Example for an antenna that works from 0º to 360º and powered @ 5V:

  • 0V for 0º (CCW limit or Left), 
  • 1V for 72º
  • ...
  •  5V for 360º (CW Limit or Right) 

When a 8 bits ADC is working with an Azimuth Antenna (as previous example = 360º) we'll asign a voltage for each position. As there is 256 states, we'll get the following resolution:

Resolution 8 bits ADC for 360º  = Total rotation anglee / 2 ^ 8 = 360º / 256 = 1.4062º

It means every 1.4º will get a different digital value.
Example:

Analog Value       Digital Value
         0.00º  <==>        0
         1.40º  <==>        1
         2.80º  <==>        2
         4.20º  <==>        3
           .....            ...... 

If we are working with an Elevation Rotor, we'll make the calibration from 0º to 90º. So, the same 8 bits ADC will provide x4 better resolution.

Resolution 8 bits ADC for 90º  = Total rotation anglee / 2 ^ 8 = 90º / 256 = 0.3515º

Similar for 10 bits ADC, this ADC will provide 2 ^ 10 states = 1024 states

Working with a Azimuth Rotor (360º):

Resolution 10 bits ADC for 360º  = Total rotation anglee / 2 ^ 10 = 360º / 1024 = 0.3515º

ADC

Azimuth Resolution 360º 

Elevation Resolution 90º
8 Bits  360 / 256 = 1.4º  90 / 256 =  0.3515º
10 Bits  360 / 1024 = 0.3515º  90 / 1024 = 0.0878º
12 Bits  360 / 4096 = 0.0878º  90 / 4096 = 0.0219º

For more help, visit: FAQ's 6: Calibration procedure

 [<< Previous]        |  [Next >>]