代码搜索:quantized

找到约 430 项符合「quantized」的源代码

代码结果 430
www.eeworm.com/read/348005/11618163

dsp decodegain.dsp

/************************************************************************/ /* $$01/10/2000 checked decode gain module data and function */ /* $$01/16/2001 modified and pri
www.eeworm.com/read/255577/12072240

m f_filter.m

function y = f_filter (b,a,x,bits,realize) %F_FILTER: Compute the zero-state response of the following filter % % b(1) + b(2)z^(-1) + ...+ b(M+1)z^(-m) % H(z) =
www.eeworm.com/read/255577/12072310

asv f_filter.asv

function y = f_filter (b,a,x,bits,realize) %F_FILTER: Compute the zero-state response of the following filter % % b(1) + b(2)z^(-1) + ...+ b(M+1)z^(-m) % H(z) =
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) .....
www.eeworm.com/read/231140/14253719

h gainquant.h

/****************************************************************** iLBC Speech Coder ANSI-C Source Code gainquant.h
www.eeworm.com/read/230384/14291147

m f_filter.m

function y = f_filter (b,a,x,bits,realize) %F_FILTER: Compute the zero-state response of the following filter % % b(1) + b(2)z^(-1) + ...+ b(M+1)z^(-m) % H(z) =
www.eeworm.com/read/230384/14291166

asv f_filter.asv

function y = f_filter (b,a,x,bits,realize) %F_FILTER: Compute the zero-state response of the following filter % % b(1) + b(2)z^(-1) + ...+ b(M+1)z^(-m) % H(z) =
www.eeworm.com/read/159489/5583967

h gainquant.h

/****************************************************************** iLBC Speech Coder ANSI-C Source Code gainquant.h
www.eeworm.com/read/473492/6844944

h gainquant.h

/****************************************************************** iLBC Speech Coder ANSI-C Source Code gainquant.h Copyright (C) The Internet
www.eeworm.com/read/275452/10816425

m dac.m

% DAC Performs digital to analog conversion (DAC) on the received % binary sequence, including signal expansion with a Mu-law % compander. % Completeed: July 24, 2005 % Terrence Irvi