comparison multiThreshold 1.46/old files/MTprofile.m @ 38:c2204b18f4a2 tip

End nov big change
author Ray Meddis <rmeddis@essex.ac.uk>
date Mon, 28 Nov 2011 13:34:28 +0000
parents
children
comparison
equal deleted inserted replaced
37:771a643d5c29 38:c2204b18f4a2
1 function x = MTprofile
2 %created: 17_20hr18_Aug_2011
3
4 x.BFs = [250 500 1000 2000 4000 8000];
5
6 x.LongTone = [16.4 13.1 8.77 9.38 15.8 21.4];
7 x.ShortTone = [18.8 15.1 11.9 13.3 20.7 25];
8
9 x.Gaps = [0.01 0.03 0.05 0.07 0.09];
10 x.TMCFreq = [250 500 1000 2000 4000 8000];
11 x.TMC = [
12 37.8 32.6 28.6 40.8 41.7 38
13 41.5 36.3 40.1 44.5 44.6 37.5
14 48.7 42.6 43 49.4 49.7 41.2
15 55.4 45.6 52.2 52.9 52.3 43.2
16 62.7 55.5 62.5 52.3 58 45.9
17 ];
18 x.TMC = x.TMC';
19
20 x.MaskerRatio = [0.5 0.7 0.9 1 1.1 1.3 1.6];
21 x.IFMCFreq = [250 500 1000 2000 4000 8000];
22 x.IFMCs = [
23 44.3 58.4 66.1 73.5 81.9 82.9
24 39.6 46.8 49.9 54 66.5 67.6
25 36.8 36 35.1 42.8 49.9 38
26 37 32.9 33.1 40.8 41.7 37.3
27 34.6 30.6 30.6 41.9 42 38.3
28 35.3 31.8 42.7 52.4 61 56.7
29 40.5 45.3 61 75.5 85.3 90.5
30 ];
31 x.IFMCs = x.IFMCs';