login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A259061 Gillham Code, a modified Gray code for use in encoded altimeters. 0
40, 60, 20, 30, 10, 410, 430, 420, 460, 440, 640, 660, 620, 630, 610, 210, 230, 220, 260, 240, 340, 360, 320, 330, 310, 710, 730, 720, 760, 740, 540, 560, 520, 530, 510, 110, 130, 120, 160, 140, 4140, 4160, 4120, 4130, 4110, 4510, 4530, 4520, 4560, 4540, 4740, 4760, 4720, 4730, 4710, 4310, 4330 (list; graph; refs; listen; history; text; internal format)
OFFSET
-12,1
COMMENTS
Gray codes are named after Frank Gray, who patented their use for shaft encoders in 1953. (F. Gray, "Pulse Code Communication", U.S. Patent 2,632,058, March 17, 1953.)
All entries are four digits long and therefore leading zeros are implied. Each place is the decimal equivalent of an octal number.
Aircraft encoded altimeters report in hundred-foot increments beginning with index -12, which implies minus 1200 feet Pressure Altitude. The scheme is good up to 126700 feet.
The order of the bits from MSB (most significant) to LSB (least significant) is D1 D2 D4 A1 A2 A4 B1 B2 B4 C1 C2 C4.
When the code was designed it was suspected that the method for encoding dealt with multiples of 500ft separately from multiples of 100ft. This may be why the bits from D1-B4 store the number of 500ft increments and C1-C4 store the number of 100ft increments +1 from the lowest altitude datum (-1200ft).
The 500ft values are coded in standard Gray code.
The C1-4 bits are coded using a nonlinear Gray code. That is to say if you convert these bits from Gray code to binary you find that the values follow a pattern: 1, 2, 3, 4, 7, 7, 4, 3, 2, 1, 1, 2, 3, 4, 7 which repeats ramping up and down.
This scheme of encoding is implemented in such a way that the failure of any single sensor/pickup will report an altitude value that is obviously preposterous.
REFERENCES
M. Gardner, "The Binary Gray Code." Ch. 2 in Knotted Doughnuts and Other Mathematical Entertainments. New York: W. H. Freeman, 1986, p. 15.
M. Gardner, Mathematical Games, Sci. Amer. Vol. 227 (No. 2, Feb. 1972), p. 107.
C. A. Pickover, The Math Book, Sterling, NY, 2009; see p. 392.
LINKS
InfoRapid Knowledge Portal, Gillham Code.
Wikipedia, Gillham code
EXAMPLE
At 0' MSL (feet mean sea level), the encoder is "squawking" or reporting to other aviation shareholders, particularly Air Traffic Controllers and commercial airliners equipped with TCAS, "0620".
CROSSREFS
Cf. A003188.
Sequence in context: A116309 A126816 A361623 * A344408 A035120 A094619
KEYWORD
nonn,base
AUTHOR
David Dewhirst, Charles Pine, and Robert G. Wilson v, Jun 17 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)