-
Notifications
You must be signed in to change notification settings - Fork 13
/
iltass.h
20 lines (18 loc) · 1.35 KB
/
iltass.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// iltass.h - inverted long-term average speech spectrum
#define WFSZ 100
static float iltass[100] = {
1.38145958,-0.50445068, 0.07552627,-0.07848383,-0.07443519,-0.00286954,-0.01880385,
0.00765254,-0.00810973,-0.00103546, 0.00746381,-0.00341604, 0.00003676,-0.00199512,
0.00319811,-0.00000802,-0.00141152, 0.00207201,-0.00067368, 0.00156106,-0.00090723,
0.00057613, 0.00314851, 0.00146992, 0.00258377, 0.00193178, 0.00262204, 0.00124675,
0.00037265, 0.00127619, 0.00045015, 0.00127140, 0.00030804, 0.00057406, 0.00124123,
0.00020702, 0.00050123, 0.00027096, 0.00062765, 0.00022321,-0.00013017, 0.00015740,
-0.00039204,-0.00021929,-0.00079427,-0.00067761,-0.00023259,-0.00060567,-0.00031753,
-0.00033848,-0.00016214,-0.00031802,-0.00043968,-0.00018152,-0.00029043,-0.00003984,
-0.00022205,-0.00011615, 0.00011496,-0.00013445,-0.00000498,-0.00000397, 0.00010835,
0.00008068, 0.00003822, 0.00016377, 0.00007258, 0.00015781, 0.00002256, 0.00006768,
0.00021002, 0.00008730, 0.00016718, 0.00015351, 0.00016310, 0.00010133, 0.00003002,
0.00006681, 0.00001197, 0.00005991,-0.00001086, 0.00000633, 0.00006963,-0.00001774,
0.00001567, 0.00001236, 0.00002621, 0.00001477,-0.00001010, 0.00001139,-0.00002268,
-0.00000999,-0.00005660,-0.00004932,-0.00000753,-0.00004126,-0.00000950,-0.00000052,
0.00000844, 0.00000523};