view src/delays.h @ 14:19088c4ba50a

Fix incorrect delays for first 4 filters (they had a +ve peak at 0 in the output)
author Chris Cannam
date Mon, 17 Aug 2015 12:48:49 +0100
parents dc0f2b2be9e4
children
line wrap: on
line source
static const int filter_delay[120] = {
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
908,
873,
795,
764,
709,
681,
654,
618,
583,
541,
511,
482,
455,
430,
399,
383,
362,
341,
323,
299,
293,
272,
257,
242,
237,
212,
211,
193,
185,
172,
157,
156,
137,
142,
127,
122,
113,
107,
107,
487,
467,
434,
403,
380,
353,
333,
326,
302,
291,
274,
246,
240,
219,
218,
195,
191,
184,
168,
167,
152,
144,
138,
133,
121,
124,
108,
99,
97,
88,
92,
82,
77,
74,
83,
80,
305,
298,
263,
244,
234,
225,
213,
201,
190,
179,
152,
163,
156,
143,
135,
132,
118,
131,
111,
100,
93,
91,
86,
80,
79
};