代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/157209/11730237
txt 汉明纠错吗编码器.txt
-- Hamming Encoder
-- A 4-bit Hamming Code encoder using concurrent assignments.
-- The output vector is connected to the individual parity bits using an aggregate assignment.
-- download from: w
www.eeworm.com/read/345690/11795157
txt 漢明糾錯嗎編碼器.txt
-- Hamming Encoder
-- A 4-bit Hamming Code encoder using concurrent assignments.
-- The output vector is connected to the individual parity bits using an aggregate assignment.
-- download from: w
www.eeworm.com/read/258747/11845912
txt rs_testbench.v.txt
/////////////////////////////////////////////////////////////////////
//// ////
//// High Speed Reed Solomon Encoder
www.eeworm.com/read/343298/11959359
asv con_bin_oct.asv
function [out]=con_bin_oct(datain);
temp=zeros(1,17);
for i=1:17
for j=1:8
temp(i)=datain1((i-1)*8+j)*(2^(8-j))+temp(i);
end
end
out=temp;
www.eeworm.com/read/343298/11959620
m con_bin_oct.m
function [out]=con_bin_oct(datain);
temp=zeros(1,23);
for i=1:23
for j=1:8
temp(i)=datain((i-1)*8+j)*(2^(8-j))+temp(i);
end
end
out=temp;
www.eeworm.com/read/153575/12025701
c datainput.c
#include
#include
void main()
{
int i;
double f[256];
FILE *fp;
if((fp=fopen("datain.inc","wt"))==NULL)
{
printf("can't open the file! \n");
return;
}
for(i=0
www.eeworm.com/read/151718/12179159
rpt unicntr.fit.rpt
Fitter report for unicntr
Mon Mar 13 09:27:20 2006
Version 5.0 Build 148 04/26/2005 SJ Web Edition
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. F
www.eeworm.com/read/151253/12225814
txt encode.txt
-- Hamming Encoder
-- A 4-bit Hamming Code encoder using concurrent assignments.
-- The output vector is connected to the individual parity bits using an aggregate assignment.
-- download from: w
www.eeworm.com/read/339151/12254889
c randomizer.c
/*****************************************************************************/
/* FIle Name : randomizer.c */
/* Description : WiMax FEC randomizer
www.eeworm.com/read/339151/12254897
c ctc_enc.c
/*****************************************************************************/
/* FIle Name : ctc_encoder.c */
/* Description : WiMax OFDM FEC Convol