コンテンツを見る

Improvement of the approximate method for the comparison operation in the RNS

The operation of number comparison is widely used in the implementation of most modern algorithms. The implementation of the algorithm for number comparison in the Residue Number System (RNS) consists of two stages. The first stage is calculating the positional characteristic of the modular number....

詳細記述

保存先:
書誌詳細
主要な著者: Shiriaev, E. M., Ширяев, Е. М., Golimblevskaia, E. I., Голимблевская, Е. И., Babenko, M. G., Бабенко, М. Г.
フォーマット: Статья
言語:English
出版事項: Institute of Electrical and Electronics Engineers Inc. 2021
主題:
オンライン・アクセス:https://dspace.ncfu.ru/handle/20.500.12258/16039
タグ: タグ追加
タグなし, このレコードへの初めてのタグを付けませんか!
その他の書誌記述
要約:The operation of number comparison is widely used in the implementation of most modern algorithms. The implementation of the algorithm for number comparison in the Residue Number System (RNS) consists of two stages. The first stage is calculating the positional characteristic of the modular number. The second stage is comparing positional characteristics of modular numbers in the positional number system. The article studies various comparison algorithms with software implementation in the Python programming language. The research consists in testing algorithms with different bit width and length of the RNS module vector. Also in this work, the improvement of the approximate method on the reduction of requirements for accuracy is carried out. The use of this method is based on low precision requirements for the comparison operation. It was found that in a certain range accuracy is not critical, which makes it possible to apply this method in a fairly wide range of problems