代码搜索:ble
找到约 242 项符合「ble」的源代码
代码结果 242
www.eeworm.com/read/410728/2202424
cgs 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
www.eeworm.com/read/410728/2202654
cgs 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
www.eeworm.com/read/410728/2203431
cgs ble.cgs
# arm testcase for ble $soffset8
# mach: unfinished
.include "testutils.inc"
start
.global ble
ble:
ble footext
pass
www.eeworm.com/read/158872/5590470
cgs 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
www.eeworm.com/read/158872/5590640
cgs ble.cgs
# arm testcase for ble $soffset8
# mach: unfinished
.include "testutils.inc"
start
.global ble
ble:
ble footext
pass
www.eeworm.com/read/203243/15363557
m 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
www.eeworm.com/read/203243/15363558
m 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_
www.eeworm.com/read/36083/897358