代码搜索:Encoding
找到约 10,000 项符合「Encoding」的源代码
代码结果 10,000
www.eeworm.com/read/402573/11533245
txt ac_encoding.txt
// ARITHCoding.cpp: implementation of the CARITHCoding class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "HIC.h"
#include "ARITHCodin
www.eeworm.com/read/402032/11543660
m haming_encoding.m
function encodedmsg=hamc(m,msg)
% m is positive integer, msg= binary msg to be encoded whose length is(( 2^m-1)-m)
%encoded msg is given as out put
% function to hamming encoder circuit implementat
www.eeworm.com/read/254044/12165928
m done_encoding.m
function done_encoding
format long
global bits_to_follow low first_qtr
bits_to_follow=bits_to_follow+1;
if(low
www.eeworm.com/read/254044/12165947
m start_encoding.m
function start_encoding
format long
global low high top_value bits_to_follow
low=0;
high=top_value;
bits_to_follow=0;
www.eeworm.com/read/252324/12286296
m arithmetic_encoding.m
function [m,n,color,allLow,allHigh,numberlow,numberhigh]=arithmetic_encoding(I)
%I=imread('001.bmp')
%imshow(I);
%clear
%I=[3 3 1 1 3 3 1 2;2 3 3 1 3 2 3 2;1 2 3 3 3 3 1 2];
%I=[1 1 1 1 0 0 1 0 1
www.eeworm.com/read/223507/14637730
ppt pcm encoding.ppt
www.eeworm.com/read/221611/14735788
m rsc_encoding.m
function [output1_bin,state1_int]=rsc_encoding(g1,st_t1,out_t1,info)
%RSC coding for each channel
%to get output and the last state of rsc encoder
n=length(info);
mem1=size(g1,2)-1;
state1_int=1;
ou
www.eeworm.com/read/221611/14735793
m isi_encoding.m
function [output2_int,state2_int]=isi_encoding(g2,st_t2,out_t2,output1_bin)
%coding for each ISI channel
%to get expected output(without noise) and the last state of ISI channel
n=length(output1_bin);