代码搜索:biterror
找到约 49 项符合「biterror」的源代码
代码结果 49
www.eeworm.com/read/142378/12949564
txt jscd_p0.07.txt
BSC_P = 0.070 Iter_Num= 40 Threshold= 0.0900
BSC_P:0.0700 blockCnt= 0 harderror = 127 biterror = 0 symerror = 0
BSC_P:0.0700 blockCnt= 1 harderror = 230 biterror = 0 symerror = 0
www.eeworm.com/read/216821/14991342
m jpg_gmc_code.m
clear;
[s_picture]=imread('quan','jpeg');
[p_a,p_b,p_c]= size(s_picture);
p_s=reshape(s_picture,1,p_a*p_b*p_c);
%p_e=reshape(p_s,p_a,p_b,p_c);
%imwrite(p_e,'quan2','jpeg');
%/////////////
www.eeworm.com/read/216821/14991346
m jpg_gmc.m
clear;
[s_picture]=imread('quan','jpeg');
[p_a,p_b,p_c]= size(s_picture);
p_s=reshape(s_picture,1,p_a*p_b*p_c);
%p_e=reshape(p_s,p_a,p_b,p_c);
%imwrite(p_e,'quan2','jpeg');
%/////////////
www.eeworm.com/read/216821/14991355
m bmp_gmc_code.m
clear;
[s_picture]=imread('quan','bmp');
[p_a,p_b,p_c]= size(s_picture);
p_s=reshape(s_picture,1,p_a*p_b*p_c);
%p_e=reshape(p_s,p_a,p_b,p_c);
%imwrite(p_e,'quan2','jpeg');
%//////////////
www.eeworm.com/read/216821/14991362
m bmp_gmc.m
clear;
[s_picture]=imread('quan','bmp');
[p_a,p_b,p_c]= size(s_picture);
p_s=reshape(s_picture,1,p_a*p_b*p_c);
%p_e=reshape(p_s,p_a,p_b,p_c);
%imwrite(p_e,'quan2','jpeg');
%//////////////
www.eeworm.com/read/451448/7463635
m countber_perrx.m
function BER_PerRx=countBER_PerRx(X_Decode,X_bit)
[antenna_Rx N_bit]=size(X_Decode);
Biterror=zeros(1,antenna_Rx);
for i=1:antenna_Rx
for j=1:N_bit
if X_Decode(i,j)~=X_bit(i,j)
www.eeworm.com/read/130914/14167695
inc tinyphy.inc
#include "tinyset.inc"
#include "tinymacro.inc"
//////////////////////////////////////////////////////////////////////
codestart = 0x0000;
codeend = 0x01ff;
memstart = 0x8000;
www.eeworm.com/read/204154/15343916
inc tinyphy.inc
#include "tinyset.inc"
#include "tinymacro.inc"
//////////////////////////////////////////////////////////////////////
codestart = 0x0000;
codeend = 0x01ff;
memstart = 0x8000;
www.eeworm.com/read/294145/3919666
makefile
MODULE_NAME = biterror
BASE := $(shell pwd | perl -pi -e "s/(.*(SRadio|Main)[^\/]*).*/\1/")
include $(BASE)/Include/module.mk
www.eeworm.com/read/291165/3969585
makefile
MODULE_NAME = biterror
BASE := $(shell pwd | perl -pi -e "s/(.*(SRadio|Main)[^\/]*).*/\1/")
include $(BASE)/Include/module.mk