Dears,
i am new to the ti device and now i am trying to trace the code in lab0002_vital_signs_gui
Question1:
the comment in the matlab gui code is not enough for me to understand the whole progress.
now i only got the idea that
after this code:
dataOut_AR14xx_float = typecast(uint8([bytevec_data]),'single');
all data is well-defined in the dataOut_AR14xx_float , then the program can show the various of the well-defined data (is well-defined in dataOut_AR14xx_float) in the UI.
but what is the data value flow from Device to dataOut_AR14xx_float ?
Question2: (related to question 1)
and i understand the original data value should come from the device via the port.
Is there anyone could help me to trace the part?
Question3:
and if Q1 and Q2 should be my own work to trace, then i want to figure out a idea first ,
there are some value in dataOut_AR14xx_float like heartRateEstFFT ,
so the FFT math calculation is calculated on the TI device? or the matlab gui part got original signal data , implemnt the FFT to get the heartRateEstFFT ?
Thx