代码搜索:quantized
找到约 430 项符合「quantized」的源代码
代码结果 430
www.eeworm.com/read/135728/13906139
m exa130301.m
%------------------------------------------------------------------------
% for example 13.3.1 and fig 13.3.1 (a)~(d)
%------------------------------------------------------------------------
clea
www.eeworm.com/read/135728/13906149
m exa130401.m
%----------------------------------------------------------------------
% exa130401.m , for example 13.4.1 and fig13.4.1(a),(b)
%---------------------------------------------------------------------
www.eeworm.com/read/202967/15368669
m exa130301.m
%------------------------------------------------------------------------
% for example 13.3.1 and fig 13.3.1 (a)~(d)
%------------------------------------------------------------------------
clea
www.eeworm.com/read/202967/15368674
m exa130401.m
%----------------------------------------------------------------------
% exa130401.m , for example 13.4.1 and fig13.4.1(a),(b)
%---------------------------------------------------------------------
www.eeworm.com/read/200886/15420914
m getmzabun.m
% function mzAbun=getMZAbun(data);
%
% Calculates the total abundance at each
% mz (however it was quantized and returned by
% quantizeMS().
function mza=getMZAbun(data)
% data (scans X mass)
mza=
www.eeworm.com/read/108859/15574011
m examp47.m
clc,echo on
%EXAMPLE 47
N=200;t=(0:N-1)*0.01; % Time array
x=sin(2*pi*t); % DT sampled signal
d=max(x)-min(x); % Dynamic range
b
www.eeworm.com/read/104077/15710516
c channel.c
/************************************************************************
*
* CHANL Version 49
*
************************************************************************
*
* CHANWR:
* Place quantize
www.eeworm.com/read/381211/9104199
m quant.m
function [y,scl,shft]=quant(x,n)
% [y,scl,shft]=quantize(x,n)
%
% Inputs: x =vector with real elements.
% n =number of bits per quantized element of x.
%
% Outputs: y =quantized
www.eeworm.com/read/446824/7564267
m test_4_audio.m
clc; clear; clf;
p = 'D:\adorel\a_master_DC\standard_test_audio\';
filename = 'Windows XP Startup.wav';
file = strcat(p,filename);
[I_all,fs,nbits, opts] = wavread(file);
[m,n] = size(I_all);
www.eeworm.com/read/152654/12095005
m tf.m
function varargout = tf(Hq)
%TF Convert quantized filter to transfer function.
% [Bq,Aq,Br,Ar] = TF(Hq) converts the quantized filter coefficients from the
% quantized filter Hq into transfer-f