Algorithmes CORDIC dans Simulink
Opérations d'algorithmes CORDIC dans Simulink®
Les algorithmes qui s’appuient sur CORDIC (COordinate Rotation DIgital Computer) comptent parmi les algorithmes les plus efficaces au niveau hardware, car ils nécessitent uniquement des opérations itératives de décalage et d'ajout. Avec l'algorithme CORDIC, il n’est plus nécessaire d'utiliser des multiplicateurs explicites. Il permet en outre de calculer un grand nombre de fonctions.
Blocs
CORDIC Sigmoid HDL Optimized | CORDIC-based sigmoid activation (depuis R2024a) |
CORDIC Square Root HDL Optimized | CORDIC-based approximation of square root (depuis R2024a) |
Complex to Magnitude-Angle | Compute magnitude and phase angle of complex signal using CORDIC algorithm |
Hyperbolic Tangent HDL Optimized | Computes CORDIC-based hyperbolic tangent and generates optimized HDL code (depuis R2020a) |
Magnitude-Angle to Complex | Convert magnitude and/or a phase angle signal to complex signal |
Trigonometric Function | Specified trigonometric function on input |
Rubriques
- Digital Waveform Generation: Approximate a Sine Wave
This example shows how to design and evaluate a sine wave data table for use in digital waveform synthesis applications in embedded systems and arbitrary waveform generation instruments.