09-23-2024 10:28 AM
My colleagues are using Texas Instruments TMS320C28x IQmath Library to convert HEX values into actual value.
They program in C/C+, I would like to do the same with LabVIEW for my own testing purposes.
Does LabVIEW have a library similar to this or this can be implemented somehow?
09-23-2024 10:37 AM
If you have the C dll, you can call it in LV to do the same conversion. From just the term it looks like some logic that TI used and only TI can provide an equivalent in LabVIEW (or at least explain the logic to implement in LV).
09-23-2024 01:53 PM
Hi Dawn,
@FaIlingDawn wrote:
My colleagues are using … Library to convert HEX values into actual value.
@FaIlingDawn wrote:
Does LabVIEW have a library similar to this or this can be implemented somehow?
Probably yes.
But you need to provide more information about your input data and the expected output data…