代码搜索:bandwidth
找到约 1,693 项符合「bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/399441/2360590
out load-200.out
interval 0.02
dumping parameters
CPThresh_ 10.0
CSThresh_ 3.652e-10
RXThresh_ 3.652e-10
Phy bandwidth_ 2.0e6
freq_ 914e+6
L_ 1.0
Pt_ 0.28183815
MAC mac_cheat_ 0
MAC datarate_ 2.0e6
MAC basicrate_ 2.
www.eeworm.com/read/399441/2360632
out load-200.out
interval 0.02
dumping parameters
CPThresh_ 10.0
CSThresh_ 3.652e-10
RXThresh_ 3.652e-10
Phy bandwidth_ 2.0e6
freq_ 914e+6
L_ 1.0
Pt_ 0.28183815
MAC mac_cheat_ 0
MAC datarate_ 2.0e6
MAC basicrate_ 2.
www.eeworm.com/read/285194/8861617
m lowpassfilter.m
%用矩形窗设计线性相位FIR低通滤波器(wc=pi/4 N=21)
N=21;wc=pi/4;
bandwidth=4*pi/N;
n=[0:1:N-1];
hdn=ideal_lp(wc,N);
win_boxcar=boxcar(N)';
hn=hdn.*win_boxcar;
[db,mag,pha,w]=myfreqz(hn,1);
subplot(2,2,1);stem(