Pointer Setting for identifying time of corresponding data
古いコメントを表示
I have a set of Data which has been optimised by Matlab. This Output Data is a matrix and after optimisation the decimal input values get converted into binary output values of 9 bits per value. Each set of 9 values in it corresponds to data for a set of time.
I need to now set a pointer to tell which set of 9 values belongs to which time step and onward based on its position. I'm quite puzzled on this issue, could anyone please advise me on how I could approach this issue?
For my data, 9 values represents 1 hour of data for 1 device and i have 105 hours of recording for 10 devices so 9450 (945x10) values in this matrix. Thanks!
2 件のコメント
AJ von Alt
2014 年 1 月 20 日
編集済み: AJ von Alt
2014 年 1 月 20 日
Can you clarify what the output of the "pointer" should be with an example? Do you have a vector of time stamps that you are trying to match with the data or do you want to generate your own time stamps?
Sam
2014 年 1 月 21 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!