代码搜索:quantized
找到约 430 项符合「quantized」的源代码
代码结果 430
www.eeworm.com/read/256612/11983288
m dec_gain.m
function [gp,gc]=Dec_gain(Ga,Gb,c,GA,GB)
%/*---------------------------------------------------------------------------*
% * Function Dec_gain
www.eeworm.com/read/255577/12072484
m f_adc.m
function [b,d,y] = f_adc (x,N,Vr)
%F_ADC: Perform N-bit analog-to-digital conversion
%
% Usage: [b,d,y] = f_adc (x,N,Vr);
%
% Inputs:
% x = analog input
% N = number of bit
www.eeworm.com/read/255577/12072672
asv f_adc.asv
function [b,d,y] = f_adc (x,N,Vr)
%F_ADC: Perform N-bit analog-to-digital conversion
%
% Usage: [b,d,y] = f_adc (x,N,Vr);
%
% Inputs: x = analog input
% N = number of bits
%
www.eeworm.com/read/230384/14291215
m f_adc.m
function [b,d,y] = f_adc (x,N,Vr)
%F_ADC: Perform N-bit analog-to-digital conversion
%
% Usage: [b,d,y] = f_adc (x,N,Vr);
%
% Inputs:
% x = analog input
% N = number of bit
www.eeworm.com/read/230384/14291262
asv f_adc.asv
function [b,d,y] = f_adc (x,N,Vr)
%F_ADC: Perform N-bit analog-to-digital conversion
%
% Usage: [b,d,y] = f_adc (x,N,Vr);
%
% Inputs: x = analog input
% N = number of bits
%
www.eeworm.com/read/224839/14566486
m dec_gain.m
function [gp,gc]=Dec_gain(Ga,Gb,c,GA,GB)
%/*---------------------------------------------------------------------------*
% * Function Dec_gain
www.eeworm.com/read/248284/12585587
m p9_1.m
% Program P9_1
% Coefficient Quantization Effects on Direct Form
% Realization of an IIR Transfer Function
clf;
[b,a] = ellip(6,0.05,60,0.4);
[g,w] = gain(b,a);
bq = a2dT(b,5);aq = a2dT(a,5);
[
www.eeworm.com/read/175483/9545653
cpp mp3libce.cpp
/* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of
www.eeworm.com/read/175483/9545774
cpp mp12libce.cpp
/* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 o
www.eeworm.com/read/349635/10810320
m userselect.m
function[user]=userselect(H,Quantized_H,SINR,epsi)
[K,M]=size(H);
userset_num=zeros(1,M);
user=zeros(1,M);
userset_num(1)=K;
for i=1:K
if SINR(i)==max(SINR)
user(1)=i;
end
end