搜索结果
找到约 1,144 项符合
G-QAM 的查询结果
通讯/手机编程 这是一个matlab程序
这是一个matlab程序,其中包括初始化程序,QAM程序,OFDM主程序,以及发送接受,串并转换等各部分的说明,各个部分一目了然。
汇编语言 考察例1 4 - 8中的1 4个点。A中的最近点对为(b,h)
考察例1 4 - 8中的1 4个点。A中的最近点对为(b,h),其距离约为0 . 3 1 6。B中最近点对为
(f, j),其距离为0 . 3,因此= 0 . 3。当考察
是否存在第三类点时,除d, g, i, l, m 以外
的点均被淘汰,因为它们距分割线x= 1的
距离≥ 。RA ={d, i, m},RB= {g, l},由
于d 和m 的比较区中没有点,只需考察i
即可。i 的比较区中仅 ...
中间件编程 利用函数MadHG生成规则LDPC码的校验矩阵H
利用函数MadHG生成规则LDPC码的校验矩阵H,其行重为6,列重为3,行数为列数一半(行数越大越好),H中任意两列没有围长为4的圈,并得到H对应的生成矩阵G,可以保证mod(G*H ,2)=0。使用方法为:[H,G] = MadHG(m,n,x),x= 1(得到的G左半部分为单位阵) or 2(G右半部分为单位阵), ...
中间件编程 利用函数MadHG生成规则LDPC码的校验矩阵H
利用函数MadHG生成规则LDPC码的校验矩阵H,其行重为6,列重为3,行数为列数一半(行数越大越好),H中任意两列没有围长为4的圈,并得到H对应的生成矩阵G,可以保证mod(G*H ,2)=0。使用方法为:[H,G] = MadHG(m,n,x),x= 1(得到的G左半部分为单位阵) or 2(G右半部分为单位阵), ...
网络 penMesh is a generic and efficient data structure for representing and manipulating polygonal meshes
penMesh is a generic and efficient data structure for representing and manipulating polygonal meshes. OpenMesh is developed at the Computer Graphics Group, RWTH Aachen , as part of the OpenSGPlus project, is funded by the German Ministry for Research and Education ( BMBF), and will serve as geometry ...
汇编语言 crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC
crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环 ...
单片机开发 RTX-51 is a runtime library that, together with C51, allows real-time systems to be implemented for
RTX-51 is a runtime library that, together with C51, allows real-time systems to
be implemented for all processors of the 8051 family (e.g., 8051, 8052, 80515,
etc.), except for the 8?C751 and 8?C752.
RTX-251 extends the functionality of the RTX-51 to the new intel MCS&Ograve 251
family of processor ...
串口编程 Abstract:Noise frequency modulation(FM)jamming。which belongs to blanket jamming。is already become t
Abstract:Noise frequency modulation(FM)jamming。which belongs to blanket jamming。is already become
the main form ofnoise jamming at present。because the wideband was gained by it.Tne spectnlnl ofnoise FM
jamming is analyzed by time domain autocorrelation method in this paper.It’S jamm g peculia ...
通讯编程文档 该文档给出了通信原理中的数字调制和解调的matlab程序代码
该文档给出了通信原理中的数字调制和解调的matlab程序代码,如BPSK,QPSK,QAM等等调制方式。