view libaf/dsp.h @ 23421:e013cf91368f

r23370: added missing fps r23410: add documentation for new -menu-chroot option r23420: added a missing space char r23423: added '&' for 'e.g.' r23424: removed an unneeded comma r23425: removed unneeded space fix typo
author voroshil
date Thu, 31 May 2007 17:30:49 +0000
parents 14090f7300a8
children 3f0d00abc073
line wrap: on
line source

/*=============================================================================
//	
//  This software has been released under the terms of the GNU General Public
//  license. See http://www.gnu.org/copyleft/gpl.html for details.
//
//  Copyright 2002 Anders Johansson ajh@atri.curtin.edu.au
//
//=============================================================================
*/

#ifndef	_DSP_H
#define	_DSP_H 	1

/* Implementation of routines used for DSP */

/* Size of floating point type used in routines */
#define _ftype_t float

#include <window.h>
#include <filter.h>

#endif