代码搜索结果
找到约 2,916 项符合
Energy 的代码
globalmacro.h
#ifndef _GLOBAL_MACRO_H
#define _GLOBAL_MACRO_H
//for test only
#define NUM_OF_SYMBOL 2002
#define ENERGY_TO_NOISE 19
#define BIT_SYMBOL_RATIO 6
#define MAX_DL_BURST_NUM_0 12
#define RA
sounds.lst
world/10_0.wav
Computer: "10..9..8..7..6..5..4..3..2..1.."
world/airhiss1.wav
Air hiss (short, soft)
world/airhiss2.wav
Air hiss (short, louder)
world/amb1.wav
Soft energy whistle
world/amb10.
dtmf.cpp
#include
#include
#include
#include "alaw.h"
#include "dtmf.h"
const short COEF[ENERGY_LEN]={
27980, 26956, 25701, 24219, 19073, 16325,13085, 9315 //1st
}
includes.h
#include "typedefine.h"
#include "machine.h"
#include "iodefine.h"
#include "HD64F38024F_chw.h"
#include "common.h"
#include "mainsys.h"
#include "energy.h"
#include "Communicate.h"
//#include
potential.m
%potential.m - script to plot an attractive potential, energy, etc
%for a body under a central force
m=1; ri=1; vi=5; K=-45; thi=75; %inputs
th=thi*pi/180; vt=vi*sin(th); vr=vi*cos(th);%velocity co
node.h.diffs
*** node.h~ Mon Oct 30 14:02:16 2000
--- node.h Mon Oct 30 12:09:50 2000
***************
*** 59,64 ****
--- 59,72 ----
#include "energy-model.h"
#include "location.h"
+ #ifdef USE_NIXNODES
+ //
aodv.cc
//#include
#include
#include
#include
#include
//#include
#include // I add
#include
#in
order_comp.m
function [W,H,nrgy]=order_comp(W,H)
%
% Order components according to "energy"
%
[D,K]=size(W);
[K,N]=size(H);
%
nrgy=zeros(K,1);
wsum=sum(W,1);
hsum=sum(H,2)';
nrgy=wsum.*hsum;
[nrgy,index
changelog
2005-05-09 21:27 jm
* trunk/speex/include/speex/speex_echo.h,
trunk/speex/libspeex/mdf.c: Smoothed correlation/energy
2005-05-09 21:03 jm
* trunk/speex/include/speex/speex_echo.h,
showfiltered.m
function showFiltered(fim,th, fig, mask)
% showFiltered(fim,th, fig, mask)
% fim steerFilteredImage (theta, G2^2, H2^2)
% th (opt) threshold on energy=sqrt(G2^2+H2^2)
% fig (opt) fignum
% mas