代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/166765/10000086
m arqceturbo.m
clc
clear
% This is the whole coding and decoding processing
% CE stop criterion
% ARQ scheme
rate=1/3;
K=640;
m=3;
I=Sinterleaver(K+m);
Iteration=6;
Frame=600;
ARQ=2;
q=1e-3;
fid=fopen
www.eeworm.com/read/453350/7422211
c short_te.c
#include
#include
#include "private.h"
#include "gsm.h"
#include "proto.h"
static void Decoding_of_the_coded_Log_Area_Ratios P2((LARc,LARpp),
word * LARc, /* coded
www.eeworm.com/read/441775/7665213
c channel_coding.c
#include
#include
#include
#include
#include
#include
#include "wimax.h"
//Channel Coding/Decoding
//Convolutional Coding (5,7)
www.eeworm.com/read/197263/8008402
m experiment7_1.m
% Experiment 7, CS: Haykin
% Turbo Decoding
clear all
% Block size
block_size = 1000;
% Convolutional code polynomial
code_polynomial = [ 1 1 1; 1 0 1 ];
[n,K]=size(code_polynomial); m=K-1;
%
www.eeworm.com/read/196913/8042697
cpp l3table.cpp
/*
* l3table.cpp
*
* Contains tables for MPEG Audio Layer III decoding
*
* Last modified : 08/02/97
*/
#include "stdafx.h"
#include "all.h"
#include "l3table.h"
extern int32 slen[
www.eeworm.com/read/196846/8054734
txt readme.txt
If you're using Win32 machine you don't need to compile the code. Just
use the MPEG2DEC.exe and MPEG2ENC.exe for decoding and encoding videos.
Otherwise you need to compile the files in the director
www.eeworm.com/read/238844/13320181
h stmpcnst.h
#ifndef ERROR_CD_H
#define ERROR_CD_H
#include "STMF_EXCEPTION.h"
const char * OBJECT_DECODING_ERROR = "!!OBJECTERROR!!";
const long MAX_PDU_LEN = 512;
const unsigned char POLL_FORMAT = 0;
www.eeworm.com/read/322022/13390890
java charsetdecode.java
package com.ronsoft.books.nio.charset;
import java.nio.*;
import java.nio.charset.*;
import java.nio.channels.*;
import java.io.*;
/**
* Test charset decoding Java New I/O book.
* Created and tes
www.eeworm.com/read/308441/13701378
cpp l3table.cpp
/*
* l3table.cpp
*
* Contains tables for MPEG Audio Layer III decoding
*
* Last modified : 08/02/97
*/
#include "stdafx.h"
#include "all.h"
#include "l3table.h"
extern int32 slen[
www.eeworm.com/read/308441/13701441
cpp l3table.cpp
/*
* l3table.cpp
*
* Contains tables for MPEG Audio Layer III decoding
*
* Last modified : 08/02/97
*/
#include "stdafx.h"
#include "all.h"
#include "l3table.h"
extern int32 slen[