MATLAB demo of Magic Circle TRIGONOMETRIC calculation with simple and easy arithmetic

버전 1.3.0.0 (1.57 KB) 작성자: AMITAVA BISWAS
Progressively calculates sin and cos values along a circle.
다운로드 수: 298
업데이트 날짜: 2014/1/8

라이선스 보기

It is commonly known as MAGIC CIRCLE GENERATOR. It is useful for small micro-controllers with small memory. Especially when SIN OR COS trigonometric functions are unavailable. Here is a slightly different version of the common MAGIC CIRCLE. This version is suitable for symmetric synchronous updates and avoids the ripple problem seen in common implementations. This arrangement can behave as a digital resonator. It requires relatively simple arithmetic. This algorithm relates x and y coordinates of equally spaced points along a circle. It can also be used to compute trigonometric functions of any angle.

인용 양식

AMITAVA BISWAS (2024). MATLAB demo of Magic Circle TRIGONOMETRIC calculation with simple and easy arithmetic (https://www.mathworks.com/matlabcentral/fileexchange/44975-matlab-demo-of-magic-circle-trigonometric-calculation-with-simple-and-easy-arithmetic), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Language Fundamentals에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

some comments added