说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> P码
1)  P Code
P码
1.
Software Algorithm for GPS P Code Generation;
GPSP码的软件生成算法
2.
Direct P code acquisition is implemented in GPS receiver in order to achieve higher spread spectrum gain,the better anti-deception and anti-spoofing.
为了保证扩频信号具有更高的扩频增益、更强的抗模仿和抗欺骗能力,必须实现P码的直接捕获。
3.
P code is usually captured depending on C/A code.
通常P码的捕获是利用C/A码来完成的。
2)  P-Code
P码
1.
Proposal and Analysis of a New Direct Acquisition Technique of P-Code in GPS;
GPS中新的P码直接捕获算法的提出与分析
2.
Simulation of Synchronization Algorithm of Satellite P-Code Signals for GPS;
GPS卫星P码信号同步算法的仿真研究
3.
Generation and Its Characteristics Analysis for GPS P-Code;
GPS系统中的P码产生与特性分析
3)  P(Y) code
P(Y)码
4)  double P code
双频P码
1.
Then the problem how to get water vapor can translate into how to get the ambiguity of wide lane,and the ambiguity of wide-lane can be got by double P code.
首先简要介绍实时水汽探测技术的原理,然后采用详细的推算过程将求水汽量转化为求宽巷模糊度的问题,并利用双频P码求出宽巷模糊度。
5)  p-ary codes
p元码
6)  P code acquisition
P码捕获
补充资料:Bcd码

即bcd代码。binary-coded decimal‎,简称bcd,称bcd码或二-十进制代码,亦称二进码十进数。是一种二进制的数字编码形式,用二进制编码的十进制代码。这种编码形式利用了四个位元来储存一个十进制的数码,使二进制和十进制之间的转换得以快捷的进行。这种编码技巧,最常用于会计系统的设计里,因为会计制度经常需要对很长的数字串作准确的计算。相对于一般的浮点式记数法,采用bcd码,既可保存数值的精确度,又可免却使电脑作浮点运算时所耗费的时间。此外,对于其他需要高精确度的计算,bcd编码亦很常用。

由于十进制数共有0、1、2、……、9十个数码,因此,至少需要4位二进制码来表示1位十进制数。4位二进制码共有2^4=16种码组,在这16种代码中,可以任选10种来表示10个十进制数码,共有n=16!/(16-10)!约等于2.9乘以10的10次方种方案。常用的bcd代码列于末。

常用bcd编码方式

最常用的bcd编码,就是使用"0"至"9"这十个数值的二进码来表示。这种编码方式,在中国大陆称之为“8421码”。除此以外,对应不同需求,各人亦开发了不同的编码方法,以适应不同的需求。这些编码,大致可以分成有权码和无权码两种:

有权bcd码,如:8421(最常用)、2421、5421…

无权bcd码,如:余3码、格雷码…

以下为三种常见的bcd编码的比较。

十进数 8421-bcd码 余3-bcd码 2421-a码

(m10) d c b a c3 c2 c1 c0 a3 a2 a1 a0

0 0 0 0 0 0 0 1 1 0 0 0 0

1 0 0 0 1 0 1 0 0 0 0 0 1

2 0 0 1 0 0 1 0 1 0 0 1 0

3 0 0 1 1 0 1 1 0 0 0 1 1

4 0 1 0 0 0 1 1 1 0 1 0 0

5 0 1 0 1 1 0 0 0 0 1 0 1

6 0 1 1 0 1 0 0 1 0 1 1 0

7 0 1 1 1 1 0 1 0 0 1 1 1

8 1 0 0 0 1 0 1 1 1 1 1 0

9 1 0 0 1 1 1 0 0 1 1 1 1

常用bcd码

十进制数 8421码 5421码 2421码 余3码 余3循环码

0 0000 0000 0000 0011 0010

1 0001 0001 0001 0100 0110

2 0010 0010 0010 0101 0111

3 0011 0011 0011 0110 0101

4 0100 0100 0100 0111 0100

5 0101 1000 1011 1000 1100

6 0110 1001 1100 1001 1101

7 0111 1010 1101 1010 1111

8 1000 1011 1110 1011 1110

9 1001 1100 1111 1100 1010

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条