代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/197131/8027156
m 7.7.m
%
% FUNCTION 7.7 : "cp0702_bandwidth"
%
% Evaluates the bandwidth of the input 'signal' with
% sampling rate 'dt'
% Bandwidth is evaluated accoring to the given 'threshold'
% (in dB)
% 'BW' is
www.eeworm.com/read/318008/13490612
m bwcalc.m
function [bw,err] = bwcalc(db,omega,lfg_db)
% Determines the bandwidth of a system, either open- or
% closed-loop, by:
% 1. evaluating the freq response for a number of frequencies
www.eeworm.com/read/315751/13536801
m dualbw.m
% dualbw.m - two-section dual-band transformer bandwidths
%
% Usage: [f1L,f1R,f2L,f2R] = dualbw(Z0,ZL,r,GB);
%
% Z0 = main line impedance
% ZL = load impedance (real-valued)
% r = harmonic numb
www.eeworm.com/read/303512/13813866
m dualbw.m
% dualbw.m - two-section dual-band transformer bandwidths
%
% Usage: [f1L,f1R,f2L,f2R] = dualbw(Z0,ZL,r,GB);
%
% Z0 = main line impedance
% ZL = load impedance (real-valued)
% r = harmonic numb
www.eeworm.com/read/147422/5729925
m splitlp3.m
% FUNCTION: seperate the LP roots into a format and a balanced polynomial.
% [Fpoly,Bpoly,FF,FB]=splitlp3(oripoly) gets the 12 roots of oripoly and
% splits them into Fpoly (conjugated) and Bpo
www.eeworm.com/read/482655/6620639
m bptransform.m
%带通滤波器的设计
w0=4;%通带的中心center of band
wb=2;%带宽 bandwidth
[z,p,k]=buttap(3);
[b,a]=zp2tf(z,p,k);
[b,a]=lp2bp(b,a,w0,wb);
H=tf(b,a);
f=0:15/200:10;
w=2*pi*f;
bode(H,w);
www.eeworm.com/read/263427/11363340
lpr 3dnscm.lpr
PROBLEM: Reaction matrix of the 2D problem - I
********
C O N T R O L I N F O R M A T I O N
---------------------------------
www.eeworm.com/read/408754/11370456
c usbehcdtransfermanagement.c
/* usbEhcdTransferManagement.c - transfer management functions of the EHCD */
/* Copyright 2002-2003 Wind River Systems, Inc. */
/*
modification history
--------------------
01f,08Sep03,nrv Changed
www.eeworm.com/read/405217/11468661
m gaussfilt.m
% GAUSSFILT Design a Gaussian Low-Pass Filter
%
% [B, A] = GAUSSFILT(BW, N)
% BW is the 3-dB bandwidth with 1.0 being 1/2 the
% sampling frequency. N is the number of taps.
%
%
function
www.eeworm.com/read/347866/11629814
m gabor.m
% f = gabor(t,f0,t0,gamma,theta)
% gamma controls the width of the signal, and the spectral bandwidth
function f = gabor(t,f0,t0,gamma,theta)
w0 = 2*pi*f0;
if isempty(t0), t0 = 0.45*gamma/f0; end
if ~