代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/222672/14680218
m st_decoding.m
function st_decoded = st_decoding( Recv,channel_est,N_Tx_ant, N_Rx_ant ,ST_Code, Idx_data)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 空时解码和分集处理
www.eeworm.com/read/221899/14715228
m decoding_main.m
%G729A解码main函数
%将码流文件读入内存中,准备转换成帧输入参数
function speechout=decoding_main(bitstream)
%clear all;
%clc;
%fid=fopen('coding.bit');
%speechin= fread(fid,'int16');
%fclose(fid);
%for i=1:length(s
www.eeworm.com/read/221611/14735786
m sccc_decoding.m
function [hard,ext_de]=sccc_decoding(La_eq,L_transprob,n,mem1,mem2,ST1,ST2,interleaving)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% to initial
www.eeworm.com/read/221611/14735794
m awgn_decoding.m
function output_AWGN=AWGN_decoding(AWGN_in,Noise,interleaving,sigmaq,st_t1,mem1,ST1)
%(output1_bin,Noise,interleaving,sigmaq,st_t1)
signal_AWGN=AWGN_in+Noise;
n=(length(signal_AWGN)-2*mem1)/2;%leng
www.eeworm.com/read/32072/878227
vhd decoding_crc.vhd
----------------------------------------------------------------------------------
-- Company: Han'slaser
-- Engineer: Zhouj110624
-- Create Date: 16:29:22 10/08/2012
-- Design Name:
www.eeworm.com/read/38741/1117054
vhd decoding_crc.vhd
----------------------------------------------------------------------------------
-- Company: Han'slaser
-- Engineer: Zhouj110624
-- Create Date: 16:29:22 10/08/2012
-- Design Name:
www.eeworm.com/read/213345/4916922
txt xvid-decoding.txt
/*************************************************************
* Short explanation for the XviD data strutures and routines
*
* decoding part
*
* if you have further ques
www.eeworm.com/read/316872/3604269
txt ioctl-decoding.txt
To decode a hex IOCTL code:
Most architecures use this generic format, but check
include/ARCH/ioctl.h for specifics, e.g. powerpc
uses 3 bits to encode read/write and 13 bits for size.
bits mean
www.eeworm.com/read/292758/3941344
java decoding01.java
/*
* Copyright 1999, 2000, 2001 ,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with
www.eeworm.com/read/283915/4073337
java decoding01.java
/* ========================================================================= *
* *
* The Apache Software L