Hi,
After viewing data on tera term which is kinda gibberish , what is the feasible way to load this data as readable in MATLAB for processing ?.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
After viewing data on tera term which is kinda gibberish , what is the feasible way to load this data as readable in MATLAB for processing ?.
Hi Sheeraz,
You can store incoming data using the GUI. When you have collected the data you want, press the exit button on the GUI. This will store the data in a matlab variable format call fHistRT.mat:
You can find the code used to parse the data in the GUI folder of the lab in main_pplcount_viz.m at line 495. You can see the data format of the TLVs in the "data formats" section of our user's guide.
Regards,
Justin