03-27-2015 03:52 PM
Hi every One
I designed below structure to find the BER based on hamming distance. It is not working.
I hope there is some professional KNIGHTS available.
03-27-2015 04:12 PM
03-27-2015 04:14 PM
Think a bit more about how you're calculating your Hamming distance.
You're going to want to do a bitwise XOR. A simple Not Equal operating on the U8 is no good.
You can also take advantage of for loop autoindexing and leave the N terminal unwired.
There are probably more efficient ways of doing this but my initial guess was to use the Num To Boolean Array, XOR, Bool to [0,1] and Add array elements functions.
03-27-2015 04:20 PM
03-28-2015 02:53 AM
I just said it is not correct. Your behaviour is not correct.
03-28-2015 03:24 AM
Hi Takki
I used Array to boolean but there is a error. My input is one dimention of array (0 to 255) and when I use array to boolean , there is an error.