09-11-2013 06:50 PM
Dear All,
I would like to make 8-to-16 bit modulation (as like DVD do known as EFMPLus encoding) using Labview.
What I want to do is: Firstly I can convert any image file into decimal format/binary file. Than decimal / binary format file save to the spreadsheet file. I want to apply 8-to-16 bit modulation techniques on the spreadsheet file.
Please advice me if there any way to make 8-to-16 bit modulation in Labview.
Many Thanks, Azim
09-12-2013 10:35 AM
http://en.wikipedia.org/wiki/Eight-to-fourteen_modulation
You have to implement this yourself in code. There is no VI that can accomplish this all on its own.
First you will need to take your data and break it up into 8-bit chunks, using the split number VIs, and then build your 14 (not 16) bit values according to the rules set forth in EFM