How to import time dependent matrix data in Simulink?
2 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I have a 3D matrix (with doubles) representing time samples of a 8x8 microphone array. The size of the matrix is (8x8x20000). This means that I have 20000 time samples of every microphone.
How can I import the 64 time signals in Simulink efficiently? (At the moment I use 64 From Workspace blocks importing 64 timeseries out of a struct)
Thanks a lot!
Regards, Piet
0 件のコメント
回答 (1 件)
Ryan G
2013 年 9 月 9 日
Check out Root inport mapping. The process described in that link should help you better understand how to interact with data in the workspace and simplify your workflow.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Computer Vision with Simulink についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!