What is the Fixed-Point function replacement for atan?
古いコメントを表示
I am converting my matlab function to vhdl. What is the function replacement for atan so that it can be converted to fixed point? And also another error is reported. error : Undefined function or variable 'epsilon_out'. The first assignent to a local variable determines its class. how to remove this.
採用された回答
その他の回答 (2 件)
Bharath Venkataraman
2014 年 1 月 20 日
1 投票
You can also try using cordicatan2, which gives you a CORDIC based inverse tangent value.
Paul Bayendang
2014 年 4 月 11 日
0 投票
1) Also figuring a work around for atan function
2) atan2 function is supported, as far as r2012a
カテゴリ
ヘルプ センター および File Exchange で Code Generation についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!