代码搜索:Quantization

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

代码结果 3,139
www.eeworm.com/read/375404/9361629

h adaptive_quantization.h

/*! ************************************************************************ * \file adaptive_quantization.h * * \brief * adaptive quantization matrix selection routines * * \author * Akiy
www.eeworm.com/read/375404/9361756

c adaptive_quantization.c

/*! ************************************************************************ * \file adaptive_quantization.c * * \brief * adaptive quantization matrix selection routines * * \author * Akiy
www.eeworm.com/read/447975/7542682

m perform_quantization.m

function [y, nbr_bits, nbr_bits_tot, y_quant] = perform_quantization(x, T) % perform_quantization - perform a nearly uniform quantization of the signal. % % [y, nbr_bits, nbr_bits_tot, y_quant]
www.eeworm.com/read/446824/7564280

m f_quantization.m

function [dq] = f_quantization(d, range) % "range" is a vector of the quantization levels.. n = length(range); step = range(n)- range(n-1); if d >= 0, for i = 1:n, if (d >= range(i) -
www.eeworm.com/read/298894/7927280

m quantization_threshold.m

% % clear all; % % Necessary path addpath ../ addpath ../rng; % Some parameters FS_CONT = 20e9; PACKET_LENGTH = 4; TC = 2e-9; Eb = 1; snr_dB = 10; % Receiver T_INT = 1e-9; N_INT = 1; % From SNR in d
www.eeworm.com/read/322718/13369755

m xdc_quantization.m

% Procedure for setting the minimum quantization interval that % can be used when phasing the transducer. % % Remember that the focus time lines must be set again for the % quantization to take ef
www.eeworm.com/read/485265/6556976

m quantization_threshold.m

% % clear all; % % Necessary path addpath ../ addpath ../rng; % Some parameters FS_CONT = 20e9; PACKET_LENGTH = 4; TC = 2e-9; Eb = 1; snr_dB = 10; % Receiver T_INT = 1e-9; N_INT = 1; % From SNR in d
www.eeworm.com/read/274175/4187308

m perform_quantization.m

function [y, y_quant] = perform_quantization(x, T, dir) % perform_quantization - perform a nearly uniform quantization of the signal. % % If x is a double array (or a cell collection of arrays)
www.eeworm.com/read/420803/2061809

h tables_quantization.h

/* * tables_quantization.h * Copyright (C) 2004 Gildas Bazin * * This file is part of dtsdec, a free DTS Coherent Acoustics stream decoder. * See http://www.videolan.or
www.eeworm.com/read/370635/9589643

m perform_quantization.m

function [y, nbr_bits, nbr_bits_tot, y_quant] = perform_quantization(x, T) % perform_quantization - perform a nearly uniform quantization of the signal. % % [y, nbr_bits, nbr_bits_tot, y_quant]