代码搜索:Encoder

找到约 10,000 项符合「Encoder」的源代码

代码结果 10,000
www.eeworm.com/read/188533/8530532

m tx_conv_encoder.m

% % Convolutional encoding with unipolar data function coded_bits = tx_conv_encoder(in_bits) global sim_consts; number_rows = size(sim_consts.ConvCodeGenPoly, 1); number_bits = size(sim_co
www.eeworm.com/read/188503/8535641

cc mpeg2encoder.cc

/* mpeg2encoder.hh Top-level class for an instance of the mpeg2enc++ * MPEG-1/2 encoder. That evolved out of the MSSG mpeg2enc reference * encoder */ /* (C) 2003 Andrew Stevens */ /* This Softw
www.eeworm.com/read/188503/8535795

hh mpeg2encoder.hh

#ifndef _MPEG2ENCODER_HH #define _MPEG2ENCODER_HH /* mpeg2encoder.hh Top-level class for an instance of mpeg2enc++ * MPEG-1/2 encoder. */ /* (C) 2003 Andrew Stevens */ /* This Software is free
www.eeworm.com/read/187935/8589099

m encoder4psk.m

function out_codes = encoder4psk(Branch_coef,Input_stream) %4-PSK Trellis codes for two transmit antennas Size = size(Input_stream); len_stream = Size(2); len_codes = len_stream/2;
www.eeworm.com/read/187841/8596594

vhd encoder_time_post.vhd

-- Xilinx Vhdl produced by program ngd2vhdl F.23 -- Command: -rpw 100 -ar Structure -te ENCODER_TIME_POST -xon false -w -log __projnav/ngd2vhdl.log enc_16b20b.nga ENCODER_TIME_POST.vhd -- Input file:
www.eeworm.com/read/388133/8633212

lib h264_encoder.lib

www.eeworm.com/read/287073/8721887

html class_huffman_encoder.html

Crypto++: HuffmanEncoder Class Reference
www.eeworm.com/read/287073/8727032

html class_hex_encoder.html

Crypto++: HexEncoder Class Reference
www.eeworm.com/read/429004/8824798

v encoder8_3.v

module encoder8_3(none_on,outcode,a,b,c,d,e,f,g,h); output none_on; output[2:0] outcode; input a,b,c,d,e,f,g,h; reg[3:0] outtemp; assign {none_on,outcode}=outtemp; always @(a or b or c or d or