代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/223158/14651680
m lpcrand.m
function ar=lpcrand(p,n,bw)
% generate n random stable polynomials of order p with a minimum pole
% bandwidth of bw*fs where fs is the sampling fequency.
% To limit the pole radius to r set bw=-log
www.eeworm.com/read/221024/14771312
html http:^^www.cs.washington.edu^research^projects^lis^chaos^www^presentation.html
Date: Tue, 10 Dec 1996 03:21:29 GMT
Server: NCSA/1.4.2
Content-type: text/html
Presentation of Simulation Results
www.eeworm.com/read/215197/15070937
m lpcrand.m
function ar=lpcrand(p,n,bw)
% generate n random stable polynomials of order p with a minimum pole
% bandwidth of bw*fs where fs is the sampling fequency.
% To limit the pole radius to r set bw=-log
www.eeworm.com/read/214970/15081629
m lpcrand.m
function ar=lpcrand(p,n,bw)
% generate n random stable polynomials of order p with a minimum pole
% bandwidth of bw*fs where fs is the sampling fequency.
% To limit the pole radius to r set bw=-log
www.eeworm.com/read/168658/5441111
cc balltreedensityclass.cc
//////////////////////////////////////////////////////////////////////////////////////
// KD-tree code extended for use in kernel density estimation
/////////////////////////////////////////////////
www.eeworm.com/read/167185/5462792
fftzoom
#!/bin/csh -f
# @(#)fftzoom 1.4 9/9/93
# This script is designed to be used as an xwaves "add_op" program.
# To use it with xwaves, send a command like
#
# add_op name Fzoom menu spect command zoom
www.eeworm.com/read/167185/5463149
3 lsftopc.3
.\" Copyright (c) 1987-1990 Entropic Speech, Inc.
.\" Copyright (c) 1991-1997 Entropic Research Laboratory, Inc. All rights reserved.
.\" @(#)lsftopc.3 1.6 18 Apr 1997 ESI/ERL
.ds ]W (c) 1997 Entropic
www.eeworm.com/read/159169/5587975
java linkproperties.java
/**
* @(#)LinkProperties.java ver 1.2 6/20/2005
*
* Modified by Weishuai Yang (wyang@cs.binghamton.edu).
*
* this file is based on KOM / LetsQoS Topology Conversion Tools
*/
package gps.netw
www.eeworm.com/read/159169/5587982
java connection.java
/*
* @(#)Connection.java ver 1.2 6/20/2005
*
* Copyright 2005 Weishuai Yang (wyang@cs.binghamton.edu).
* All rights reserved.
*
*/
package gps.network;
import java.util.Iterator;
www.eeworm.com/read/475025/6799741
m ofdmwaterfilling.m
function [shanonCapacity powerAllocated] = ofdmwaterfilling(...
nSubChannel,totalPower,channelStateInformation,bandwidth,noiseDensity);
%
%====================================================