vinzbrain 0 Newbie Poster

hello people.

for an assignment (implement NetTalk, a text-to-speech interpreter) i need to get a sliding window to read the input during the training.

e.g.

P=

w.]
o.].............].................
r..]...→......]..... →.... ]
d.,,............].............]
1..............................]........and so forth...


my net will have less input than letters of words it has to read. an output is associated to a specific disposition of input. it implies each word in P must be processed several times with a sliding window going through the word before it is processed entirely.

the "sliding window" seems to be a widespread strategy used for text to speech encoding, nonetheless i can't find anywhere how to practically implement it with matlab.

if anyone wants to help me, even just with a useful link to a page where i can read of it, i would really appreciate.

thank u.

vinz.