代码搜索:quantized
找到约 430 项符合「quantized」的源代码
代码结果 430
www.eeworm.com/read/178375/9406048
c d_plsf_5.c
/*
*****************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Versi
www.eeworm.com/read/349635/10810324
m cal_sinr_sus.m
function[SINR_sus]=cal_sinr_sus(H,Quantized_H,P,epsi)
[K,M]=size(H);
rou=P/M;
cosfai=sqrt((1+epsi)*(1-(M-1)*epsi)/(1-(M-2)*epsi));
fai=acos(cosfai);
for i=1:K
sita(i)=acos(abs(conj(H(i,:))*Q
www.eeworm.com/read/349633/10810411
asv main.asv
clear all;
M=4;K=4;
total_NFB=24;
Pdb=0:5:20;
P=10.^(Pdb/10);
for num_K=2:M;
for series=1:2
series
for pwr=1:length(Pdb)
H=channel(K,M);
W=code
www.eeworm.com/read/145478/12721184
c d_plsf_5.c
/*
*****************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Versi
www.eeworm.com/read/330414/12895625
c d_plsf_5.c
/*
*****************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Versi
www.eeworm.com/read/136827/5847225
c d_plsf_5.c
/*
*****************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Versi
www.eeworm.com/read/152755/12087441
m bin_enc.m
function [out_binary] = bin_enc(in_quantized,no_bit)
% BIN_ENC .... Natural binary source encoding of the quantization
% levels from the quantization function.
%
% BIN_ENC(Xq,N) operates on the
www.eeworm.com/read/138884/5813315
m lsfcxlpi.m
function [aQI, lsfQ] = LSFCxLPI (LSFC, lsfQP, LSFpar)
% Inverse quantize the LSF's, interpolate the quantized
% LSF's, convert to quantized LP parameters. If LSFC is
% empty, this is a packet loss fra
www.eeworm.com/read/286002/4043381
m lsfcxlpi.m
function [aQI, lsfQ] = LSFCxLPI (LSFC, lsfQP, LSFpar)
% Inverse quantize the LSF's, interpolate the quantized
% LSF's, convert to quantized LP parameters. If LSFC is
% empty, this is a packet loss fra
www.eeworm.com/read/179072/9374578
c gainpred.c
/*
ITU-T G.729 Annex C - Reference C code for floating point
implementation of G.729
Version 1.01 of 15.September.98
*/
/*
---------