代码搜索结果
找到约 2,916 项符合
Energy 的代码
macros.h
//macros availaable within a sensor node are defined here
/* * @name node ID
* @ingroup group_macros
*/
//@{
/* * macro that returns a node's ID(value ranges from 0 to NNODES-1)
* @hideini
solve_snow.c
#include
#include
#include
static char vcid[] = "$Id: solve_snow.c,v 4.2.2.3 2004/05/06 19:57:35 tbohn Exp $";
double solve_snow(snow_data_struct *snow,
layer_d
write_debug.c
#include
#include
#include
#include
static char vcid[] = "$Id: write_debug.c,v 4.1 2000/05/16 21:07:16 vicadmin Exp $";
#if LINK_DEBUG
void write_debug(atmo
xiaobomatlab.txt
clear
clc
%在噪声环境下语音信号的增强
%语音信号为读入的声音文件
%噪声为正态随机噪声
sound=wavread('D:\dsp\timewarp.wav');
count1=length(sound);
noise=0.05*randn(1,count1);
for i=1:count1
signal(i)=sound(i);
wavelet.m
clear
clc
%在噪声环境下语音信号的增强
%语音信号为读入的声音文件
%噪声为正态随机噪声
sound=wavread('c12345.wav');
count1=length(sound);
noise=0.05*randn(1,count1);
for i=1:count1
signal(i)=sound(i);
end
agc.asm
*****************************************************************************
** Description: agc() in agc.c **
**
agc2.asm
*****************************************************************************
** Description: agc2() in agc.c **
**
rescale.m
function gain = scale(md,symb_energy,varargin)
%SCALE Constellation expansion factor.
% G = RESCALE(MD,Es) simply computes an expansion constellation factor
% sets the modulated signal power. Sym
rescale.m
function gain = scale(md,symb_energy,varargin)
%SCALE Constellation expansion factor.
% G = RESCALE(MD,Es) simply computes an expansion constellation factor
% sets the modulated signal power. Sym
gc_pred.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve