02-25-2005 03:15 PM
02-28-2005 06:38 PM
03-01-2005 11:55 AM
@tsimpkins wrote:
I'm reading in 5 parallel TTL lines which signify filter center frequencies for a box I'm simulating. I want to convert that string of 5 binary values into the actual center filter values (e.g. 5.4 MHz, 7.3 MHz, etc.) I have using an Excel lookup table, and want that displayed on the LabVIEW GUI to the user. It's a lot easier for my users to read a value (e.g. 5.4 MHz) than it is to read 01010 and look that up by hand. How can I do that using LabVIEW?
Thanks
03-02-2005 02:28 PM
05-31-2012 03:17 AM
05-31-2012 06:40 AM
My initial thought was to just have an array constant that you can index from your binary values (convert then into an integer first).