代码搜索:bandwidth
找到约 1,693 项符合「bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/267278/11187746
m bandwidth.m
function BW = bandwidth(DataRate,Overhead,FECR,BITpSym)
% This function caculates satellite operating band-width
% DataRate: Input data rate (Kb/s)
% Overhead: Link overhead factor (% Worst case)
www.eeworm.com/read/237907/13920052
m bandwidth.m
%function bandwidth
%对任意输入信号求带宽
% rect_a输入信号
% dt_a输入信号采样周期
% threshold 带宽门限 单位db
% ss_e输出单边功率谱密度信号
% f_high上限频率
% f_low下限频率
% bw_a输入信号带宽
function [ss_e,f_high,f_low,bw]=bandwidth(signal,dt
www.eeworm.com/read/428839/8835407
gif bandwidth_exceeded.gif
www.eeworm.com/read/373627/9445929
html bandwidth.nrd.html
R: Bandwidth for density() via Normal Reference Distribution
www.eeworm.com/read/364970/9885630
asv bandwidth1.asv
%
%FUNTION 1.2:"cp0101_bandwidth"
%
%evaluates the bandwidth of the input 'signal' with sample period 'dt'
%
%bandwidth is evaluated according to the given 'threshold'(in dB)
%'BW'is the bandeid
www.eeworm.com/read/364970/9885634
m rect+bandwidth.m
function [sinpulse,dt]=cp0102_sinpulse_one
Tp=1e-8;
Nc=8;
A=1;
smp=1000;
f=Nc/Tp;
p=sin(2.*pi.*f.*linspace(0,Tp,smp));
sinpulse=zeros(1,3*smp);
sinpulse(1+smp:2*smp)=p;
www.eeworm.com/read/364970/9885640
asv rect+bandwidth.asv
function [sinpulse,dt]=cp0102_sinpulse_one
Tp=1e-8;
Nc=8;
A=1;
smp=1000;
f=Nc/Tp;
p=sin(2.*pi.*f.*linspace(0,Tp,smp));
sinpulse=zeros(1,3*smp);
sinpulse(1+smp:2*smp)=p;
www.eeworm.com/read/364970/9885641
m bandwidth1.m
%
%FUNTION 1.2:"cp0101_bandwidth"
%
%evaluates the bandwidth of the input 'signal' with sample period 'dt'
%
%bandwidth is evaluated according to the given 'threshold'(in dB)
%'BW'is the bandeid
www.eeworm.com/read/166486/10017823
gif bandwidth_exceeded.gif
www.eeworm.com/read/461382/7228273
m cal_bandwidth.m
function BwMatrix = cal_bandwidth(sim_M_vec, sim_h_vec, percent, precision, filename)
% some constants
infinity = 100000;
epsilon = 1e-4;
target_tail = (1-percent)*0.5;
% append .mat to filen