代码搜索结果

找到约 242 项符合 BLE 的代码

ble.cgs

# fr30 testcase for ble $label9 # mach(): fr30 .include "testutils.inc" START .text .global ble ble: ; Test ble $label9 set_cc 0x0f ; condition codes are irrelevent take_branch bl

ble.cgs

# frv testcase for ble $ICCi,$hint,$label16 # mach: all .include "testutils.inc" start .global ble ble: set_icc 0x0 0 ble icc0,0,bad set_icc 0x1 1 ble icc1,1,bad set_icc 0x2 2 ble ic

ble.cgs

# arm testcase for ble $soffset8 # mach: unfinished .include "testutils.inc" start .global ble ble: ble footext pass

ble.cgs

# fr30 testcase for ble $label9 # mach(): fr30 .include "testutils.inc" START .text .global ble ble: ; Test ble $label9 set_cc 0x0f ; condition codes are irrelevent take_branch bl

ble.cgs

# arm testcase for ble $soffset8 # mach: unfinished .include "testutils.inc" start .global ble ble: ble footext pass

mmse_ble.m

%最小均方误差块线形均衡 function [d_MMSE_BLE]=MMSE_BLE(user_code_M,e,Received_Signal,h,n0); %产生系统传输矩阵A和它共轭转置矩阵A_H p=128;W=16; x=size(user_code_M); K=x(1);Q=x(2); %Q为扩频因子的长度 %h=rand(K,W); NN=size

zf_ble.m

%迫零线行均衡 function [d_ZF_BLE]=ZF_BLE(user_code_M,e,Received_Signal,h); %产生系统传输矩阵A和它共轭转置矩阵A_H p=128;W=16; x=size(user_code_M); K=x(1);Q=x(2); %Q为扩频因子的长度 %h=rand(K,W); NN=size(Received_