]> git.uio.no Git - private-carlingn-dsb.git/blob - Papers/Submitted/ForwardBackwardAPES/figs/FBvsFFB_N10_SNR0.eps
Added ItDec code for correlation and angle-dependent DOA RMSE
[private-carlingn-dsb.git] / Papers / Submitted / ForwardBackwardAPES / figs / FBvsFFB_N10_SNR0.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: MATLAB, The MathWorks, Inc. Version 7.13.0.564 (R2011b). Operating System: Darwin 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64.
3 %%Title: /Users/carlingn/Documents/new_backup/SqheadResearchGit/TSP/finite_apes/figs/FBvsFFB_N10_SNR0.eps
4 %%CreationDate: 04/30/2012  14:57:21
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: 1
9 %%BoundingBox:    26   186   585   606
10 %%EndComments
11
12 %%BeginProlog
13 % MathWorks dictionary
14 /MathWorks 160 dict begin
15 % definition operators
16 /bdef {bind def} bind def
17 /ldef {load def} bind def
18 /xdef {exch def} bdef
19 /xstore {exch store} bdef
20 % operator abbreviations
21 /c  /clip ldef
22 /cc /concat ldef
23 /cp /closepath ldef
24 /gr /grestore ldef
25 /gs /gsave ldef
26 /mt /moveto ldef
27 /np /newpath ldef
28 /cm /currentmatrix ldef
29 /sm /setmatrix ldef
30 /rm /rmoveto ldef
31 /rl /rlineto ldef
32 /s {show newpath} bdef
33 /sc {setcmykcolor} bdef
34 /sr /setrgbcolor ldef
35 /sg /setgray ldef
36 /w /setlinewidth ldef
37 /j /setlinejoin ldef
38 /cap /setlinecap ldef
39 /rc {rectclip} bdef
40 /rf {rectfill} bdef
41 % page state control
42 /pgsv () def
43 /bpage {/pgsv save def} bdef
44 /epage {pgsv restore} bdef
45 /bplot /gsave ldef
46 /eplot {stroke grestore} bdef
47 % orientation switch
48 /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
49 % coordinate system mappings
50 /dpi2point 0 def
51 % font control
52 /FontSize 0 def
53 /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
54   makefont setfont} bdef
55 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
56   exch dup 3 1 roll findfont dup length dict begin
57   { 1 index /FID ne {def}{pop pop} ifelse } forall
58   /Encoding exch def currentdict end definefont pop} bdef
59 /isroman {findfont /CharStrings get /Agrave known} bdef
60 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
61   exch FMS} bdef
62 /csm {1 dpi2point div -1 dpi2point div scale neg translate
63  dup landscapeMode eq {pop -90 rotate}
64   {rotateMode eq {90 rotate} if} ifelse} bdef
65 % line types: solid, dotted, dashed, dotdash
66 /SO { [] 0 setdash } bdef
67 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
68 /DA { [6 dpi2point mul] 0 setdash } bdef
69 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
70   dpi2point mul] 0 setdash } bdef
71 % macros for lines and objects
72 /L {lineto stroke} bdef
73 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
74 /AP {{rlineto} repeat} bdef
75 /PDlw -1 def
76 /W {/PDlw currentlinewidth def setlinewidth} def
77 /PP {closepath eofill} bdef
78 /DP {closepath stroke} bdef
79 /MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
80   neg 0 exch rlineto closepath} bdef
81 /FR {MR stroke} bdef
82 /PR {MR fill} bdef
83 /L1i {{currentfile picstr readhexstring pop} image} bdef
84 /tMatrix matrix def
85 /MakeOval {newpath tMatrix currentmatrix pop translate scale
86 0 0 1 0 360 arc tMatrix setmatrix} bdef
87 /FO {MakeOval stroke} bdef
88 /PO {MakeOval fill} bdef
89 /PD {currentlinewidth 2 div 0 360 arc fill
90    PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
91 /FA {newpath tMatrix currentmatrix pop translate scale
92   0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
93 /PA {newpath tMatrix currentmatrix pop  translate 0 0 moveto scale
94   0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
95 /FAn {newpath tMatrix currentmatrix pop translate scale
96   0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
97 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
98   0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
99 /vradius 0 def /hradius 0 def /lry 0 def
100 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
101 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
102   /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
103   vradius add translate hradius vradius scale 0 0 1 180 270 arc 
104   tMatrix setmatrix lrx hradius sub uly vradius add translate
105   hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
106   lrx hradius sub lry vradius sub translate hradius vradius scale
107   0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
108   translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
109   closepath} bdef
110 /FRR {MRR stroke } bdef
111 /PRR {MRR fill } bdef
112 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
113   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
114   rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
115   sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
116   closepath} bdef
117 /FlrRR {MlrRR stroke } bdef
118 /PlrRR {MlrRR fill } bdef
119 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
120   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
121   rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
122   sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
123   closepath} bdef
124 /FtbRR {MtbRR stroke } bdef
125 /PtbRR {MtbRR fill } bdef
126 /stri 6 array def /dtri 6 array def
127 /smat 6 array def /dmat 6 array def
128 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
129 /asub {/ind2 exch def /ind1 exch def dup dup
130   ind1 get exch ind2 get sub exch } bdef
131 /tri_to_matrix {
132   2 0 asub 3 1 asub 4 0 asub 5 1 asub
133   dup 0 get exch 1 get 7 -1 roll astore } bdef
134 /compute_transform {
135   dmat dtri tri_to_matrix tmat1 invertmatrix 
136   smat stri tri_to_matrix tmat2 concatmatrix } bdef
137 /ds {stri astore pop} bdef
138 /dt {dtri astore pop} bdef
139 /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
140   currentfile 
141   3 index 0 eq {/ASCIIHexDecode filter}
142   {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
143   ifelse exch readstring pop
144   dup 0 3 index getinterval /rbmap xdef
145   dup 2 index dup getinterval /gbmap xdef
146   1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
147 /it {gs np dtri aload pop moveto lineto lineto cp c
148   cols rows 8 compute_transform 
149   rbmap gbmap bbmap true 3 colorimage gr}bdef
150 /il {newpath moveto lineto stroke}bdef
151 currentdict end def
152 %%EndProlog
153
154 %%BeginSetup
155 MathWorks begin
156
157 0 cap
158
159 end
160 %%EndSetup
161
162 %%Page: 1 1
163 %%BeginPageSetup
164 %%PageBoundingBox:    26   186   585   606
165 MathWorks begin
166 bpage
167 %%EndPageSetup
168
169 %%BeginObject: obj1
170 bplot
171
172 /dpi2point 12 def
173 portraitMode 0312 7272 csm
174
175     0     0  6719  5040 rc
176 85 dict begin %Colortable dictionary
177 /c0 { 0.000000 0.000000 0.000000 sr} bdef
178 /c1 { 1.000000 1.000000 1.000000 sr} bdef
179 /c2 { 0.900000 0.000000 0.000000 sr} bdef
180 /c3 { 0.000000 0.820000 0.000000 sr} bdef
181 /c4 { 0.000000 0.000000 0.800000 sr} bdef
182 /c5 { 0.910000 0.820000 0.320000 sr} bdef
183 /c6 { 1.000000 0.260000 0.820000 sr} bdef
184 /c7 { 0.000000 0.820000 0.820000 sr} bdef
185 c0
186 1 j
187 1 sg
188    0    0 6720 5041 rf
189 6 w
190 0 4108 5208 0 0 -4108 873 4486 4 MP
191 PP
192 -5208 0 0 4108 5208 0 0 -4108 873 4486 5 MP stroke
193 4 w
194 DO
195 SO
196 6 w
197 0 sg
198  873 4486 mt 6081 4486 L
199  873  378 mt 6081  378 L
200  873 4486 mt  873  378 L
201 6081 4486 mt 6081  378 L
202  873 4486 mt 6081 4486 L
203  873 4486 mt  873  378 L
204  873 4486 mt  873 4433 L
205  873  378 mt  873  430 L
206 %%IncludeResource: font Helvetica
207 /Helvetica /ISOLatin1Encoding 120 FMSR
208
209  840 4631 mt 
210 (0) s
211 1451 4486 mt 1451 4433 L
212 1451  378 mt 1451  430 L
213 1385 4631 mt 
214 (10) s
215 2030 4486 mt 2030 4433 L
216 2030  378 mt 2030  430 L
217 1964 4631 mt 
218 (20) s
219 2609 4486 mt 2609 4433 L
220 2609  378 mt 2609  430 L
221 2543 4631 mt 
222 (30) s
223 3187 4486 mt 3187 4433 L
224 3187  378 mt 3187  430 L
225 3121 4631 mt 
226 (40) s
227 3766 4486 mt 3766 4433 L
228 3766  378 mt 3766  430 L
229 3700 4631 mt 
230 (50) s
231 4345 4486 mt 4345 4433 L
232 4345  378 mt 4345  430 L
233 4279 4631 mt 
234 (60) s
235 4923 4486 mt 4923 4433 L
236 4923  378 mt 4923  430 L
237 4857 4631 mt 
238 (70) s
239 5502 4486 mt 5502 4433 L
240 5502  378 mt 5502  430 L
241 5436 4631 mt 
242 (80) s
243 6081 4486 mt 6081 4433 L
244 6081  378 mt 6081  430 L
245 6015 4631 mt 
246 (90) s
247  873 4486 mt  925 4486 L
248 6081 4486 mt 6028 4486 L
249  635 4530 mt 
250 (-14) s
251  873 3972 mt  925 3972 L
252 6081 3972 mt 6028 3972 L
253  635 4016 mt 
254 (-12) s
255  873 3459 mt  925 3459 L
256 6081 3459 mt 6028 3459 L
257  635 3503 mt 
258 (-10) s
259  873 2945 mt  925 2945 L
260 6081 2945 mt 6028 2945 L
261  702 2989 mt 
262 (-8) s
263  873 2432 mt  925 2432 L
264 6081 2432 mt 6028 2432 L
265  702 2476 mt 
266 (-6) s
267  873 1918 mt  925 1918 L
268 6081 1918 mt 6028 1918 L
269  702 1962 mt 
270 (-4) s
271  873 1405 mt  925 1405 L
272 6081 1405 mt 6028 1405 L
273  702 1449 mt 
274 (-2) s
275  873  891 mt  925  891 L
276 6081  891 mt 6028  891 L
277  772  935 mt 
278 (0) s
279  873  378 mt  925  378 L
280 6081  378 mt 6028  378 L
281  772  422 mt 
282 (2) s
283  873 4486 mt 6081 4486 L
284  873  378 mt 6081  378 L
285  873 4486 mt  873  378 L
286 6081 4486 mt 6081  378 L
287 gs 873 378 5209 4109 rc
288 59 0 58 -2 59 -3 58 -4 59 -5 58 -7 59 -8 58 -9 
289 59 -10 58 -12 58 -11 59 -10 58 -8 59 -4 58 5 59 14 
290 58 25 59 35 58 39 59 37 58 31 58 23 59 19 58 16 
291 59 14 58 14 59 11 58 8 59 5 58 2 59 -3 58 -6 
292 58 -10 59 -14 58 -19 59 -23 58 -29 59 -33 58 -38 59 -41 
293 58 -41 58 -40 59 -32 58 -19 59 -3 58 17 59 35 58 49 
294 59 54 58 54 59 44 58 26 58 -1 59 -36 58 -72 59 -94 
295 58 -78 59 -35 58 8 59 31 58 40 59 40 58 36 58 30 
296 59 21 58 13 59 3 58 -9 59 -18 58 -25 59 -19 58 4 
297 58 48 59 96 58 130 59 140 58 138 59 132 58 130 59 135 
298 58 149 59 172 58 209 58 255 59 305 58 334 59 302 58 186 
299 59 42 878 605 90 MP stroke
300 59 0 58 -1 59 -2 58 -3 59 -3 58 -3 59 -4 58 -5 
301 59 -6 58 -5 58 -6 59 -6 58 -5 59 -5 58 -3 59 -2 
302 58 1 59 5 58 10 59 14 58 20 58 25 59 27 58 27 
303 59 26 58 21 59 15 58 9 59 2 58 -3 59 -7 58 -11 
304 58 -15 59 -18 58 -22 59 -26 58 -28 59 -29 58 -26 59 -22 
305 58 -16 58 -11 59 -4 58 3 59 12 58 21 59 27 58 31 
306 59 25 58 14 59 1 58 -10 58 -17 59 -20 58 -19 59 -9 
307 58 9 59 38 58 60 59 47 58 18 59 -4 58 -15 58 -21 
308 59 -26 58 -29 59 -32 58 -34 59 -36 58 -29 59 -3 58 54 
309 58 117 59 135 58 98 59 41 58 2 59 -4 58 28 59 94 
310 58 178 59 263 58 335 58 385 59 409 58 394 59 320 58 177 
311 59 26 878 725 90 MP stroke
312 gr
313
314   36   36  878  725 FO
315   36   36  937  751 FO
316   36   36  995  928 FO
317   36   36 1054 1248 FO
318   36   36 1112 1642 FO
319   36   36 1171 2051 FO
320   36   36 1229 2436 FO
321   36   36 1287 2771 FO
322   36   36 1346 3034 FO
323   36   36 1404 3212 FO
324   36   36 1463 3306 FO
325   36   36 1521 3334 FO
326   36   36 1580 3330 FO
327   36   36 1638 3332 FO
328   36   36 1697 3373 FO
329   36   36 1755 3471 FO
330   36   36 1814 3606 FO
331   36   36 1872 3723 FO
332   36   36 1930 3777 FO
333   36   36 1989 3774 FO
334   36   36 2047 3745 FO
335   36   36 2106 3709 FO
336   36   36 2164 3675 FO
337   36   36 2223 3643 FO
338   36   36 2281 3614 FO
339   36   36 2340 3588 FO
340   36   36 2398 3567 FO
341   36   36 2456 3552 FO
342   36   36 2515 3548 FO
343   36   36 2573 3566 FO
344   36   36 2632 3613 FO
345   36   36 2690 3673 FO
346   36   36 2749 3711 FO
347   36   36 2807 3720 FO
348   36   36 2866 3711 FO
349   36   36 2924 3692 FO
350   36   36 2983 3672 FO
351   36   36 3041 3655 FO
352   36   36 3099 3645 FO
353   36   36 3158 3646 FO
354   36   36 3216 3660 FO
355   36   36 3275 3685 FO
356   36   36 3333 3716 FO
357   36   36 3392 3743 FO
358   36   36 3450 3764 FO
359   36   36 3509 3776 FO
360   36   36 3567 3779 FO
361   36   36 3626 3775 FO
362   36   36 3684 3764 FO
363   36   36 3742 3748 FO
364   36   36 3801 3726 FO
365   36   36 3859 3700 FO
366   36   36 3918 3671 FO
367   36   36 3976 3643 FO
368   36   36 4035 3617 FO
369   36   36 4093 3595 FO
370   36   36 4152 3577 FO
371   36   36 4210 3562 FO
372   36   36 4268 3551 FO
373   36   36 4327 3544 FO
374   36   36 4385 3541 FO
375   36   36 4444 3543 FO
376   36   36 4502 3552 FO
377   36   36 4561 3567 FO
378   36   36 4619 3588 FO
379   36   36 4678 3614 FO
380   36   36 4736 3641 FO
381   36   36 4795 3668 FO
382   36   36 4853 3693 FO
383   36   36 4911 3713 FO
384   36   36 4970 3727 FO
385   36   36 5028 3737 FO
386   36   36 5087 3742 FO
387   36   36 5145 3743 FO
388   36   36 5204 3741 FO
389   36   36 5262 3738 FO
390   36   36 5321 3733 FO
391   36   36 5379 3728 FO
392   36   36 5438 3722 FO
393   36   36 5496 3716 FO
394   36   36 5554 3711 FO
395   36   36 5613 3705 FO
396   36   36 5671 3700 FO
397   36   36 5730 3696 FO
398   36   36 5788 3693 FO
399   36   36 5847 3690 FO
400   36   36 5905 3687 FO
401   36   36 5964 3685 FO
402   36   36 6022 3684 FO
403   36   36 6081 3684 FO
404 gs 873 378 5209 4109 rc
405 DA
406 59 0 58 -1 59 -1 58 -1 59 -2 58 -2 59 -2 58 -2 
407 59 -3 58 -3 58 -3 59 -3 58 -3 59 -3 58 -3 59 -3 
408 58 -2 59 -1 58 -1 59 0 58 2 58 2 59 2 58 4 
409 59 4 58 4 59 5 58 5 59 6 58 6 59 8 58 7 
410 58 6 59 5 58 2 59 -1 58 -6 59 -10 58 -12 59 -14 
411 58 -13 58 -12 59 -9 58 -6 59 -3 58 1 59 5 58 9 
412 59 12 58 15 59 15 58 10 58 3 59 -7 58 -18 59 -27 
413 58 -34 59 -36 58 -31 59 -20 58 0 59 28 58 64 58 98 
414 59 113 58 93 59 58 58 23 59 -9 58 -39 59 -68 58 -90 
415 58 -100 59 -96 58 -67 59 78 58 122 59 9 58 38 59 96 
416 58 145 59 189 58 238 58 302 59 402 58 582 59 810 58 631 
417 59 94 878 662 90 MP stroke
418 gr
419
420 DA
421 3166 4774 mt 
422 (Angle \(deg\)) s
423  553 2736 mt  -90 rotate
424 (RMSE \(dB\)) s
425 90 rotate
426  856 4529 mt 
427 ( ) s
428 6065  420 mt 
429 ( ) s
430 SO
431 1 sg
432 0 480 2060 0 0 -480 3962 918 4 MP
433 PP
434 -2060 0 0 480 2060 0 0 -480 3962 918 5 MP stroke
435 4 w
436 DO
437 SO
438 6 w
439 0 sg
440 3962  918 mt 6022  918 L
441 3962  438 mt 6022  438 L
442 3962  918 mt 3962  438 L
443 6022  918 mt 6022  438 L
444 3962  918 mt 6022  918 L
445 3962  918 mt 3962  438 L
446 3962  918 mt 6022  918 L
447 3962  438 mt 6022  438 L
448 3962  918 mt 3962  438 L
449 6022  918 mt 6022  438 L
450 4419  572 mt 
451 (Forward-only APES) s
452 gs 3962 438 2061 481 rc
453 351 0 4032 529 2 MP stroke
454 gr
455
456 4419  721 mt 
457 (Forward-backward APES) s
458 gs 3962 438 2061 481 rc
459 351 0 4032 678 2 MP stroke
460 gs 4135 605 147 147 rc
461   36   36 4208  678 FO
462 gr
463
464 gr
465
466 4419  869 mt 
467 (Full forward-backward APES) s
468 gs 3962 438 2061 481 rc
469 DA
470 351 0 4032 826 2 MP stroke
471 SO
472 gr
473
474
475 end %%Color Dict
476
477 eplot
478 %%EndObject
479
480 epage
481 end
482
483 showpage
484
485 %%Trailer
486 %%EOF