Mercurial > hg > libxtract
comparison xtract/xtract_vector.h @ 116:859495925633
- Fixed build fail if --enable-fft not specified
- Fixed doxygen build so that it includes libxtract.h
- Doxygen tweaks
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Wed, 26 Mar 2008 13:04:33 +0000 |
parents | f5040ed4e555 |
children | e4f704649c50 |
comparison
equal
deleted
inserted
replaced
115:6c5ece9cba3a | 116:859495925633 |
---|---|
16 * along with this program; if not, write to the Free Software | 16 * along with this program; if not, write to the Free Software |
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, | 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, |
18 * USA. | 18 * USA. |
19 */ | 19 */ |
20 | 20 |
21 /* xtract_scalar.h: declares functions that extract a feature as a vector from an input vector */ | 21 /** \file xtract_vector.h: declares functions that extract a feature as a vector from an input vector */ |
22 | 22 |
23 #ifndef XTRACT_VECTOR_H | 23 #ifndef XTRACT_VECTOR_H |
24 #define XTRACT_VECTOR_H | 24 #define XTRACT_VECTOR_H |
25 | 25 |
26 #ifdef __cplusplus | 26 #ifdef __cplusplus |
28 #endif | 28 #endif |
29 | 29 |
30 /** | 30 /** |
31 * \defgroup vector vector extraction functions | 31 * \defgroup vector vector extraction functions |
32 * | 32 * |
33 * Defines vector extraction functions, and their parameters. | 33 * Functions that extract a feature as a vector from an input vector |
34 * | |
34 * @{ | 35 * @{ |
35 */ | 36 */ |
36 | 37 |
37 /** \brief Extract frequency domain spectrum from time domain signal | 38 /** \brief Extract frequency domain spectrum from time domain signal |
38 * | 39 * |