代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/216045/15028209
m firrcos.m
function [b,a]=firrcos(varargin)
%FIRRCOS Raised Cosine FIR Filter design.
% B=FIRRCOS(N,Fc,DF,Fs) returns an order N low pass linear phase FIR
% filter with a raised cosine transition band.
www.eeworm.com/read/216045/15028650
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/114188/15068054
htm 00000057.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: holly (聪明的孩子,提着易碎的灯笼), 信区: Linux  
www.eeworm.com/read/213940/15121919
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/210160/15205733
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/207237/15278996
pas tewipe.pas
unit teWipe;
interface
{$INCLUDE teDefs.inc}
uses
SysUtils, Classes, TransEff, teTimed,
{$ifdef CLX}
QForms, QGraphics;
{$else}
Windows, Messages, Forms, Graphics;
{$endif C
www.eeworm.com/read/167185/5463193
3 pctolsf.3
.\" Copyright (c) 1986-1990 Entropic Speech, Inc.
.\" Copyright (c) 1991 Entropic Research Laboratory, Inc. All rights reserved.
.\" @(#)pctolsf.3 1.5 29 Jul 1991 ESI/ERL
.ds ]W (c) 1991 Entropic Rese
www.eeworm.com/read/163565/5509707
m firrcos.m
function [b,a]=firrcos(varargin)
%FIRRCOS Raised Cosine FIR Filter design.
% B=FIRRCOS(N,Fc,DF,Fs) returns an order N low pass linear phase FIR
% filter with a raised cosine transition band.
www.eeworm.com/read/160156/5576582
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/159169/5587979
java link.java
/**
* @(#)Link.java ver 1.2 6/20/2005
*
* Modified by Weishuai Yang (wyang@cs.binghamton.edu).
*
* this file is based on KOM / LetsQoS Topology Conversion Tools
*/
package gps.network.graph