代码搜索:rake
找到约 540 项符合「rake」的源代码
代码结果 540
www.eeworm.com/read/486431/6532671
fig rake.fig
www.eeworm.com/read/482677/6620936
m rake.m
%Rake接收机
clear all; close all;
Tc = 1;
N = 128; %扩频增益
gx= '1000010111000101'; %g(x) = x^15+x^13+x^9+x^8+x^7+x^5+1
g = bin2dec(gx);
state = 1;
L = 2^13;
EcN0dB = -21:-14;
for k=1:length
www.eeworm.com/read/345515/11810489
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/250956/12373954
pdf rake.pdf
www.eeworm.com/read/207777/15262388
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/207777/15262428
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/17578/739710
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/17872/763655
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/18163/778377
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/488400/1230191
rake data.rake
# Reads a CSV file from the data/ dir.
def csv_file filename
path = File.join File.dirname( __FILE__ ), '../data', "#{filename}.csv"
File.open( path ).read
end
# Loads CSV data into the appropria