LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert TI to IEEE

i have a matrix of data that is in TI format and it needs to be converted to IEEE in order for me to perform the appropriate calculations
0 Kudos
Message 1 of 3
(2,799 Views)

I�m not sure what you mean by converting a matrix from TI format to IEEE format. Are you referring to a communication protocol, or the way data is stored in memory?

If you are referring to the ladder, please check the LabVIEW Data Storage tutorial for more information.


Best regards,
Philip C.
Applications Engineer
National Instruments

- Philip Courtois, Thinkbot Solutions

Thinkbot Solutions
0 Kudos
Message 2 of 3
(2,799 Views)
Possibly the question refers to the format that TI (Texas Instruments) DSP's use to store numbers. But he does not say if they are integer of floating point.....

Anyway the format of the TI numbers is in the appropriate CPU manual. There were example conversion routines in the DSP sample kit (in C++) that I worked on as well, so this would be a good place to start. I also remember a number of technical articles on the TI website. I seem to remember it was fairly straight forward to do...

The LV article recommended is exactly whats needed for LV, see the TI web site for the DSP format.
0 Kudos
Message 3 of 3
(2,799 Views)