代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/229469/14335909
h getblk.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/229469/14335911
h getbits.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/229469/14335920
h decstruct.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/120952/14781536
c golay23.c
/* File: golay23.c
* Title: Encoder/decoder for a binary (23,12,7) Golay code
* Author: Robert Morelos-Zaragoza (robert@spectra.eng.hawaii.edu)
* Date: August 1994
*
* The binary (23,12,
www.eeworm.com/read/217365/14968360
m bp_decode.m
function [yo] = BP_decode(y,N0,H,m,n,max_iter)
% decoding of binary LDPC as in Elec. Letters by MacKay&Neal 13March1997
% For notations see the same reference.
% function [x_hat, success, k] = ldpc
www.eeworm.com/read/216463/15005998
ex-wrong-model
#!/bin/sh
# These tests investigate what happens when the wrong model is used for
# decoding. A (1800,1000) LDPC code with 3 check per bit is used.
# Testing is done by transmitting random messages.
www.eeworm.com/read/216463/15006053
ex-wrong-model-out
make-ldpc ex-wrong-model.pchk 1000 1800 1 evenboth 3 no4cycle
Eliminated 19 cycles of length four by moving checks within column
make-gen ex-wrong-model.pchk ex-wrong-model.gen dense
Number of 1s pe
www.eeworm.com/read/207777/15262447
h chdecoding.h
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/207692/15264702
m diffencodevectest.m
clc, close all , clear all
% v1=[]; %tested
% v1=[1] %tested
% v1=[1 5 7 1 10] %tested
v1=rand(1,7)
vo=diffencodevec(v1); %%Differential Encoding
v2=diffdecodevec(vo) %%Differential Dec
www.eeworm.com/read/171934/5390625
docs ipt.docs
/* -*- c -*- */
/**@mainpage IPT Library
*
* @section ipt_meta Module Meta Information
*
* Utility library for IP Telephony applications.
*
* @CONTACT Pekka Pessi
*
*