代码搜索:Encoder

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

代码结果 10,000
www.eeworm.com/read/332051/12783165

c encoder_hamming.c

void Encoder_Hamming(int in[4], int out[7]) //(7, 4) 汉明码编码器 { int j; for (j = 0; j
www.eeworm.com/read/245322/12804282

c convolutional_encoder.c

/* CONVOLUTIONAL ENCODER */ /* Copyright (c) 1999, Spectrum Applications, Derwood, MD, USA */ /* All rights reserved
www.eeworm.com/read/331430/12829172

xip sbc_encoder.xip

www.eeworm.com/read/331430/12829222

xiw sbc_encoder.xiw

www.eeworm.com/read/331430/12829269

asm codec_encoder.asm

// ***************************************************************************** // Copyright (C) Cambridge Silicon Radio plc 2003-2006 http://www.csr.com // Part of BlueLab 3.5.2-release //
www.eeworm.com/read/330173/12908257

m convolutional_encoder.m

function [encoded_bits, final_state] = convolutional_encoder(input_bits, trellis, system_info, varargin) % This function encodes the binary vector input_bits using the % convolutional encoder wh
www.eeworm.com/read/242768/12986888

xip sbc_encoder.xip

www.eeworm.com/read/242768/12986945

xiw sbc_encoder.xiw

www.eeworm.com/read/242768/12987001

asm codec_encoder.asm

// ***************************************************************************** // Copyright (C) Cambridge Silicon Radio plc 2003-2007 http://www.csr.com // Part of Stereo-Headset-SDK Q1-200
www.eeworm.com/read/139685/13139853

txt hamming_encoder.txt

-- Hamming Encoder -- A 4-bit Hamming Code encoder using concurrent assignments. -- The output vector is connected to the individual parity bits using an aggregate assignment. -- download from: w