代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/198970/7899741
m jointrees.m
function t1 = joinTrees(t1, t2, alpha)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% t12 = joinTrees(t1, t2, alpha)
% create a new KD-tree with t1 and t2 as t
www.eeworm.com/read/330869/12863538
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/324943/13237215
c pwfe.c
/* Version 1.2 Last modified: May 1998 */
#include
#include
#include "typedef.h"
/************************************************************************/
/*
www.eeworm.com/read/308797/13691733
cpp setupnetworkdlg.cpp
/*
VIS H.323 Video Conference System
--Sample for VIS H.323 DLL Library 2.1 Release
For more information,visit our homepage
[http://www.115studio.com]
or mail to us for t
www.eeworm.com/read/145973/5742988
c pwfe.c
/*
ITU-T G.729 Annex C+ - Reference C code for floating point
implementation of G.729 Annex C+
(integration of Annexes B, D and E)
www.eeworm.com/read/482677/6620904
m noise_nb.m
function [out] = noise_nb(fc,B,N0,t)
%output the narrow band gaussian noise sample with single-sided power spectrum N0
%at carrier frequency equals fc and bandwidth euqals B
dt = t(2)-t(1);
Fmx =
www.eeworm.com/read/480200/6668022
m jointrees.m
function t1 = joinTrees(t1, t2, alpha)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% t12 = joinTrees(t1, t2, alpha)
% create a new KD-tree with t1 and t2 as t
www.eeworm.com/read/131470/14144297
c pwfe.c
/* Version 1.1 Last modified: February 1998 */
#include
#include
#include "typedef.h"
/************************************************************************/
/*
www.eeworm.com/read/231140/14254075
c pwfe.c
/*
ITU-T G.729 Annex C+ - Reference C code for floating point
implementation of G.729 Annex C+
(integration of Annexes B, D and E)
www.eeworm.com/read/122349/14699106
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