首页 > 其他分享 >Wimax和Bluetooth

Wimax和Bluetooth

时间:2022-10-10 16:41:55浏览次数:40  
标签:RTG 根据 Bluetooth Wimax 128 bit 实际


Wimax:

Wimax的完整构架如下所示:

Wimax和Bluetooth_帧格式

所以,其基本的通信方式也是OFDM的调制解调系统,其基本通信帧结构如下所示:

Wimax和Bluetooth_Wimax_02

这个帧由如下的结构组成:

Wimax和Bluetooth_Bluetooth_03

所以一个完整的WIMAX帧,其基本先后由:

RTG

帧头

FCH

PUSC

Zone1

PUSC

Zone2

 

FUSC

Zone1

 

 AMC

Zone

TTG

(具体内容可以根据实际情况调整)

RTG这里设置4个bit:取1111,根据实际情况取值

帧头                               :64bit,还是根据m函数设置

FCH                               : 64 bit,具体内容根据实际情况来设置

PUSCZone1                 :128 bit

PUSCZone2                 :128 bit

FUSCZone1                 :128 bit

AMCZone                   :128 bit

TTG4个bit:取0000,根据实际情况取值

上述的结构就是这么一个帧,里面具体的长度和内容,可以进行修改。

bluetooth:

     蓝牙设备的帧格式为:

Wimax和Bluetooth_Wimax_04

这里72bit,我们用m序列产生128位,然后选择其中的72位。

标签:RTG,根据,Bluetooth,Wimax,128,bit,实际
From: https://blog.51cto.com/u_15815923/5744717

相关文章

  • bluetooth_print 3.0.1 err
    源代码里要改这个位置,增加async_channel.setMethodCallHandler((MethodCallcall){  _channel.setMethodCallHandler((MethodCallcall)async{ ......