代码搜索:Encode

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

代码结果 8,258
www.eeworm.com/read/437728/7741833

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/437397/7749158

c encode_rs.c

/* Reed-Solomon encoder * Copyright 2002, Phil Karn, KA9Q * May be used under the terms of the GNU General Public License (GPL) */ #include #ifdef FIXED #include "fixed.h" #elif defined
www.eeworm.com/read/435744/7785942

vhd com_encode.vhd

--com_encode.vhd 7 segment com encoder library ieee ; use ieee.std_logic_1164.all; entity com_encode is port( com_clk : in std_logic_vector(1 downto 0);--input count ledcom : out std_log
www.eeworm.com/read/280920/7809039

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/280920/7809047

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/399395/7866002

vhd encode1.vhd

------------------------------------------------------------- --Copyright (C), 2004- , Huangwei. -- --File name:encode1(编码器) -- --Auth
www.eeworm.com/read/399395/7866039

vhd encode3.vhd

------------------------------------------------------------- --Copyright (C), 2004- , Huangwei. -- --File name:decode3(归零码生成器) -- --Author:
www.eeworm.com/read/399395/7866045

vhd encode2.vhd

------------------------------------------------------------- --Copyright (C), 2004- , Huangwei. -- --File name:incode2(解码器) -- --Auth
www.eeworm.com/read/434030/7895749

m melp_encode.m

clear all clc melp_init; % 桧桷栲腓玎鲨
www.eeworm.com/read/298568/7950831

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