代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/159169/5587981
java bandwidthmanager.java
/*
* @(#)BandwidthManager.java ver 1.2 6/20/2005
*
* Copyright 2005 Weishuai Yang (wyang@cs.binghamton.edu).
* All rights reserved.
*
*/
package gps.network;
import java.util.It
www.eeworm.com/read/159169/5588000
java btconnection.java
/*
* @(#)BTConnection.java ver 1.2 6/20/2005
*
* Copyright 2005 Weishuai Yang (wyang@cs.binghamton.edu).
* All rights reserved.
*
*/
package gps.protocol.BT;
import gps.network.C
www.eeworm.com/read/156067/5613161
m interfcode.m
function [exectime, data] = interfcode(seg, data)
BWshare = 0.0; % Fraction of the network bandwidth occupied by this node
if (rand(1) < BWshare)
ttSendMsg(1, 1, 10); % send 10 bytes to myself
en
www.eeworm.com/read/476080/6773406
m ip_08_02.m
% MATLAB script for Illustrative Problem 8.2.
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/N0.
www.eeworm.com/read/210638/6872840
cpp newmat4.cpp
//$$ newmat4.cpp Constructors, ReSize, basic utilities
// Copyright (C) 1991,2,3,4,8,9: R B Davies
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
#ifdef use_namespace
namespa
www.eeworm.com/read/471761/6888715
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/295657/8147881
m aeex4.m
format short e % Set display format
n = 3; % Define order
Wn = 1; % Prototype bandwidth
Wo = 2*pi*150; % Specify new ban
www.eeworm.com/read/173140/9670875
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/414863/11098741
m untitled4.m
clear;
threshold=-10;
signal=cp0101_genrect;
width = 1e-1;
points = 1000;
dt = width / points;
C=cp0101_bandwidth(signal,dt,threshold);
figure(1);
hold on;
grid on;
plot(C,'r');
www.eeworm.com/read/414455/11111264
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.