代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/492853/6410904
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
www.eeworm.com/read/491881/6428049
v encode_tb.v
module encode_tb;
reg en,clk,ack,s_empty;
reg [15:0] datain;
wire [17:0] dataout;
wire s_rdreq;
encode dut(.en(en),.clk(clk),.ack(ack),.s_empty(s_empty),.datain(datain),.dataout(da
www.eeworm.com/read/489936/6463630
c gsm_encode.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/489562/6465817
m encode_symbol.m
function [output_bits] = encode_symbol( symbol, esti_prob, num_symbol )
global Low High UnderFlow_Bits
global K
totals = cumsum(esti_prob);
if (symbol == 1)
s.low_count = 0;
s.high_cou
www.eeworm.com/read/489549/6473562
exe arith_encode.exe
www.eeworm.com/read/489549/6473563
dsp arith_encode.dsp
# Microsoft Developer Studio Project File - Name="arith_encode" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x
www.eeworm.com/read/489549/6473567
c arith_encode.c
/* This is the arithmetic subroutine with shorter integer precision */
/************************** Start of ARITH.C *************************
*
*/
#include
#include
#include "a
www.eeworm.com/read/487806/6500608
qpf encode_finish.qpf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/487814/6500664
v encode_finish.v
module encode_finish(CLK, RESET,DATA_IN, RATE_SELECT,DATA1_OUT,DATA2_OUT);//编码模块
input CLK;//时钟信号
input DATA_IN;//输入数据端口
input RATE_SELECT;//码率选择
input RESET;//复位信号
output DATA1_OUT,DATA2_OUT;//1
www.eeworm.com/read/487820/6500699