Package aero.t2s.modes.decoder
Class AltitudeEncoding
java.lang.Object
aero.t2s.modes.decoder.AltitudeEncoding
public class AltitudeEncoding
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description AltitudeEncoding() -
Method Summary
Modifier and Type Method Description static Altitudedecode(int encoded)static AltitudedecodeModeC(int encoded)Decode mode C altitude using appendix chapter three of ICAO Annex 10 Volume 9.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AltitudeEncoding
public AltitudeEncoding()
-
-
Method Details
-
decode
-
decodeModeC
Decode mode C altitude using appendix chapter three of ICAO Annex 10 Volume 9. Using SSR Automtic pressure altitude transmission code (pulse position assignment) table.Oh yes this is using a lengthy table.
- Parameters:
encoded- 13 bit encoded altitude with mbit/qbit- Returns:
- encoded altitude with 100ft accuracy
-