代码搜索:Quantization
找到约 3,139 项符合「Quantization」的源代码
代码结果 3,139
www.eeworm.com/read/418342/10952892
m quantize.m
function y = quantize(x, b, type)
%QUANTIZE Quantizes the elements of a UINT8 matrix.
% Y = QUANTIZE(X, B, TYPE) quantizes X to B bits. Truncation is
% used unless TYPE is 'igs' for Improved Gr
www.eeworm.com/read/390122/7069823
h dtx.h
/*
ITU-T G.729 Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996, France Telecom, Rockwell International,
Universite de
www.eeworm.com/read/439446/7708544
m p9_2.m
% Program P9_2
% Coefficient Quantization Effects on Cascade
% Realization of an IIR Transfer Function
clf;
[z,p,k] = ellip(6,0.05,60,0.4);
[b,a] = zp2tf(z,p,k);
[g,w] = gain(b,a);
sos = zp2sos(z,p,k)
www.eeworm.com/read/439446/7708621
m p9_2.m
% Program P9_2
% Coefficient Quantization Effects on Cascade
% Realization of an IIR Transfer Function
clf;
[z,p,k] = ellip(6,0.05,60,0.4);
[b,a] = zp2tf(z,p,k);
[g,w] = gain(b,a);
sos = zp2sos
www.eeworm.com/read/439446/7708715
m p9_2.m
% Program P9_2
% Coefficient Quantization Effects on Cascade
% Realization of an IIR Transfer Function
clf;
[z,p,k] = ellip(6,0.05,60,0.4);
[b,a] = zp2tf(z,p,k);
[g,w] = gain(b,a);
sos = zp2sos(z,p,k)
www.eeworm.com/read/436853/7761466
m trainlvq.m
% training vector quantization
function [v]=trainlvq(x,p)
global para;
p=0;
x=imread('rice.tif');
c=para.clusters;
if(p==0)
s=para.s(1);
else
s=para.s(p)
end
x=double(x);
%prepro
www.eeworm.com/read/435680/7787956
h dtx.h
/*
ITU-T G.729 Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996, France Telecom, Rockwell International,
Universite de
www.eeworm.com/read/399209/7880263
m pcm.m
%
function pcmcode=pcm(filename,count)
% Opening the file in the read access mode.
fid = fopen (filename,'r');
% Generating the input signal 'm(t)' by reading the binary data in 16 bit
%
www.eeworm.com/read/196292/8101525
cpp modes.cpp
/* Copyright (C) 2002 Jean-Marc Valin
File: modes.c
Describes the different modes of the codec
Redistribution and use in source and binary forms, with or without
modification, are permi
www.eeworm.com/read/296028/8127723
h dtx.h
/*
ITU-T G.729 Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996, France Telecom, Rockwell International,
Universite de