diff options
Diffstat (limited to 'src/postfilter.h')
| -rw-r--r-- | src/postfilter.h | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/postfilter.h b/src/postfilter.h new file mode 100644 index 0000000..ecf7f39 --- /dev/null +++ b/src/postfilter.h @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------*\ + + FILE........: postfilter.h + AUTHOR......: David Rowe + DATE CREATED: 13/09/09 + + Postfilter header file. + +\*---------------------------------------------------------------------------*/ + +/* + Copyright (C) 2009 David Rowe + + All rights reserved. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License version 2.1, as + published by the Free Software Foundation. This program is + distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, see <http://www.gnu.org/licenses/>. +*/ + +#ifndef __POSTFILTER__ +#define __POSTFILTER__ + +#include "defines.h" + +void postfilter(MODEL *model, float *bg_est); + +#endif |
