source: fact/tools/rootmacros/factfir.h@ 13534

Last change on this file since 13534 was 13534, checked in by neise, 13 years ago
added a lot of includes
File size: 283 bytes
Line 
1#ifndef __FACTFIR_H
2#define __FACTFIR_H
3
4void factfir(
5 double b,
6 vector<double> &a,
7 int k,
8 vector<float> &source,
9 vector<float> &dest);
10
11void sliding_avg(
12 vector<float> &source,
13 vector<float> &dest,
14 unsigned int HalfWidth);
15#endif // __FACTFIR_H
Note: See TracBrowser for help on using the repository browser.