LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can do 8-to-16 bit modulation in Labview

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

 
0 Kudos
Message 1 of 2
(2,179 Views)

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

Machine Vision, Robotics, Embedded Systems, Surveillance

www.movimed.com - Custom Imaging Solutions
0 Kudos
Message 2 of 2
(2,149 Views)