05-11-2007 03:06 PM
05-11-2007 11:49 PM
05-12-2007 05:41 AM
05-13-2007 07:30 AM
05-13-2007 10:34 PM - edited 05-13-2007 10:34 PM
You algorithm for calculating bit errors is not correct. With some simulated data, I don't get any way near the right answer. Look at the code below and try that. Insert some data that matches and then insert single bit errors.
I also don't see the point of converting the binary sequence to a string and then using the Byte Array to String. Put the Byte Array to String directly on the output of the Binary MLS function. And why use two of them? If you want a longer sequence, change the number of samples from 128 to 256.
Message Edited by Dennis Knutson on 05-13-2007 09:39 PM
Message Edited by Dennis Knutson on 05-13-2007 09:42 PM