Applying Reed-Solomon code for Original Voice signal

Status
Not open for further replies.

sasisai

Newbie level 3
Joined
Apr 14, 2009
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,302
Can any one tell me how to apply Reed-Solomon code for our own recorded voice signal.
Here is the code for voice signal and the audiofile is attached down.

Take m=3, n=7, k=3 and the voice signal is given as "sig"


sig=uint8(wavread('elen849_1david2.wav')*255);
%Play the original speech
wavplay(sig,8000);
%Plot the original speech
subplot(2,2,1),plot(sig);
title('Orginal Speech');
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…