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!