forked from BoysTownOrg/chapro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.h
More file actions
59 lines (57 loc) · 1.91 KB
/
Copy pathversion.h
File metadata and controls
59 lines (57 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/* version.h */
#define VER "CHApro version 0.22, 12-Jun-18"
#define NOTICE "Copyright 2016-2018 Boys Town National Research Hospital"
#define RIGHTS "Non-profit redistribution permitted."
/**************************** change log **********************************
0.22 - 12-Jun-18
> Added hardware-delay parameter (hdel) to AFC processing
0.21 - 8-Jun-18
> Added command-line input of AFC parameters to tst_iffb
0.20 - 2-Jun-18
> Separate float & double implementations of complex IIR filters
0.19 - 1-Jun-18
> Implemented second-order sections for IIR filters
0.18 - 31-May-18
> Cleaned up API
> Added IIR design functions
0.17 - 30-May-18
> Converted complex IIR to zero-pole design
> Converted IIR delay to int
0.16 - 12-May-18
> Added C code for IIR filterbank design
0.15 - 4-May-18
> Efficiency improments in feedback_prepare.c
0.14 - 1-May-18
> Optimized AFC parameters (mu,rho,eps)
0.13 - 30-Apr-18
> Added whitening & fixed filters to AFC
0.12 - 27-Apr-18
> Added tst_gha to test IIR+AFC+AGC
0.11 - 26-Apr-18
> Reduced eps to 1e-30 in feedback_process.c
> Fix ifn arg in tst_iffb.c
0.10 - 24-Apr-18
> In case of error, exit immediately
0.09 - 24-Apr-18
> Removed log function from AFC quality metric
0.08 - 22-Apr-18
> Removed log function from AFC quality metric
0.07 - 22-Apr-18
> Added support for IIR filterbank and adaptive feedback cancelation
0.06 - 1-Feb-17
> Added db & undb functions
0.05 - 12-Jan-17
> Fixed allocation of chunk buffer in tst_gfsc.c/prepare
> Fixed file-to-file processing in tst_gfsc.c/{prepare,process,cleanup}
> Updated tst_ftsc.c
0.04 - 15-Nov-16
> Four modules implemented:
> complex-gammatone filterbank
> instantaneous compression
> FIR filterbank
> automatic gain control
0.03 - 6-Nov-16
> Code has been modularized
0.01 - 15-Aug-13
> First working version
**************************************************************************/