代码搜索:Quantization
找到约 3,139 项符合「Quantization」的源代码
代码结果 3,139
www.eeworm.com/read/304001/13805051
m codebook_fmcq1.m
%this codebook is used for fourier magnitudes quantization
%the vector is from 1 to 121
FMCQ_CODEBOOK(1:121,:)=[...
0.822998 1.496297 0.584847 1.313507 0.846008 0.614041 0.615298 0.88
www.eeworm.com/read/304001/13805061
m codebook_fmcq1.m
%this codebook is used for fourier magnitudes quantization
%the vector is from 1 to 121
FMCQ_CODEBOOK(1:121,:)=[...
0.822998 1.496297 0.584847 1.313507 0.846008 0.614041 0.615298 0.88
www.eeworm.com/read/145973/5742847
h gainquant.h
/******************************************************************
iLBC Speech Coder ANSI-C Source Code
gainquant.h
www.eeworm.com/read/145973/5742892
h stateconstructw.h
/******************************************************************
iLBC Speech Coder ANSI-C Source Code
StateConstructW.h
Copyright (c) 2001,
www.eeworm.com/read/136827/5847097
h d_plsf.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS and its licensors.
** All rights reserved.
**
** This file is part of the Qtopia Environ
www.eeworm.com/read/107896/6187859
h median.h
/*
** File: median.h Copyright (c) Truda Software
** Author: Anton Kruger 215 Marengo Rd, #2,
** Date: March 1992 Oxford, IA 52322-9383
** Revisio
www.eeworm.com/read/488119/6496938
m program_9_1.m
% Program 9_1
% Coefficient Quantization Effects on the
% Frequency Response of a Direct Form IIR Filter
%
clf;
[b,a] = ellip(5,0.4,50,0.4);
[h,w] = freqz(b,a,512); g = 20*log10(abs(h));
bq = a
www.eeworm.com/read/263616/11352512
v bench_top.v
/////////////////////////////////////////////////////////////////////
//// ////
//// Discrete Cosine Transform Testbench
www.eeworm.com/read/345066/11841319
h jpdequan.h
#ifndef __JPDEQUAN_H
#define __JPDEQUAN_H
#include
#include "jpeg.h"
#include "bitimage.h"
class JpegDecoder ;
class JpegDecoderQuantizationTable
{
public:
JpegDecoderQuantiz
www.eeworm.com/read/152755/12087493
m bin_dec.m
function [out_quantized] = bin_dec(in_bin)
% BIN_DEC ..... Natural binary source decoding.
%
% BIN_DEC(B) operates on the binary input array B that is in the form:
%
% BIN-sample(1) .....