comparison model/integrate.h @ 0:5242703e91d3 tip

Initial checkin for AIM92 aimR8.2 (last updated May 1997).
author tomwalters
date Fri, 20 May 2011 15:19:45 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:5242703e91d3
1 /*
2 integrate.h
3 =========
4
5 interface to some integrators and time samplers
6
7
8
9 */
10
11 #define LowpassDataTypeSource( _source, _stages, _channels, _upward, _downward, _igain ) \
12 lowpassDataTypeSource( _source, _stages, _channels, _upward, _downward, _igain )
13
14 #define BlockSampleSource( _source, _spacing, _channels ) \
15 blockSampleSource( _source, _spacing, _channels )
16
17 #define DownSampleSource( _source, _spacing, _channels ) \
18 downSampleSource( _source, _spacing, _channels )
19
20
21 extern Source lowpassDataTypeSource() ;
22 extern Source blockSampleSource() ;
23 extern Source downSampleSource() ;