• agbondoc (8/19/2014)


    Hi everyone,

    I have been task to decode a very long Hex string to decimal for further analysis. The output I'm told should be two (2) columns between 2,000 to 3,000 rows of decimals values.

    My issues are the following...

    1. I don't know what the split value is

    2. I am told the values are 32 bit floating data array but I don't think it is.

    3. The hex are supposedly 4 characters to it decimal value.

    for example: 1001: 5.741E-42

    0100: 3.59E-43

    CD44: 7.3635E-41

    4. Number 3 would only make sense if the values i'm told is 16 bit float and not 32.

    I apologize in advance if this seemed confusing.

    Thanks.

    Quick question, do you have any means of asserting the correctness of the output?

    😎