11-28-2016 09:17 AM
Hi,
I have a task create some simple BCH encoder in LabView. Could someone post some easy example? Or Could someone help me create this task? I'm beginner in Labview.
Thanks.
11-29-2016 08:17 AM
@Pedestrians wrote:
I have a task create some simple BCH encoder in LabView.
Does "task" = "homework"? I did not know what a BCH Encoder was, but from a quick search, I can say that there is no such thing as a "simple" BCH encoder. I recommend that you "do the math" and figure out an algorithm using whatever descriptive language you want (even English, namely a text document). Once you have an algorithm ("Take the first byte, double it, XOR it with the second byte, circularly shift everything left one bit, ..."), try to implement it in LabVIEW. Show us your written algorithm and the LabVIEW VI (post the actual VI, not a picture of it) that you are using to implement your algorithm and we'll provide help.
Bob Schor