HDL Coder atan / atan2
5 次查看(过去 30 天)
显示 更早的评论
Hi, I want to implement an algorithm containing atan2 in HDL with the HDL Coder. The trigonomic function block is supported (hdllib). Atan2 is avaiable for use with CORDIC and fixed point, yet the HDL Coder states that the Block is not supportet. How so?
If the block realy is not supportet, what are my options to implement atan2 or at least atan in HDL using the HDL Coder?
0 个评论
采纳的回答
Kiran Kintali
2017-6-23
currently, atan2 is supported with single inputs.
CORDIC Atan2 with fixpt inputs is on the roadmap. What is the fixpt input wordlength you expect to use? if it is small wordlength you can use a lookup table. if it is large you are better off using the single precision solution which supports a large dynamic range.
thanks
0 个评论
更多回答(2 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!