Пропуск в контексте

A division algorithm in a redundant residue number system using fractions

The residue number system (RNS) is widely used for data processing. However, division in the RNS is a rather complicated arithmetic operation, since it requires expensive and complex operators at each iteration, which requires a lot of hardware and time. In this paper, we propose a new modular divis...

全面介紹

Сохранить в:
書目詳細資料
Главные авторы: Chervyakov, N. I., Червяков, Н. И., Lyakhov, P. A., Ляхов, П. А., Babenko, M. G., Бабенко, М. Г., Lavrinenko, I. N., Лавриненко, И. Н., Deryabin, M. A., Дерябин, М. А., Lavrinenko, A. V., Лавриненко, А. В., Nazarov, A. S., Назаров, А. С., Valueva, M. V., Валуева, М. В.
格式: Статья
語言:English
出版: MDPI AG 2020
主題:
在線閱讀:https://dspace.ncfu.ru/handle/20.500.12258/11909
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
實物特徵
總結:The residue number system (RNS) is widely used for data processing. However, division in the RNS is a rather complicated arithmetic operation, since it requires expensive and complex operators at each iteration, which requires a lot of hardware and time. In this paper, we propose a new modular division algorithm based on the Chinese remainder theorem (CRT) with fractional numbers, which allows using only one shift operation by one digit and subtraction in each iteration of the RNS division. The proposed approach makes it possible to replace such expensive operations as reverse conversion based on CRT, mixed radix conversion, and base extension by subtraction. Besides, we optimized the operation of determining the most significant bit of divider with a single shift operation of the modular divider. The proposed enhancements make the algorithm simpler and faster in comparison with currently known algorithms. The experimental simulation using Kintex-7 showed that the proposed method is up to 7.6 times faster than the CRT-based approach and is up to 10.1 times faster than the mixed radix conversion approach