代码搜索:Bandwidth

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

代码结果 1,693
www.eeworm.com/read/177244/9464088

m dchirp.m

function s=dchirp(TW,p) % generate a sampled chirp signal N=p*TW; % T--chirp signal time duration; W--the bandwidth of chirp alpha = 1/(2*p*p*TW); n=1:N; s=exp(j*2*pi*alpha*(n-N/2).^2);
www.eeworm.com/read/362213/10012583

m ex9_25.m

% Example 9.25 % % Analog Butterworth filter design % % design an 3-pole filter with a bandwidth of 5 Hz % [z,p,k] = buttap(3); % 3 pole filter [b,a] = zp2tf(z,p,k); % convert the ze
www.eeworm.com/read/362213/10012639

m ex9_27.m

% Example 9.27 % % Analog Butterworth filter design for a bandpass filter % % w0 = 4; % center of band wb = 2; % bandwidth [z,p,k] = buttap(3); % 3 pol
www.eeworm.com/read/164099/10129324

m aeex4.m

format short e % Set display format n = 3; % Define order Wn = 1; % Prototype bandwidth Wo = 2*pi*150; % Specify new ban
www.eeworm.com/read/359245/10159612

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/359245/10159618

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/358270/10193261

m binomialxfrmrbw.m

% BINOMIALXFRMRBW Calculate the bandwidth of a binomial transformer % % [BW] = BINOMIALXFRMRBW (Zl, Z0, N, GammaM) calcultaes the relative bandwidth % of an N section binomial trans
www.eeworm.com/read/424063/10499199

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/423536/10552834

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/277960/10590648

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