Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top