Is there a Rand() function alternative for HDL Coder?
24 ビュー (過去 30 日間)
古いコメントを表示
Is there an alternative way of generating "16x3 double" numbers for use in HDL Coder? I am trying to use rand() for a function that I need to convert into HDL, but I am getting an message from HDL Coder saying that I need to change it because it is not supported. I was wondering if there is an alternative or if I would need to make it from scratch.
回答 (1 件)
Kiran Kintali
2020 年 10 月 20 日
Please check the attached example of uniform rand number generation using HDL Coder native floating point code generaiton features.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!