代码搜索:OVSF
找到约 120 项符合「OVSF」的源代码
代码结果 120
www.eeworm.com/read/358376/10190079
m ovsf.m
function c=ovsf(sf_length); % sf_length为输入的扩频因子变量
c=zeros(sf_length,sf_length);
ctemp=zeros(sf_length,sf_length);
c(1,1)=1;
for i=1:log2(sf_length);
itemp=2^i;
ctemp=c;
for j=1:item
www.eeworm.com/read/358376/10190197
v ovsf.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 11:39:20 10/04/2007
// Design Name:
/
www.eeworm.com/read/461262/7230860
m ovsf.m
function c=ovsf(sf_length); % sf_length为输入的扩频因子变量
c=zeros(sf_length,sf_length);
ctemp=zeros(sf_length,sf_length);
c(1,1)=1;
for i=1:log2(sf_length);
itemp=2^i;
ctemp=c;
for j=1:item
www.eeworm.com/read/461262/7230978
v ovsf.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 11:39:20 10/04/2007
// Design Name:
/
www.eeworm.com/read/438335/7732693
m ovsf.m
function c=ovsf(sf_length); % sf_length为输入的扩频因子变量
c=zeros(sf_length,sf_length);
ctemp=zeros(sf_length,sf_length);
c(1,1)=1;
for i=1:log2(sf_length);
itemp=2^i;
ctemp=c;
for j=1:item
www.eeworm.com/read/308467/13700619
m ovsf.m
function c=ovsf(sf_length); % sf_length为输入的扩频因子变量
c=zeros(sf_length,sf_length);
ctemp=zeros(sf_length,sf_length);
c(1,1)=1;
for i=1:log2(sf_length);
itemp=2^i;
ctemp=c;
for j=1:item
www.eeworm.com/read/481617/6636557
m ovsf.m
function ovsf=ovsf(m)
ovsf_m = [
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ,
1 1 1 1 1 1 1 1 -1 -1 -1 -1 -1 -1 -1 -1 ,
1 1 1 1 -1 -1 -1 -1 1 1 1 1 -1
www.eeworm.com/read/345517/11810451
m ovsf.m
function c=ovsf(sf_length); % sf_length为输入的扩频因子变量
c=zeros(sf_length,sf_length);
ctemp=zeros(sf_length,sf_length);
c(1,1)=1;
for i=1:log2(sf_length);
itemp=2^i;
ctemp=c;
for j=1:item
www.eeworm.com/read/207780/15262281
m ovsf.m
function walsh=walsh(m)
walsh_m = [
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ,
1 1 1 1 1 1 1 1 -1 -1 -1 -1 -1 -1 -1 -1 ,
1 1 1 1 -1 -1 -1 -1 1 1 1 1
www.eeworm.com/read/16498/673314
v ovsf.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 11:39:20 10/04/2007
// Design Name:
/