代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/203945/15348481
cpp decode.cpp
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWA
www.eeworm.com/read/203041/15367325
h decode.h
/**
* Copyright (c) 2006
* OpenAVS Developers. All Rights Reserved.
*
* Copyright (c) 2005-2006
* NSCC. All Rights Reserved.
*
* This program is free software; you can redistribute it
www.eeworm.com/read/203041/15367331
cpp decode.cpp
/**
* Copyright (c) 2006
* OpenAVS Developers. All Rights Reserved.
*
* Copyright (c) 2005-2006
* NSCC. All Rights Reserved.
*
* This program is free software; you can redistribute it
www.eeworm.com/read/202785/15373354
m decode.m
function [out,desc,bits]=decode(bin,description,action);
%
% Decode a number of parameters from a binary
% sequence, using a description vector.
%
% Useage:
%
% [Decoded_parameters,desc,bits]=d
www.eeworm.com/read/201578/15401530
m decode.m
function dec=decode(y,n)
%《语音信号子带编码》
% 该函数实现对不同的接收到的子带信号可以选取不同的字长进行译码,字长的选取
% 由参数所决定;译码方式对应的采用DPCM,在译码之后,再进行
% A律解压缩,A选取典型值为87.6,预测长度为2。
close all;
k=2^n;
codebook=(linspace(-1,1,k))';
pre=([
www.eeworm.com/read/200640/15428298
h decode.h
#ifndef _DECODE_H_
#define _DECODE_H_
#include "common.h"
void decode_info(Bit_stream_struc*, frame_params*);
void III_get_side_info(Bit_stream_struc *bs, III_side_info_t *si, frame_params *fr
www.eeworm.com/read/200640/15428300
c decode.c
#include
#include
#include "common.h"
#include "decode.h"
#include "huffman.h"
void decode_info(Bit_stream_struc *bs, frame_params *fr_ps)
{
layer *hdr = fr_ps->header
www.eeworm.com/read/200512/15431354
sch decode.sch
www.eeworm.com/read/113552/15453449
h decode.h
/* Header file for decode functions */
#ifndef __GENIE_DECODE_H__
#define __GENIE_DECODE_H__
struct patch { unsigned int addr, data; };
#ifdef __cplusplus
extern "C" {
#endif
void decode(