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.

IWR1642BOOST: For what purpose did you create [tHist.mat] created in tm_play.m?

Part Number: IWR1642BOOST

Hello.

tm_play.m creates a file called [tHist.mat].
-----
C:\ti\mmwave_industrial_toolbox_2_4_0\labs\lab0013_traffic_monitoring_16xx\gui\tm_play.m
L557 save('tHist.mat','tHist');
-----

But I do not know why this file is necessary.
Please tell me what purpose you are creating.

Please note that it is not a "fHist" file.
I understand the purpose of the fHist file.
What I want to know is about the "tHist" file.

Thanks.

  • Former Member
    0 Former Member

    Hello Koji,

    tHist is a data file containing the tracked objects history. It's not being used for anything and is just a log file that can be used for debug if needed.

    Amanda