forked from BoysTownOrg/chapro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bflt.h
20 lines (18 loc) · 1.35 KB
/
bflt.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// bflt.h - band-limit filter from ITE feedbakc spectrum
#define BFSZ 100
static float bflt[100] = {
0.06745527, 0.13102976,-0.02334070,-0.24094760,-0.21954232, 0.00167584, 0.18499566,
0.18815388, 0.06610613,-0.04594358,-0.07678502,-0.04903084,-0.01570394,-0.00105316,
0.00327761, 0.00973231, 0.01716006, 0.01713062, 0.00739786,-0.00507282,-0.01177307,
-0.01018941,-0.00406881, 0.00146025, 0.00392208, 0.00377985, 0.00248678, 0.00098923,
-0.00036871,-0.00134738,-0.00165886,-0.00122387,-0.00034895, 0.00045375, 0.00081664,
0.00070539, 0.00033566,-0.00003659,-0.00026130,-0.00031284,-0.00023700,-0.00010021,
0.00003485, 0.00012085, 0.00013681, 0.00009341, 0.00002416,-0.00003445,-0.00006096,
-0.00005456,-0.00002869,-0.00000004, 0.00001949, 0.00002558, 0.00002016, 0.00000870,
-0.00000276,-0.00000983,-0.00001097,-0.00000744,-0.00000202, 0.00000256, 0.00000472,
0.00000437, 0.00000242, 0.00000014,-0.00000150,-0.00000206,-0.00000166,-0.00000073,
0.00000020, 0.00000078, 0.00000088, 0.00000060, 0.00000018,-0.00000019,-0.00000037,
-0.00000035,-0.00000020,-0.00000002, 0.00000012, 0.00000016, 0.00000014, 0.00000006,
-0.00000001,-0.00000006,-0.00000007,-0.00000005,-0.00000002, 0.00000001, 0.00000003,
0.00000003, 0.00000002, 0.00000000,-0.00000001,-0.00000001,-0.00000001,-0.00000001,
0.00000000, 0.00000000};