代码搜索:interleaver

找到约 865 项符合「interleaver」的源代码

代码结果 865
www.eeworm.com/read/192215/8398661

vhd interleaver.vhd

-- ================================================================================ -- File: Interleaver.vhd -- Version: v1.1 -- Author: olivercamel -- Date: 4.16.2006 -- Description: -- This vh
www.eeworm.com/read/186391/8935117

m interleaver.m

%%传输bit的交织, 将相邻的信息bit分别映射到不相邻的子载波上 function interleaved_bits=interleaver(out_bits) global ofdm_para; users=ofdm_para.Users; %得到用户数 single_user_NumDat
www.eeworm.com/read/427377/8949096

c interleaver.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/427377/8949401

h interleaver.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/184529/9095927

c interleaver.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/184529/9096196

h interleaver.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/380713/9134203

m interleaver.m

function source_out=interleaver(source_in) %rem是求余数 %按列写,按行读 interleaver_length=30; cols=8; %一帧转成列矩阵后的列数 theLastRowOfLastCol= 30; %最后一列的最后一行 for n=1:240 theCol=fix((n-1)/interle
www.eeworm.com/read/380707/9134412

m interleaver.m

function source_out=interleaver(source_in) %rem是求余数 %按列写,按行读 interleaver_length=30; cols=8; %一帧转成列矩阵后的列数 theLastRowOfLastCol= 30; %最后一列的最后一行 for n=1:240 theCol=fix((n-1)/interle
www.eeworm.com/read/380707/9134461

m interleaver.m

function source_out=interleaver(source_in) %rem是求余数 %按列写,按行读 interleaver_length=30; cols=8; %一帧转成列矩阵后的列数 theLastRowOfLastCol= 30; %最后一列的最后一行 for n=1:240 theCol=fix((n-1)/interle
www.eeworm.com/read/182737/9193494

py interleaver.py

###################################################################### #### #### #### interleaver.py