From: Kama Basumatary on
How do i generate a speech signal in Matlab using the workspace.?
From: Wayne King on
"Kama Basumatary" <krosskit.bas(a)gmail.com> wrote in message <huq1p8$72j$1(a)fred.mathworks.com>...
> How do i generate a speech signal in Matlab using the workspace.?

Are you trying to do text to speech? Have you searched the file exchange?

http://www.mathworks.com/matlabcentral/fileexchange/18091-text-to-speech

Wayne
From: Rune Allnor on
On 10 Jun, 08:47, "Kama Basumatary" <krosskit....(a)gmail.com> wrote:
> How do i generate a speech signal in Matlab using the workspace.?

Either

1) Connect a microphone to your PC
2) Record while talking into the MIC (you might need
the data acquisition toolbox for this)

or

1) Import a file containing recorded speech useing WAVREAD.

Rune