代码搜索:rake
找到约 540 项符合「rake」的源代码
代码结果 540
www.eeworm.com/read/316958/13513569
h rake.h
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/308467/13700616
m rake.m
Numusers=1;
Nc=16; %扩频因子
ISI_Length=1; %每径延时为ISI_Length/2
EbN0db = [0:2:10];
Tlen=5000;%数据长度
Bit_Error_Number1=0;%误比特率的初始值
Bit_Error_Number2=0;
Bit_Error_Number3=0;
power_unitary_factor1=sqrt
www.eeworm.com/read/307180/13727080
m rake.m
%在RAKE下的BER性能
%by LinJiaqing
%--------------------------------------------------------
clc
clear
%--------------------参数--------------------------------
pow=-30;fc=50e9;Ts=20e-9;Ns=2;Np=2;Tc=1e-
www.eeworm.com/read/307180/13727086
asv rake.asv
%在RAKE下的BER性能
%by LinJiaqing
%--------------------------------------------------------
clc
clear
%--------------------参数--------------------------------
pow=-30;fc=50e9;Ts=60e-9;Ns=1;Np=2;Tc=1e-
www.eeworm.com/read/304503/13792039
m rake.m
load aa m3;
load mm2 m2;
l=25;
for t=1:l
d=100;
y1=rand(d,1);
y1=(y1>=0.5);
y2=rand(d,1);
y2=(y2>=0.5);
b1=y1;
b2=y2;
s1=zeros(1,1);
s2=zeros(1,1);
for m=1:d
r1=m2(:,1)*b1(1,m)
www.eeworm.com/read/203314/6301852
c rake.c
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/203314/6301892
h rake.h
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/280553/6417940
c rake.c
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/280553/6417942
h rake.h
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/490270/6453370
txt rake (cdma).txt
clear;clc;%close all;
timeofprog=cputime;
K=1;%用户数
Lc=31;%扩频码长度
T=1;Tc=T/Lc;%信号比特和扩频码周期
code_type=2;%0=随机 1=hadamard码 2=Gold码
code_seed=rand('state');
codes=cdma_codes(K,0,code_type,Lc,c