代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/403480/11515664
c encode_pre.c
#include
void outportb(unsigned int port,unsigned char val) ;
unsigned char acquisition_encode(void);
#define ADDRESS_RESET_RECODE 0x0FF0 // endpoint LOAD of 74LS193 connent /Y0
#de
www.eeworm.com/read/403476/11515677
cpp rs_encode.cpp
#include "stdio.h"
#include "stdlib.h"
#define TT 32
#define N 255
#define K 223
int T[8][8]={
1,0,0,0,1,1,0,1,
1,1,1,0,1,1,1,1,
1,1,1,0,1,1,0,0,
1,0,0,0,0,1,1,0,
1,1,1,1,1,0,1,0,
1,0,0
www.eeworm.com/read/402431/11535112
m rsc_encode.m
function [x,y]= rsc_encode(u,size,Mem)
output_matrix =zeros(4,2);
output_matrix =[0,1;0,1;1,0;1,0];
nextstate_matrix = zeros(4,2);
nextstate_matrix = [0,2;2,0;3,1;1,3] ;
tail_bit = zero
www.eeworm.com/read/402431/11535113
m myturbo_encode.m
function [stream,sysbit,paribit,sysbit1,paribit1,sysbit2,paribit2,msg,imsg]=myturbo_encode(FrameL,Mem)
msg = zeros(1,FrameL);
imsg = zeros(1,FrameL);
sysbit1 = zeros(1,FrameL);
sysbit2 = zeros(1,F
www.eeworm.com/read/262491/11587382
old encode.c.old
/*
* video.c
*
* ============================================================================
* Copyright (c) Texas Instruments Inc 2005
*
* Use of this software is controlled by the terms and
www.eeworm.com/read/158684/11592641
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutiona
www.eeworm.com/read/158684/11592672
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% This function takes as an input a single bit to be encod
www.eeworm.com/read/158520/11603705
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutiona
www.eeworm.com/read/158520/11603718
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% This function takes as an input a single bit to be encod
www.eeworm.com/read/158454/11614312
m ldpc_encode.m
function [x]=LDPC_encode(H,s)
% H为校验矩阵,s为信息序列
[n,m]=size(H);
G=H(1:n,[m]);
g=3;
%g=g_fun(H);
% g=n-(nnz(G)+1);
A=H(1:(n-g),1:(m-n));
B=H(1:(n-g),(m-n+1):(m-n+g));
C=H((n-g+1):n,1:(m-n));
D=H