/home5/piconepr/public_html/isip/projects/speech/software/documentation/class/algo/Energy/Energy.h
// file: $isip/class/algo/Energy/Energy.h
// version: $Id: Energy.h 7609 2002-01-04 20:55:18Z gao $
//
// make sure definitions are only made once
//
#ifndef ISIP_ENERGY
#define ISIP_ENERGY
// isip include files
//
#ifndef ISIP_ALGORITHM_BASE
#include <AlgorithmBase.h>
[snipped]
// method: setFloor
//
boolean setFloor(float floor = DEF_FLOOR) {
floor_d = floor;
return true;
}
[snipped]
//
// end of file
Up |
Home |
Courses |
Projects |
Proposals |
Publications
Please direct questions or comments to
joseph.picone@isip.piconepress.com