Main Page | Class List | File List | Class Members | File Members

Bars.h

Go to the documentation of this file.
00001 /*************************************************************************** 00002 Bars.h - description 00003 ------------------- 00004 begin : lun nov 10 2003 00005 copyright : (C) 2003 by 00006 email : 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef BARS_H 00019 00020 #define BARS_H 00021 00022 #include "FreqMask.h" 00023 00025 00029 void Periodogram(unsigned char *Samples,float *Periodogram, FrequencyMaskType fMask); 00030 00032 00038 void Periodograms(unsigned char *samples1,unsigned char *samples2,float *periodogram1,float *periodogram2,FrequencyMaskType fMask); 00039 00040 #endif

Generated on Fri Jul 23 11:36:01 2004 for WhistleRecogniser by doxygen 1.3.7