代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/385990/8773007
c encode_rs.c
/* Reed-Solomon encoder
* Copyright 2002, Phil Karn, KA9Q
* May be used under the terms of the GNU Lesser General Public License (LGPL)
*/
#include
#ifdef FIXED
#include "fixed.h"
#elif
www.eeworm.com/read/429968/8777476
m encode_symbol.m
function encode_symbol(symbol,cum_freq)
global top_value first_qtr half third_qtr high low bits_to_follow code_value_bits no_of_symbols no_of_chars
format long ;
top_value=2^code_value_bits-1
www.eeworm.com/read/429968/8777487
m main_encode.m
% This is main program for encode
clc
clear all
clear global
format long
global no_of_chars no_of_symbols cum_freq char_to_index index_to_char low high top_value code_value_bits bits_to_follow fi
www.eeworm.com/read/429412/8809421
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/429412/8809471
asv rsc_encode.asv
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/429412/8809477
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/285329/8850471
m ldpc_encode.m
function [u,P,rearranged_cols]=ldpc_encode(s,H)
% 高斯消元
%设H=[A | B] ==========> [I | P]
% u=[c | s]
%∵ H*u' = u*H' = 0
%代入得:
% _ _
% | c' |
% [I | P]| | = 0
www.eeworm.com/read/428473/8865821
obj r_encode.obj
www.eeworm.com/read/428473/8865862
c r_encode.c
/*
R_ENCODE.C - RFC 1113 encoding and decoding routines
Copyright (c) J.S.A.Kapp 1994 - 1995.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same