代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/386581/8737797
m designfilter.m
%DesignFilter.m
function B=DesignFilter(W0)
fs=8000;
N=33;
k=2*pi/fs;
Bandwidth=70;
wc1=(W0-Bandwidth/2)*k;
wc2=(W0+Bandwidth/2)*k;
B=fir2(N,[0,wc1,wc2,1],[0,1,1,0]);
www.eeworm.com/read/430016/8772978
c bacptest.c
/* bacpTest.c - Test Script for testing BACP component */
/* Copyright 1999 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01h,22oct02, ijm cha
www.eeworm.com/read/168691/9901952
c usbehcdbandwidth.c
/* usbEhcdBandwidth.c - contains the bandwidth functions of EHCD */
/* Copyright 2004-2005 Wind River Systems, Inc.
This software includes software licensed to Wind River Systems, Inc.
by Wip
www.eeworm.com/read/362372/10001944
res p40.res
Global coordinates
Node 1 0.0000E+00
Node 2 0.2500E+00
Node 3 0.5000E+00
Node 4 0.7500E+00
Node 5 0.1000E+01
Global node numbers
Elem
www.eeworm.com/read/362372/10001964
res p43.res
Global coordinates
Node 1 0.0000E+00
Node 2 0.2000E+01
Node 3 0.4000E+01
Node 4 0.6000E+01
Node 5 0.8000E+01
Node 6 0.1000
www.eeworm.com/read/356723/10222164
m false_al_time.m
function vt = false_al_time
% This function computes and plots the false alarm time versus
% the fixed threshold Vt to the noise power
%b_var = 0.1 * bandwidth_rnage:0.1 * bandwidth_range: 10.0 *
www.eeworm.com/read/356058/10237790
res p40.res
Global coordinates
Node 1 0.0000E+00
Node 2 0.2500E+00
Node 3 0.5000E+00
Node 4 0.7500E+00
Node 5 0.1000E+01
Global node numbers
Elem
www.eeworm.com/read/356058/10237795
res p43.res
Global coordinates
Node 1 0.0000E+00
Node 2 0.2000E+01
Node 3 0.4000E+01
Node 4 0.6000E+01
Node 5 0.8000E+01
Node 6 0.1000
www.eeworm.com/read/272513/10955035
h uplo.h
//
// Copyright 1997, 1998, 1999 University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
//
// This file is part of the Matrix Template Library
//
// You should have recei