У нас вы можете посмотреть бесплатно CORDIC Algorithm Implementation using Ansys SCADE — Lesson 4 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video lesson, we dive deep into the design and implementation of the CORDIC algorithm using SCADE. We begin by defining all the constants and lists needed for the algorithm, explaining the conversion of degrees to CORDIC angle units. We also discuss the creation of an operator for this operation, ensuring the prevention of input overflow. We then move onto the trigonometric basis of the CORDIC algorithm, explaining how the sine and cosine of the original angle can be replaced by the original coordinates. We also delve into the adjustments needed for the hyperbolic and linear types. The video further discusses the crucial role of the parameter 'm' in determining the direction of vector movement and introduces the concept of an iterator in SCADE, using a map full type iterator in this case. We then walk through the creation of operators for different types of rotations - circular, hyperbolic, and linear. We explain how each operator functions, the necessary adjustments and conversions for each, and the challenges faced during implementation. This video is a comprehensive tutorial on the SCADE implementation of the CORDIC algorithm, detailing each step with clarity and precision. It's an invaluable resource for anyone seeking to understand the practical applications of this algorithm. // INTERESTED IN MORE? Visit Ansys Innovation Courses for free courses, including videos, handouts, simulation examples with starting files, homework problems, and quizzes. Visit today → https://bit.ly/3Eo8esU // DOWNLOAD FREE ANSYS SOFTWARE Ansys offers free student product downloads for homework, capstone projects, student competitions, online learning, and more! Download today → https://bit.ly/32eEcuR // QUESTIONS ABOUT THIS VIDEO OR USING ANSYS? Get help from Ansys experts and peers through the Ansys Learning Forum. Search for answers to common questions, browse discussion categories, or ask questions. Visit today → https://bit.ly/3qsytK2 // STAY IN THE LOOP Follow our Ansys Academic LinkedIn showcase page for updates on learning resources, events, job opportunities, cutting-edge simulation content, and more! Follow today → https://bit.ly/3Bbaaow Chapters — 00:13 - Defining Constants and Lists for the Algorithm 00:17 - Conversion of Values and Degrees to CORDIC Angle Units 01:15 - Trigonometric Identity and Bit Shift in the Algorithm 01:35 - Explanation of Gain in Different Types of Rotations 02:01 - Addition of Equation for Z and Introduction of Parameter m 02:25 - Explanation of Iterator in SCADE Design 03:22 - Operation of Circular Type Operator 03:56 - Adjustments for Different Degrees in Circular Type Operator 04:18 - Overview of Hyperbolic Operator 05:02 - Working with Inputs in Linear Type Rotation 05:22 - Adjustments for Small Inputs and Use of Module for Conversion in Linear Type Rotation