代码搜索:Bandwidth

找到约 1,693 项符合「Bandwidth」的源代码

代码结果 1,693
www.eeworm.com/read/476907/6754274

m ip_08_02.m

% MATLAB script for Illustrative Problem 8.2. clear echo on pn0_db=[-20:0.1:30]; pn0=10.^(pn0_db./10); capacity=3000.*log2(1+pn0/3000); pause % Press a key to see a plot of channel capacity vs.
www.eeworm.com/read/262917/11384375

html 79.html

www.eeworm.com/read/405217/11468625

m binomialxfrmrbw.m

% BINOMIALXFRMRBW Calculate the bandwidth of a binomial transformer % % [BW] = BINOMIALXFRMRBW (Zl, Z0, N, GammaM) calcultaes the relative bandwidth % of an N section binomial trans
www.eeworm.com/read/158591/11600247

m testmeanshift.m

%testDistCluters clear profile on nPtsPerClust = 250; nClust = 3; totalNumPts = nPtsPerClust*nClust; m(:,1) = [1 1]'; m(:,2) = [-1 -1]'; m(:,3) = [1 -1]'; var = .6; bandwidth = .75; cl
www.eeworm.com/read/158463/11613031

m ip_08_02.m

% MATLAB script for Illustrative Problem 2, Chapter 8. echo on pn0_db=[-20:0.1:30]; pn0=10.^(pn0_db./10); capacity=3000.*log2(1+pn0/3000); pause % Press a key to see a plot of channel capacity vs. P/N
www.eeworm.com/read/260026/11751350

cxx newmat4.cxx

//$$ newmat4.cxx Constructors, ReDimension, basic utilities // Copyright (C) 1991,2: R B Davies #include "include.h" #include "newmat.h" #include "newmatrc.h" //#define REPORT { sta
www.eeworm.com/read/259422/11795116

c scheck.c

/* Copyright (c) 2000 Kevin Sullivan * * Please refer to the COPYRIGHT file for more information. */ #include #include #include #include #
www.eeworm.com/read/152406/12116716

m binomialxfrmrbw.m

% BINOMIALXFRMRBW Calculate the bandwidth of a binomial transformer % % [BW] = BINOMIALXFRMRBW (Zl, Z0, N, GammaM) calcultaes the relative bandwidth % of an N section binomial trans
www.eeworm.com/read/253872/12179364

m nid.m

function C = nid(k, v, bandwidth, n, formula, expansion, decomposition) % function C = nid(k, v, bandwidth, n, formula, expansion, decomposition) % This function provides integer approximations of
www.eeworm.com/read/253872/12179399

m nipid.m

function C = nipid(kp, kd, vd, ki, vi, bandwidth, n, formula,... expansion, decomposition) % function C = nipid(kp, kd, vd, ki, vi, bandwidth, n, formula,... % expansion, decomposition)