I am trying to generate sine wave by table look-up method. I am using MatLab to write the hex values into the header file 'sinevalues.h'. But the hex values generated in matlab are generated without '0x' appended to the values which will not be recognized by c-program in ccstudio. Is there anyway to make this work?
