代码搜索:Bandwidth

找到约 1,693 项符合「Bandwidth」的源代码

代码结果 1,693
www.eeworm.com/read/455913/7361868

ini dext536.ini

[Title] VideoSetting=Video Setting ;视频设置 CustomVideoProAmp=Custom Video Pro Amp ;Custom Video Pro Amp [SimpleCCD] Frequency=Banding Filter ;AC電源周波数 Bandwidth=Bandwidth ;帯域幅 Effect
www.eeworm.com/read/450258/7486809

txt 2-12-s.txt

set terminal png set output "2-12.png" set size 0.6, 0.6 set ylabel "Blocking Ratio(%)" set xlabel "Bandwidth Requirment" set yrange [0:100] set xrange [0:20] set xtics 0, 5, 20 set ytics 0, 2
www.eeworm.com/read/450258/7486820

txt 2-3-s.txt

set terminal png set output "2-3.png" set size 0.6, 0.6 set ylabel "Blocking Ratio(%)" set xlabel "Bandwidth Requirment" set yrange [0:100] set xrange [0:20] set xtics 0, 5, 20 set ytics 0, 20
www.eeworm.com/read/450258/7486829

txt ran2-3-s.txt

set terminal png set output "ran2-3.png" set size 0.6, 0.6 set ylabel "Blocking Ratio(%)" set xlabel "Bandwidth Requirment" set yrange [0:100] set xrange [0:20] set xtics 0, 5, 20 set ytics 0,
www.eeworm.com/read/450258/7486844

txt 3-12-s.txt

set terminal png set output "3-12.png" set size 0.6, 0.6 set ylabel "Blocking Ratio(%)" set xlabel "Bandwidth Requirment" set yrange [0:100] set xrange [0:25] set xtics 0, 5, 25 set ytics 0, 2
www.eeworm.com/read/450258/7486851

txt ran2c3channel-s.txt

set terminal png set output "ran2c3channel.png" set size 0.6, 0.6 set ylabel "Blocking Ratio(%)" set xlabel "Bandwidth Requirment" set yrange [0:100] set xrange [0:20] set xtics 0, 5, 20 set y
www.eeworm.com/read/448259/7535865

m exa4_6.m

% exa4-6_lp2bp for example4-6 % chebshev I analog lowpass filter prototype to bandpass filter clear all; N=5; Rp=3; wl=200*pi; wh=1000*pi; % Chebyshev analog lowpass filter prototype [z,p,k
www.eeworm.com/read/448259/7535868

m exa4_7.m

% exa4-7_lp2bs for example4-7 % chebshev I analog lowpass filter prototype to bandstop filter clear all; N=9; Rp=3; wl=200*pi; wh=1000*pi; % Chebyshev analog lowpass filter prototype [z,p,k
www.eeworm.com/read/442608/7648853

m noise.m

function N=noise(bandwidth, temperature) % NOISE External Noise % % N=noise(bandwidth, temperature) % % N = external noise [unit] % bandwidth = pulse bandwidth % % AIM: % % TECHNICAL BA
www.eeworm.com/read/439815/7701222

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.