1

10 進数の緯度/経度の値を符号付き 24 ビット valuse に変換する必要があります。緯度の例では、37.256526 の値が符号付き 24 ビットに変換されます。仕様はブローです。

The latitude is coded with 24 bits: 1 bit of sign and a number between 0 and 2^23-1 coded in binary on 23 bits. The relation between the coded number N and the range of (absolute) latitudes X it encodes is the following (X in degrees):
4

0 に答える 0