annotate _Old/PitchTrackV2/readDataSet.m @ 3:475bddaf580c tip

Add report and Presentation
author Dave Moffat <d.j.moffat@qmul.ac.uk>
date Wed, 25 Feb 2015 16:07:05 +0000
parents 26494c0d9ffd
children
rev   line source
d@0 1 function data = readDataSet()
d@0 2
d@0 3
d@0 4
d@0 5
d@0 6 data = {'How long has this been going on?' 'Wh' 'rf'; %1
d@0 7 'But don`t you remember?' 'YN' 'rf'; %2
d@0 8 'Is there life on Mars?' 'YN' 'x'; %3
d@0 9 'Can you feel the love tonight?' 'YN' 'f'; %4
d@0 10 'What have I done?' 'Wh' 'lr'; %5
d@0 11 'Are we human or are we dancers?' 'Wh' 'rf'; %6
d@0 12 'You want me to love you, love some other man too?' 'YN' 'h'; %7
d@0 13 'How can anybody possibly know how I feel?' 'Wh' 'h'; %8
d@0 14 'D?you know what I mean?' 'YN' 'f'; %9
d@0 15 'Do you remember?' 'YN' 'rf'; %10
d@0 16 'Do you remember the first time?' 'YN' 'f'; %11
d@0 17 'Who want to live forever?' 'Wh' 'rf'; %12
d@0 18 'Is this the real life?' 'YN' 'f'; %13
d@0 19 'Is this just fantasy?' 'YN' 'f'; %14
d@0 20 'Who do you think you are?' 'Wh' 'fr'; %15
d@0 21 'And how many times do you swear, you will never love again?' 'Wh' 'f'; %16
d@0 22 'Why don?t we do it on the road?' 'Wh' 'f'; %17
d@0 23 'How deep is your love?' 'Wh' 'x'; %18
d@0 24 'Should I stay or should I go?' 'Echo' 'x'; %19
d@0 25 'How can you say, I go about things the wrong way?' 'Wh' 'f'; %20
d@0 26 'Who are you?' 'Wh' 'f'; %21
d@0 27 'Why does it always rain on me?' 'Wh' 'f'; %22
d@0 28 };
d@0 29
d@0 30
d@0 31 end