Square root of the entries of x using the CORDIC algorithm

버전 1.0.0 (1.94 KB) 작성자: Marco Cococcioni
This is a vectorized implementation in native Matlab code of the CORDIC algorithm for the square root.
다운로드 수: 17
업데이트 날짜: 2021/7/6

라이선스 보기

This function computes the square root of each entry of the real-valued vector x,
using the CORDIC algorithm. It performs a number of iterations equal to n
(at each iteration, the binary accuracy rougly increases by one).
This is a vectorized implementation, in native Matlab code,
able to compute the square roots for all the entries of the
vector x.
Differently from Matlab sqrt, it returns NaN for negative entries
instead of the positive complex square root.
Please also notice that Matlab cordicsqrt will return zeros for
negative entries of x.
Possible improvement: use bit shift operations to generate the required powers of two.

인용 양식

Marco Cococcioni (2024). Square root of the entries of x using the CORDIC algorithm (https://www.mathworks.com/matlabcentral/fileexchange/95403-square-root-of-the-entries-of-x-using-the-cordic-algorithm), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2021a
R2016a 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

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