Even parity check code
- From: "Marie Hadji" <andry358@xxxxxxxxxxx>
- Date: Mon, 30 Jun 2008 19:12:02 +0000 (UTC)
Hello everybody!
I am a new user of MATLAB. Can anybody guide me how to do
even parity check code on matlab?
we have (8,7,2) that is n=8, k=7, d=2 2^7=codewords
if is a odd ex. 0101010 -> 01010101 (we have three one so in
the end is an extra 1)
or if is even ex. 0110110 --> 01101100 (we have four one so
in the end is an extra 0)
In my case we give to the matlab seven bits ex. [1011101]
and we expect the the output to be 8 bits ex. [10111011].
kindly suggest me how to do it!!!
Thanks in advance
.
- Follow-Ups:
- Re: Even parity check code
- From: us
- Re: Even parity check code
- From: Walter Roberson
- Re: Even parity check code
- Prev by Date: Re: Bit stream to video
- Next by Date: MDCE Problems
- Previous by thread: How to programatically refresh a Simulink model?
- Next by thread: Re: Even parity check code
- Index(es):