代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/156601/11790583
m demultiplex.m
function subr = demultiplex(r, alpha, puncture);
% At receiver end, serial to paralle demultiplex to get the code word of each
% encoder
% alpha: interleaver mapping
% puncture = 0: use punctur
www.eeworm.com/read/156597/11790628
m demultiplex.m
function subr = demultiplex(r, alpha, puncture);
% At receiver end, serial to paralle demultiplex to get the code word of each
% encoder
% alpha: interleaver mapping
% puncture = 0: use punctur
www.eeworm.com/read/156453/11802942
tdf keyboard.tdf
TITLE "Keyboard Encoder";
INCLUDE "74151";
INCLUDE "74154";
INCLUDE "4count";
FUNCTION debounce (clk, key_pressed)
RETURNS (pulse);
SUBDESIGN keyboard
(
clk : INPUT
www.eeworm.com/read/258131/11882749
m convencode.m
% ConvEncode encodes a NSC or RSC convolutional code with a tail.
%
% The calling syntax is:
% [output] = ConvEncode(input, g_encoder, [code_type] )
%
% output = code word
%
% Requi
www.eeworm.com/read/258131/11882834
m initializewimaxldpc.m
% File: InitializeWiMaxLDPC.m
%
% Description: Initializes the WiMax LDPC encoder/decoder
%
% The calling syntax is:
% [H_rows, H_cols, P] = InitializeWiMaxLDPC( rate, size, ind )
www.eeworm.com/read/258131/11882934
c puncture.c
/* file: Puncture.c
Description: Puncture bits at output of encoder
The calling syntax is:
[output] = Puncture(input, pun_pattern, tail_pattern )
output = Punctured sequen
www.eeworm.com/read/342325/12027653
m contents.m
% Matlab implementation of SPIHT (without Arithmatic coding stage)
%
% The function in this toolbox are listed as follow:
%
% func_SPIHT_Demo_Main -- Main function
% func_SPIHT_Eec -- Encoder
%
www.eeworm.com/read/252894/12257487
c gif.c
/*
* Animated GIF encoder
* Copyright (c) 2000 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* L
www.eeworm.com/read/252894/12257584
c flvenc.c
/*
* FLV encoder.
* Copyright (c) 2003 The FFmpeg Project.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Licens
www.eeworm.com/read/252894/12257656
c flvdec.c
/*
* FLV encoder.
* Copyright (c) 2003 The FFmpeg Project.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Licens