代码搜索:quantized
找到约 430 项符合「quantized」的源代码
代码结果 430
www.eeworm.com/read/413138/11165431
pdf mmse multiuser receiver for uniformly quantized synchronous cdma signals in awgn channels.pdf
www.eeworm.com/read/271744/10982552
m bercurve_cv_soft2.m
% Computes BER v EbNo curve for convolutional encoding / soft decision
% Viterbi decoding scheme assuming BPSK
% Brute force Monte Carlo approach is unsatisfactory (takes too long)
% to find the
www.eeworm.com/read/136827/5847239
h q_gain_c.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS and its licensors.
** All rights reserved.
**
** This file is part of the Qtopia Environ
www.eeworm.com/read/228533/14380249
c rgb_4bit.c
/*
Mapping RGB Triples onto Four Bits
by Alan Paeth
from "Graphics Gems", Academic Press, 1990
*/
remap8(R, G, B, R2, G2, B2)
float R, G, B, *R2, *G2, *B2;
{
/*
* remap8 maps floating (R,G,B
www.eeworm.com/read/270032/11050855
c rgbto4bits.c
/*
Mapping RGB Triples onto Four Bits
by Alan Paeth
from "Graphics Gems", Academic Press, 1990
*/
remap8(R, G, B, R2, G2, B2)
float R, G, B, *R2, *G2, *B2;
{
/*
* remap8 maps floating (R,G,B
www.eeworm.com/read/391253/8413805
m qd.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/391253/8414084
m probtrans.m
function A=probtrans(B,l)
%求输入矩阵B的转移概率矩阵
%l索引最大值
A=zeros(l);
for i=1:length(B)-1
A(B(i)+1,B(i+1)+1)=A(B(i)+1,B(i+1)+1)+1;
end
for i=1:l
c=sum(A(i,:));
for j=1:l
if c==0
www.eeworm.com/read/190158/8447147
c lsp34.c
/**************************************************************************
*
* ROUTINE
* lsp34
*
* FUNCTION
*
* independent nonuniform scalar line spectral pair quantizer
www.eeworm.com/read/180485/9305426
m program_11_8.m
% Program 11_8
% Sigma-Delta D/A Converter Operation
%
clf;
colordef black;
% Generate the input sinusoidal sequence
N = input('Type in length of the input sequence = ');
A = input('Type in amp