In Simulink: Can the output argument of a function be used to input a text string (converted to uint8) to a Raspberry Pi eSpeak block?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
In Simulink: Can the output argument of a function be used to input a text string (converted to uint8) to a Raspberry Pi eSpeak block?
This works with a 'constant' block and the uint8('string') as input. But I would like to use a function and even ask for user input (of a phrase to speak) if possible.
Thanks, John
0 Kommentare
Akzeptierte Antwort
Murat Belge
am 9 Dez. 2013
Yes. It should. The 'eSpeak' block has been created using a MATLAB function block. You can right-click on the block and choose "Look under mask" to see the source MATLAB code. Create a copy of this block and modify the MATLAB code the way you want.
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Raspberry Pi Hardware finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!