代码搜索:Bandwidth
找到约 1,693 项符合「Bandwidth」的源代码
代码结果 1,693
www.eeworm.com/read/427080/8978347
m rcos.m
%File : c5_rcos.m
function h=rcos(k,m,beta)
%k-samples per symbol
%m-delay is mT
%beta-bandwidth factor
%
beta=beta;
n=0:2*m*k;
z=(n/k)-m+eps;
t1=cos(beta*pi*z);
t2=sin(pi*z)./(pi*z);
t
www.eeworm.com/read/374411/9407019
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/425836/10317652
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/352445/10552149
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/276845/10702261
cpp ch.cpp
#include
#include
#include
#include "freqkey.h"
#include "keydef.h"
#include "g_func.h"
#include "global.h"
#include "ch.h"
const char *cha[]={"踪迹 A","幅频
www.eeworm.com/read/272513/10955092
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/272513/10955103
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
www.eeworm.com/read/469148/6978440
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 equals B
dt=t(2)-t(1);
Fmx=1/dt
www.eeworm.com/read/462956/7191263
c sfu_test.c
/****************************************************************************
*
* ALi (Shanghai) Corporation, All Rights Reserved. 2002 Copyright (C)
*
* File: lib_ashcmd.c
*
* Descript