Contenido principal

Esta página es para la versión anterior. La página correspondiente en inglés ha sido eliminada en la versión actual.

Algoritmos CORDIC en MATLAB

Operaciones de algoritmos CORDIC en MATLAB®

Los algoritmos CORDIC (COordinate Rotation DIgital Computer) son algunos de los más eficientes desde el punto de vista del hardware, ya que solo requieren operaciones iterativas de desplazamiento y suma. El algoritmo CORDIC elimina la necesidad de usar multiplicadores explícitos y es adecuado para calcular una gran variedad de funciones.

Funciones

cordicabsCORDIC-based absolute value
cordicacosCORDIC-based approximation of inverse cosine
cordicangleCORDIC-based phase angle
cordicasinCORDIC-based approximation of inverse sine
cordicatan2CORDIC-based four quadrant inverse tangent
cordiccart2polCORDIC-based transformation of Cartesian coordinates to polar
cordiccexpCORDIC-based approximation of complex exponential
cordiccosCORDIC-based approximation of cosine
fixed.cordicDivideCORDIC-based fixed-point divide
cordicpol2cartCORDIC-based approximation of polar-to-Cartesian conversion
fixed.cordicReciprocalCORDIC-based fixed-point reciprocal (Desde R2021b)
cordicrotateCORDIC-based approximation of rotation of input
cordicsigmoidCORDIC-based approximation of sigmoid activation (Desde R2023b)
cordicsinCORDIC-based approximation of sine
cordicsincosCORDIC-based approximation of sine and cosine
cordicsinhcoshCORDIC-based approximation of hyperbolic sine and cosine (Desde R2023b)
cordicsqrtCORDIC-based approximation of square root
cordictanhCORDIC-based hyperbolic tangent

Ejemplos destacados