代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/389028/2544931
gp alludp.gp
set ytics 0,0.25,2.5
set yrange [0:2]
set xrange [0:12]
set xtics 1,1,11
set key left top
set xlabel "Flow Number"
set ylabel "Bandwidth (Mbps)"
set terminal postscript monochrome dashed 18
set output
www.eeworm.com/read/429733/8792084
txt d.txt
用于产生WCDMA 仿真信号源
close all
clear all
% Make a pulse
BufferSize = 2048;
BW = 2E6; % bandwidth in Hz
Fs = 125E6; % sampling rate
N = 2048;
IF_freq = Fs / BufferSize * 256; % 15,625,000 Hz
w = ch
www.eeworm.com/read/136989/5834929
cpp sender.cpp
// sender.cpp,v 1.11 2003/08/26 19:32:14 yamuna Exp
#include "sender.h"
#include "tao/debug.h"
#include "ace/Get_Opt.h"
#include "ace/High_Res_Timer.h"
static u_long peak_bandwidth = 18400;
www.eeworm.com/read/282970/9050538
m dvb-t.m
%OFDM Transmission
%DVB-T 2K Transmission
%The available bandwidth is 8 MHz
%2K is intended for mobile services
clear all;
close all;
%DVB-T Parameters
Tu=224e-6; %有用OFDM符号的持续时间(单位为秒)
T=Tu/20
www.eeworm.com/read/282962/9050649
m dab.m
5.1 OFDM Transmission
%DAB MODE I Transmission
%The available bandwidth is 1.536 MHz
clear all;
close all;
%DAB Parameters
Tu=1e-3; %有用OFDM符号的持续时间(单位为秒)
T=Tu/2048; %基带基本时间
G=0; %应选择 1/4(5
www.eeworm.com/read/458661/7291977
m omniband2.m
% omniband2.m - bandwidth of birefringent multilayer mirrors
%
% Usage: [F1,F2] = omniband2(na,nH,nL,LH,LL,th,pol,N)
% [F1,F2] = omniband2(na,nH,nL,LH,LL,th,pol) (equivalent to N=0)
%
%
www.eeworm.com/read/435332/7793363
c chirp.c
#include
#include
#include
#define BandWidth 2.0e6 //发射信号带宽
#define TimeWidth 42.0e-6 //发射信号时宽
#define Fs 2.0e6 //采样频率
#define pi 3.
www.eeworm.com/read/315751/13536935
m omniband2.m
% omniband2.m - bandwidth of birefringent multilayer mirrors
%
% Usage: [F1,F2] = omniband2(na,nH,nL,LH,LL,th,pol,N)
% [F1,F2] = omniband2(na,nH,nL,LH,LL,th,pol) (equivalent to N=0)
%
%