What is the Fixed-Point function replacement for atan?
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (2)
Bharath Venkataraman
el 20 de En. de 2014
1 voto
You can also try using cordicatan2, which gives you a CORDIC based inverse tangent value.
Paul Bayendang
el 11 de Abr. de 2014
0 votos
1) Also figuring a work around for atan function
2) atan2 function is supported, as far as r2012a
Categorías
Más información sobre Code Generation en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!