代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/164272/10120169
m fubin.m
function out=fubin(in,bits,dvec);
%
% fubin.m
%
% function out=fubin(in,bits,dvec);
%
% Fast decoding from binary to decimal
% avoiding the use of loops
% dvec=vector of decimal mappings
%
www.eeworm.com/read/357294/10212339
h avcodec.h
#ifndef AVCODEC_H
#define AVCODEC_H
/**
* @file avcodec.h
* external api header.
*/
#ifdef __cplusplus
extern "C" {
#endif
#include "common.h"
#include "rational.h"
#include /* si
www.eeworm.com/read/352960/10487512
h avcodec.h
#ifndef AVCODEC_H
#define AVCODEC_H
/**
* @file avcodec.h
* external api header.
*/
#ifdef __cplusplus
extern "C" {
#endif
#include "avutil.h"
//#include /* size_t */ //Picard
//
www.eeworm.com/read/159601/10636259
m fubin.m
function out=fubin(in,bits,dvec);
%
% fubin.m
%
% function out=fubin(in,bits,dvec);
%
% Fast decoding from binary to decimal
% avoiding the use of loops
% dvec=vector of decimal mappings
%
www.eeworm.com/read/276846/10702108
h avcodec.h
/*
* copyright (c) 2001 Fabrice Bellard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published
www.eeworm.com/read/349916/10782986
m fubin.m
function out=fubin(in,bits,dvec);
%
% fubin.m
%
% function out=fubin(in,bits,dvec);
%
% Fast decoding from binary to decimal
% avoiding the use of loops
% dvec=vector of decimal mappings
%
www.eeworm.com/read/274320/10876428
m dcode2.m
function [err] = dcode2(M,V,Mary,nsymb,snr)
%Routine to do coding / decoding for differential stbc
%Possible Symbol Set
Set=[0:Mary-1]';
Smap=dmodce(Set,1,1,'psk',Mary)/sqrt(2);
%Generate Sym
www.eeworm.com/read/417694/10980263
h video.h
/*
* Copyright (c) 1992 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purp
www.eeworm.com/read/416329/11032538
m main.m
% % Test program for Quadtree Encoding and Decoding of RGB image
clc, close all, clear all
thvec=[0.5,0.5,0.5]; % threshold for red,green and blue (values b/w 0 and 1)
picname='rafting.png';
I =