代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/476494/6762755
html sample_videoconf_info.html
Sample Application: Video Conference
www.eeworm.com/read/135719/13908566
c ntt_extend_pitch.c
/*****************************************************************************/
/* This software module was originally developed by */
/* Takehiro Moriya (NTT)
www.eeworm.com/read/135238/13948916
asv melp_lpc.asv
%线性预测分析
%输入: 一帧200个样点的数据 "1+a1..."
%输出: LPC系数
function f=melp_lpc(s)
global ham_win;
%w=0.54-0.46*cos(2*pi*((1:200)-1)/199);
v=s.*ham_win; %Add a window
%for
www.eeworm.com/read/135238/13948953
m melp_lpc.m
%线性预测分析
%输入: 一帧200个样点的数据 "1+a1..."
%输出: LPC系数
function f=melp_lpc(s)
global ham_win;
%w=0.54-0.46*cos(2*pi*((1:200)-1)/199);
v=s.*ham_win; %Add a window
%for
www.eeworm.com/read/237004/13981705
h uplo.h
//
// Copyright 1997, 1998, 1999 University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
//
// This file is part of the Matrix Template Library
//
// You should have recei
www.eeworm.com/read/104265/15700459
res p40.res
Global coordinates
Node 1 0.0000E+00
Node 2 0.2500E+00
Node 3 0.5000E+00
Node 4 0.7500E+00
Node 5 0.1000E+01
Global node numbers
Elem
www.eeworm.com/read/104265/15700469
res p43.res
Global coordinates
Node 1 0.0000E+00
Node 2 0.2000E+01
Node 3 0.4000E+01
Node 4 0.6000E+01
Node 5 0.8000E+01
Node 6 0.1000
www.eeworm.com/read/104265/15700545
res p40.res
Global coordinates
Node 1 0.0000E+00
Node 2 0.2500E+00
Node 3 0.5000E+00
Node 4 0.7500E+00
Node 5 0.1000E+01
Global node numbers
Elem
www.eeworm.com/read/104265/15700550
res p43.res
Global coordinates
Node 1 0.0000E+00
Node 2 0.2000E+01
Node 3 0.4000E+01
Node 4 0.6000E+01
Node 5 0.8000E+01
Node 6 0.1000
www.eeworm.com/read/392011/8367351
m kelvin_2.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% successive approximation converter %
% with finite DAC's slew-rate and bandwidth.