代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/160105/5576914
conf wired_4.conf
#
# File for the wired link definition
#
# Format: nodeAddr1 nodeAddr2 bandwidth1 propDelay1 [bandwidth2 propDelay2]
# Each link is bidirectional, and the bandwidth is
# specified in bits per seco
www.eeworm.com/read/159825/5581236
h m5307dma.h
#ifndef _M5307_DMA_H
#define _M5307_DMA_H 1
#include
#include
#include
#define MAX_DMA_CHANNELS 4
/*
*DMA Address Definitions
*/
#de
www.eeworm.com/read/159825/5581260
h mcfdma.h
/****************************************************************************/
/*
* mcfdma.h -- Coldfire internal DMA support defines.
*
* (C) Copyright 1999, Rob Scott (rscott@mtrob.ml.org)
www.eeworm.com/read/174517/9584931
c parsezap.c
/*
Copyright (C) 2006 Adam Charrett
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software
www.eeworm.com/read/414863/11098742
m cp0101_genrect.m
%
% FUNCTION 1.1 : "cp0101_genrect"
%
% Generates a unitary amplitude rectangular waveform
% that is modulated by a sinusoid at frequency 'f0'
% 'signal' is the output waveform
% 'dt' is the sam
www.eeworm.com/read/433250/8537660
m time_shear.m
function y = time_shear(x, c)
% time_shear -- chirp convolution
%
% Usage
% y = time_shear(x, c)
%
% Inputs
% x signal vector, must have an odd length (to have a center point)
% c c
www.eeworm.com/read/432925/8563045
m make_sub_filters.m
function sub_imp = make_sub_filters(bandwidth);
% make sub-filter bank
% sub_fil = frequency response
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% specs
sampling_rat
www.eeworm.com/read/432925/8563059
m make_sub_filters.m
function sub_imp = make_sub_filters(bandwidth);
% make sub-filter bank
% sub_fil = frequency response
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% specs
sampling_rat
www.eeworm.com/read/432640/8585135
h banded_indexer.h
#ifndef _MTL_BANDED_INDEXER_
#define _MTL_BANDED_INDEXER_
#include "mtl/orien.h" // for row/column_orien?
#include "mtl/matrix_traits.h"
namespace mtl {
template
cla
www.eeworm.com/read/432640/8585151
h diagonal_indexer.h
#ifndef _MTL_DIAGONAL_INDEXER_H_
#define _MTL_DIAGONAL_INDEXER_H_
#include "mtl/orien.h"
#include "mtl/matrix_traits.h"
namespace mtl {
template
class diagonal_indexe