代码搜索:Quantization

找到约 3,139 项符合「Quantization」的源代码

代码结果 3,139
www.eeworm.com/read/379449/9196972

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/177342/9458831

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/170018/9823071

h dtx.h

/* ITU-T G.729A Annex B ANSI-C Source Code Version 1.3 Last modified: August 1997 Copyright (c) 1996, France Telecom, Rockwell International, Universite de S
www.eeworm.com/read/168440/9914228

h dtx.h

/* ITU-T G.729A Annex B ANSI-C Source Code Version 1.3 Last modified: August 1997 Copyright (c) 1996, France Telecom, Rockwell International, Universite de Sherb
www.eeworm.com/read/359900/10116942

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/162721/10279586

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/425836/10317581

h dtx.h

/* ITU-T G.729 Annex C+ - Reference C code for floating point implementation of G.729 Annex C+ (integration of Annexes B, D and E)
www.eeworm.com/read/160929/10469556

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/160929/10469913

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/160929/10470310

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)