summaryrefslogtreecommitdiff
path: root/nyqsrc/ffilterkit.h
blob: d277e7d87101ea05c3e235fcf9bf17b1c15eb430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*:filterkit.h */

/*
 * FilterUp() - Applies a filter to a given sample when up-converting.
 * FilterUD() - Applies a filter to a given sample when up- or down-
 *                   converting.
 */

fast_float FilterUp(mem_float Imp[], mem_float ImpD[], int Nwing, 
                    boolean Interp, mem_float *Xp, double Ph, int Inc);

fast_float FilterUD(mem_float Imp[], mem_float ImpD[], int Nwing,
                    boolean Interp, mem_float *Xp, double Ph, int Inc,
                    double dhb);