sukooooooon
Joined: 24 Sep 2008 Posts: 1
|
24 Sep 2008 22:54 BCH code |
|
|
|
Hi alll,
I am new to the group and after seeing this group i think some one will help me.
I am BCH code user
i am using matlab
msg =gf(round(rand(1,k)));
code = bchenc(msg,n,k);
it goes well
afterwards I want to change "code" to plus/minus one by
code = code*2-1;
it does not work ???
I want to add complex gaussian noise to it
receieved _signal = code +noise;
doest not work ??????
please suuuggest somthing ...
|
|