RISS 학술연구정보서비스

검색

인기 검색어

    다국어 입력

    http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

    변환된 중국어를 복사하여 사용하시면 됩니다.

    예시)
    • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
    • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
    닫기
    KCI등재

    곱셈기를 이용한 정확한 부동소수점 제곱근 계산기 = An exact floating point square root calculator using multiplier

    한글로보기

    https://www.riss.kr/link?id=A100828359

    • 0

      상세조회
    • 0

      다운로드
    서지정보 열기
    • 내보내기
    • 내책장담기
    • 공유하기
    • 오류접수

    부가정보

    국문 초록 (Abstract) kakao i 다국어 번역

    부동소수점 제곱근 연산은 곱셈을 반복하여 근사값을 계산하는 뉴턴-랍손 알고리즘 및 골드스미트 알고리즘과 뺄셈을 반복하여 정확한 간을 계산하는 SRT 알고리즘이 있다. 본 논문에서는 곱셈기를 사용하여 정확한 값을 계산하는 제곱근 알고리즘을 제안한다. 본 논문에서는 뉴턴-랍손 알고리즘을 이용하여 근사 역제곱근을 구하고, 이의 오차를 줄이면서 제곱근을 구하는 알고리즘과 계산된 제곱근을 보정하는 알고리즘을 제안한다. 제안한 알고리즘은 단정도 실수에서는 전수 조사를 통해서, 배정도 실수에서는 10억 개의 무작위 수를 계산하여 모두 정확한 값을 얻었다. 본 논문에서 제안한 알고리즘은 곱셈기만을 사용하므로 별도의 하드웨어가 필요하지 않다. 따라서 실장제어용기기, 휴대용기기 등 정확한 제곱근 연산을 요구하는 분야에서 사용될 수 있다.
    번역하기

    부동소수점 제곱근 연산은 곱셈을 반복하여 근사값을 계산하는 뉴턴-랍손 알고리즘 및 골드스미트 알고리즘과 뺄셈을 반복하여 정확한 간을 계산하는 SRT 알고리즘이 있다. 본 논문에서는 ...

    부동소수점 제곱근 연산은 곱셈을 반복하여 근사값을 계산하는 뉴턴-랍손 알고리즘 및 골드스미트 알고리즘과 뺄셈을 반복하여 정확한 간을 계산하는 SRT 알고리즘이 있다. 본 논문에서는 곱셈기를 사용하여 정확한 값을 계산하는 제곱근 알고리즘을 제안한다. 본 논문에서는 뉴턴-랍손 알고리즘을 이용하여 근사 역제곱근을 구하고, 이의 오차를 줄이면서 제곱근을 구하는 알고리즘과 계산된 제곱근을 보정하는 알고리즘을 제안한다. 제안한 알고리즘은 단정도 실수에서는 전수 조사를 통해서, 배정도 실수에서는 10억 개의 무작위 수를 계산하여 모두 정확한 값을 얻었다. 본 논문에서 제안한 알고리즘은 곱셈기만을 사용하므로 별도의 하드웨어가 필요하지 않다. 따라서 실장제어용기기, 휴대용기기 등 정확한 제곱근 연산을 요구하는 분야에서 사용될 수 있다.

    더보기

    다국어 초록 (Multilingual Abstract) kakao i 다국어 번역

    There are two major algorithms to find a square root of floating point number, one is the Newton_Raphson algorithm and GoldSchmidt algorithm which calculate it approximately by iterating multiplications and the other is SRT algorithm which calculates it exactly by iterating subtractions. This paper proposes an exact floating point square root algorithm using only multiplication. At first an approximate inverse square root is calculated by Newton_Raphson algorithm, and then an exact square root algorithm by reducing an error in it and a compensation algorithm of it are proposed. The proposed algorithm is verified to calculate all of numbers in a single precision floating point number and 1 billion random numbers in a double precision floating point number. The proposed algorithm requires only the multipliers without another hardware, so it can be widely used in an embedded system and mobile production which requires an efact square root of floating point number.
    번역하기

    There are two major algorithms to find a square root of floating point number, one is the Newton_Raphson algorithm and GoldSchmidt algorithm which calculate it approximately by iterating multiplications and the other is SRT algorithm which calculates ...

    There are two major algorithms to find a square root of floating point number, one is the Newton_Raphson algorithm and GoldSchmidt algorithm which calculate it approximately by iterating multiplications and the other is SRT algorithm which calculates it exactly by iterating subtractions. This paper proposes an exact floating point square root algorithm using only multiplication. At first an approximate inverse square root is calculated by Newton_Raphson algorithm, and then an exact square root algorithm by reducing an error in it and a compensation algorithm of it are proposed. The proposed algorithm is verified to calculate all of numbers in a single precision floating point number and 1 billion random numbers in a double precision floating point number. The proposed algorithm requires only the multipliers without another hardware, so it can be widely used in an embedded system and mobile production which requires an efact square root of floating point number.

    더보기

    참고문헌 (Reference)

    1 조경연, "개선된 뉴톤-랍손 역수 및 역제곱근 알고리즘" 한국해양정보통신학회 11 (11): 46-55, 2007

    2 김성기, "가변 시간 골드스미트 부동소수점 제곱근 계산기" 한국해양정보통신학회 9 (9): 188-198, 2005

    3 C. V. Freiman, "Statistical Analysis of Certain Binary Division Algorithm" 49 : 91-103, 1961

    4 D. L. Harris, "SRT Division Architectures and Implementations" 1997

    5 이원, "Radix-4 SRT 알고리즘을 사용한 나눗셈/제곱근 연산기에 관한 연구" 33 (33): 1996

    6 M. Flynn, "On Division by Functional Iteration" C-19 (C-19): 702-706, 1970

    7 S. F. McQuillan, "New Algorithms and VLSI Architectures for SRT Division and Square Root" IEEE 80-86, 1993

    8 M. D. Ercegovac, "Improving Goldschmidt Division, Square Root, and Square Root Reciprocal" 49 (49): 759-763, 2000

    9 S. Oberman, "Floating Point Division and Square Root Algorithms and Implementation in the AMD-K7 Microprocessors" 106-115, 1999

    10 S. F. Oberman, "Design Issues in Division and Other Floating Point Operations" C-46 : 154-161, 1997

    1 조경연, "개선된 뉴톤-랍손 역수 및 역제곱근 알고리즘" 한국해양정보통신학회 11 (11): 46-55, 2007

    2 김성기, "가변 시간 골드스미트 부동소수점 제곱근 계산기" 한국해양정보통신학회 9 (9): 188-198, 2005

    3 C. V. Freiman, "Statistical Analysis of Certain Binary Division Algorithm" 49 : 91-103, 1961

    4 D. L. Harris, "SRT Division Architectures and Implementations" 1997

    5 이원, "Radix-4 SRT 알고리즘을 사용한 나눗셈/제곱근 연산기에 관한 연구" 33 (33): 1996

    6 M. Flynn, "On Division by Functional Iteration" C-19 (C-19): 702-706, 1970

    7 S. F. McQuillan, "New Algorithms and VLSI Architectures for SRT Division and Square Root" IEEE 80-86, 1993

    8 M. D. Ercegovac, "Improving Goldschmidt Division, Square Root, and Square Root Reciprocal" 49 (49): 759-763, 2000

    9 S. Oberman, "Floating Point Division and Square Root Algorithms and Implementation in the AMD-K7 Microprocessors" 106-115, 1999

    10 S. F. Oberman, "Design Issues in Division and Other Floating Point Operations" C-46 : 154-161, 1997

    11 R. Goldschmidt, "Application of division by convergence" MIT 1964

    12 D. L. Fowler, "An Accurate, High Speed Implementation of Division by Reciprocal Approximation" IEEE 60-67, 1989

    더보기

    동일학술지(권/호) 다른 논문

    동일학술지 더보기

    더보기

    분석정보

    View

    상세정보조회

    0

    Usage

    원문다운로드

    0

    대출신청

    0

    복사신청

    0

    EDDS신청

    0

    동일 주제 내 활용도 TOP

    더보기

    주제

    연도별 연구동향

    연도별 활용동향

    연관논문

    연구자 네트워크맵

    공동연구자 (7)

    유사연구자 (20) 활용도상위20명

    인용정보 인용지수 설명보기

    학술지 이력

    학술지 이력
    연월일 이력구분 이력상세 등재구분
    2027 평가 재인증평가 신청대상 (재인증)
    2021-01-01 등재 등재학술지 유지 (재인증) KCI등재
    2018-01-01 등재 등재학술지 선정 (계속평가) KCI등재
    2017-12-01 등재 등재후보로 하락 (계속평가) KCI등재후보
    2013-01-01 등재 등재학술지 유지 (등재유지) KCI등재
    2011-11-23 학술지명변경 외국어명 : THE JOURNAL OF The KOREAN Institute Of Maritime information & Communication Science -> Journal of the Korea Institute Of Information and Communication Engineering KCI등재
    2011-11-16 학회명변경 영문명 : International Journal of Information and Communication Engineering(IJICE) -> The Korea Institute of Information and Communication Engineering KCI등재
    2011-11-14 학회명변경 한글명 : 한국해양정보통신학회 -> 한국정보통신학회
    영문명 : 미등록 -> International Journal of Information and Communication Engineering(IJICE)
    KCI등재
    2010-01-01 등재 등재학술지 유지 (등재유지) KCI등재
    2008-01-01 등재 등재학술지 유지 (등재유지) KCI등재
    2005-01-01 등재 등재학술지 선정 (등재후보2차) KCI등재
    2004-01-01 등재 등재후보 1차 PASS (등재후보1차) KCI등재후보
    2002-07-01 등재 등재후보학술지 선정 (신규평가) KCI등재후보
    더보기

    학술지 인용정보

    학술지 인용정보
    기준연도 WOS-KCI 통합IF(2년) KCIF(2년) KCIF(3년)
    2016 0.23 0.23 0.27
    KCIF(4년) KCIF(5년) 중심성지수(3년) 즉시성지수
    0.24 0.22 0.424 0.11
    더보기

    이 자료와 함께 이용한 RISS 자료

    나만을 위한 추천자료

    해외이동버튼