代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/268231/11149022
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/268105/11154346
f substit.f
c=======================================================================
subroutine substit(mx,neqn,level,A,x)
c=======================================================================
impl
www.eeworm.com/read/267278/11187738
m uplinkbd.m
function SNR = uplinkbd()
% this function perform satellite uplink budget
ESTrPower = 35; % transmission power of earth station, dBW.
ESTrLoss = -1; % loss of transmission earth statio
www.eeworm.com/read/267278/11187745
m downlinkbd.m
function SNR = downlinkbd()
% this function perform satellite downlink budget
SatPower = 18; % transmission power from satellite, dBW.
SatLoss = -1; % loss of transmission satellite,
www.eeworm.com/read/266842/11210775
m processradar.m
function A=processradar(twt,A,varargin)
%
% A=processradar(twt,A [,parameters])
%
%Parameters:
% BackgroundRemoval=[true],false
% Gain=[tsquare],linear
% BandPass=[paul],fircls
% C
www.eeworm.com/read/411588/11237538
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, 80); % send 80 bits to myself
end
www.eeworm.com/read/147096/12583654
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
www.eeworm.com/read/300562/13905754
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/300086/13936448
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
www.eeworm.com/read/132953/14065359
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