統計
MATLAB Answers
0 質問
2 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Define which loops are streamed in HDL coder
Hi Roland, Yes, this is possible by using Coder pragmas. By using the coder.hdl.loopspec() pragma, you can control which loo...
Define which loops are streamed in HDL coder
Hi Roland, Yes, this is possible by using Coder pragmas. By using the coder.hdl.loopspec() pragma, you can control which loo...
8年以上 前 | 1
| 採用済み
回答済み
How to get you loop streaming to work in HDL coder for an update law of the form x[k+1] = A*x[k] + B*u[k]
Hi Robert, This is because we do not support loop streaming of matrix multiplication -- the A*x_temp operation is inhibiting ...
How to get you loop streaming to work in HDL coder for an update law of the form x[k+1] = A*x[k] + B*u[k]
Hi Robert, This is because we do not support loop streaming of matrix multiplication -- the A*x_temp operation is inhibiting ...
9年以上 前 | 0