代码搜索:Encode

找到约 8,258 项符合「Encode」的源代码

代码结果 8,258
www.eeworm.com/read/177211/9465060

m ldpc_encode.m

function [out] = ldpc_encode(in,G,q) % function [out] = ldpc_encode(in,H,q) % encodes data from "in" using G over GFq % q = 2,4,8,16,32,64,128 or 256 % Please, make sure that the data you use is v
www.eeworm.com/read/176193/9512791

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/371229/9560839

v prio_encode.v

// Copyright 2007 Altera Corporation. All rights reserved. // Altera products are protected under numerous U.S. and foreign patents, // maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/371229/9560841

cpp prio_encode.cpp

// Copyright 2007 Altera Corporation. All rights reserved. // Altera products are protected under numerous U.S. and foreign patents, // maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/371082/9569138

m ldpc_encode.m

function [out] = ldpc_encode(in,G,q) % function [out] = ldpc_encode(in,H,q) % encodes data from "in" using G over GFq % q = 2,4,8,16,32,64,128 or 256 % Please, make sure that the data you use is v
www.eeworm.com/read/174810/9573445

m rsc_encode.m

function y = rsc_encode(g, x, end1) % 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 % convolutional code
www.eeworm.com/read/174810/9573463

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/169277/9870603

c encode27.c

/* Encode standard input in the r=1/2 K=7 standard convolutional code. * Encoded output is big-endian, one byte per symbol, with 1 represented * by 255 and 0 by 0 */ #include #incl
www.eeworm.com/read/169277/9870607

dsp encode27.dsp

# Microsoft Developer Studio Project File - Name="encode27" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86)
www.eeworm.com/read/169277/9870609

plg encode27.plg

Build Log --------------------Configuration: encode27 - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\ADMI