• Title/Summary/Keyword: a system to division of remainder

Search Result 10, Processing Time 0.02 seconds

A Proposal for the Methodology of Partition of Property by the Married Couple in the Process of Divorce -Applied to the system to division of remainder used in Germany- (부부 이혼시 재산분할액 산정과정에 대한 제안 -독일의 잉여청산제 적용을 중심으로 -)

  • 문숙재;윤소영;이윤신
    • Journal of the Korean Home Economics Association
    • /
    • v.40 no.12
    • /
    • pp.159-170
    • /
    • 2002
  • This study, with a view to establishing the objective and concrete methodology of partition of properly by the married couple in the process of divorce, is to suggest the calculation method of impartial division of property by means of applying the system to division of remainder used in Germany. Generally, the process of estimating the amount of partitioned property has two steps, the first of which is to calculate the remainder of the husband and the wife each. The second step is to compare the remainders of the couple and calculate the difference in order for the spouse who has more to claim the payment of a half of the difference. This method has the advantage of dividing impartially the remainder obtained by labor in the married life.

Mixed Algorithm for Fast Decimal Division (고속 십진 나눗셈을 위한 혼합 알고리즘)

  • 권순열;최종화;김용대;한선경;유영갑
    • Journal of the Institute of Electronics Engineers of Korea CI
    • /
    • v.41 no.5
    • /
    • pp.17-23
    • /
    • 2004
  • In this paper, we proposed a mixed algerian to improve decimal division speed. In the binary number system, nonrestoring algorithm has a smaller number of operation than restoring algorithm. In decimal number system however, the number of operations differs with respect to quotient values. Since one digit ranges 0 to 9 in decimal, the proposed mixed algerian employs both nonrestoring and restoring algorithm considering current partial remainder values. The proposed algorithm chooses either restoring or nonrestoring algerian based on the remainder values. The proposed algorithm improves computation speed substantially over a single algorithm decreasing the number of operations.

PAPR-minimized Sequence Mapping with Data Space Reduction by Partial Data Side Information in OFDM System (OFDM 시스템에서 부분 데이터 추가정보를 이용한 데이터 공간 감소를 갖는 최대 전력 대 평균 전력 비 최소화 시퀀스 사상 기법)

  • Jin Jiyu;Ryu Kwan Woongn;Park Yong wan
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.29 no.12A
    • /
    • pp.1340-1348
    • /
    • 2004
  • In this paper, we propose a PAPR-minimized sequence mapping scheme that achieves the minimum Peak-to-Average Power Ratio (PAPR) and the minimum amount of computations for the OFDM system. To reduce the PAPR, the mapping table is created with information about block index and symbol patterns of the lower signal power. When the input data sequence comes, it performed division by the block length to find the quotient and remainder. The symbol pattern of the lower signal power can be found in terms of the block index as the quotient in the mapping table and transmitted with remainder as the side information to distinguish and recover the original data sequence in the receiver. The two methods with the proposed mapping scheme are proposed in this paper. One is with mapping table to recover the O%M signal in both transmitter and receiver. The other is with mapping table only in transmitter to reduce the load and the complexity in the mobile system. We show that this algorithm provides the PAPR reduction, the simple processing and less computational complexity to be implemented for the multi-carrier system.

A Hybrid Decimal Division Algorithm

  • Kwon Soonyoul;Choi Jonghwa;Park Jinsub;Han Seonkyoung;You Younggap
    • Proceedings of the IEEK Conference
    • /
    • summer
    • /
    • pp.225-228
    • /
    • 2004
  • This paper presents a hybrid decimal division algorithm to improve division speed. In a binary number system, non-restoring algorithm has a smaller number of operations than restoring algorithm. In decimal number system, however, the number of operations differs with respect to quotient values. Since one digit ranges 0 to 9 in decimal, the proposed hybrid algorithm employ either non-restoring or restoring algorithm on each digit to reduce iterative operations. The selection of the algorithm is based on the remainder values. The proposed algorithm improves computation speed substantially over conventional algorithms by decreasing the number of operations.

  • PDF

Implementation of Tiling System for JPEG 2000 (JPEG 2000을 위한 Tiling 시스템의 구현)

  • Jang, Won-Woo;Cho, Sung-Dae;Kang, Bong-Soon
    • Journal of the Institute of Convergence Signal Processing
    • /
    • v.9 no.3
    • /
    • pp.201-207
    • /
    • 2008
  • This paper presents the implementation of a Tiling System about Preprocessing functions of JPEG 2000. The system covers the JPEG 2000 standard and is designed to determine the size of the image, to expand the image area and to split input image into several tiles. In order to split the input image with the progressive transmission into several tiles and transmit a tile of this image to others, this system store this image into Frame Memory. Therefore, this is designed as the Finite State Machine (FSM) to sequence through specific patterns of states in a predetermined sequential manner by using Verilog-HDL and be designed to handle a maximum 5M image. Moreover, for identifying image size for expansion, we propose several formula which are based on remainder after division (rem). we propose the true table which determines the size of the image input patterns by using results of these formula. Under the condition of TSMC 0.25um ASIC library, gate count is 18,725 and maximum data arrival time is 18.94 [ns].

  • PDF

A study on the design of general division operator for the divisor with a small number in RNS (소(少) 제수용 잉여수계 제산 연산기 설계에 관한 연구)

  • Kim, Yong-Sung
    • The Journal of Information Technology
    • /
    • v.7 no.2
    • /
    • pp.19-28
    • /
    • 2004
  • Many kind of operators using Residue Number System are used to design the special purpose processor for many merits in Digital Signal Processing, Computer Graphics, etc. But It get demerits for general division and the magnitude comparison. In this paper, general division operator for divisor with a small number in RNS is proposed. If the result of division using the multiplicative inverse has remainder, the quotient of this is larger than maximum quotient of division that has the same divisor to dividend of the maximum size. This condition is used for the ending condition of the recursive operation. And, the divisor is substitute for the compared value of quotients. So, the proposed division operator has a small size and fine operation speed, but with the limitation of divisor.

  • PDF

A Study on the Extension of Base Using CRT in RNS (CRT를 사용한 잉여수계 기수확장에 관한 연구)

  • Kim Yong-Sung
    • The Journal of Information Technology
    • /
    • v.5 no.4
    • /
    • pp.145-154
    • /
    • 2002
  • The Extension of Base is a fundamental Method to expend the moduli in RNS(Residue Number System). RNS has the benefit of parallelism and no carry propagation at each moduli, but division , extension of base and etc. is the problem of RNS in case of the operation speed.Generally this method is applied to system using Mixed Radix Conversion. it appears to decrease the size of Arithmetic Unit, but increasing the time of operation. So in this paper, the Improved Extension of Base is proposed using Chinese Remainder Theorem. it has the comparative small size and Improved speed.

  • PDF

The Deep Inferior Epigastric Perforator and Pedicled Transverse Rectus Abdominis Myocutaneous Flap in Breast Reconstruction: A Comparative Study

  • Tan, Shane;Lim, Jane;Yek, Jacklyn;Ong, Wei Chen;Hing, Chor Hoong;Lim, Thiam Chye
    • Archives of Plastic Surgery
    • /
    • v.40 no.3
    • /
    • pp.187-191
    • /
    • 2013
  • Background Our objective was to compare the complication rates of two common breast reconstruction techniques performed at our hospital and the cost-effectiveness for each test group. Methods All patients who underwent deep inferior epigastric perforator (DIEP) flap and transverse rectus abdominis myocutaneous (TRAM) flap by the same surgeon were selected and matched according to age and mastectomy with or without axillary clearance. Patients from each resultant group were selected, with the patients matched chronologically. The remainder were matched for by co-morbidities. Sixteen patients who underwent immediate breast reconstruction with pedicled TRAM flaps and 16 patients with DIEP flaps from 1999 to 2006 were accrued. The average total hospitalisation cost, length of hospitalisation, and complications in the 2 year duration after surgery for each group were compared. Results Complications arising from both the pedicled TRAM flaps and DIEP flaps included fat necrosis (TRAM, 3/16; DIEP, 4/16) and other minor complications (TRAM, 3/16; DIEP, 1/16). The mean hospital stay was 7.13 days (range, 4 to 12 days) for the pedicled TRAM group and 7.56 (range, 5 to 10 days) for the DIEP group. Neither the difference in complication rates nor in hospital stay duration were statistically significant. The total hospitalisation cost for the DIEP group was significantly higher than that of the pedicled TRAM group (P<0.001). Conclusions Based on our study, the pedicled TRAM flap remains a cost-effective technique in breast reconstruction when compared to the newer, more expensive and tedious DIEP flap.

High safety battery management system of DC power source for hybrid vessel (하이브리드 선박 직류전원용 고 안전 BMS)

  • Choi, Jung-Leyl;Lee, Sung-Geun
    • Journal of Advanced Marine Engineering and Technology
    • /
    • v.40 no.7
    • /
    • pp.635-641
    • /
    • 2016
  • In order to drive a hybrid propulsion device which combines an engine and an electric propulsion unit, battery packs that contain dozens of unit cells consisting of a lithium-based battery are used to maintain the power source. Therefore, it is necessary to more strictly manage a number of battery cells at any given time. In order to manage battery cells, generally voltage, current, and temperature data under load condition are monitored from a personal computer. Other important elements required to analyze the condition of the battery are the internal resistances that are used to judge its state-of-health (SOH) and the open-circuit voltage (OCV) that is used to check the battery charging state. However, in principle, the internal resistances cannot be measured during operation because the parallel equivalent circuit is composed of internal loss resistances and capacitance. In most energy storage systems, battery management system (BMS) operations are carried out by using data such as voltage, current, and temperature. However, during operation, in the case of unexpected battery cell failure, the output voltage of the power supply can be changed and propulsion of the hybrid vehicle and vessel can be difficult. This paper covers the implementation of a high safety battery management system (HSBMS) that can estimate the OCV while the device is being driven. If a battery cell fails unexpectedly, a DC power supply with lithium iron phosphate can keep providing the load with a constant output voltage using the remainder of the batteries, and it is also possible to estimate the internal resistance.

Review of the Current Forage Production, Supply, and Quality Measure Standard in South Korea

  • Kim, Jong Duk;Seo, Myeongchon;Lee, Sang Cheol;Han, Kun-Jun
    • Journal of The Korean Society of Grassland and Forage Science
    • /
    • v.40 no.3
    • /
    • pp.149-155
    • /
    • 2020
  • Cattle feeding in South Korea has been heavily dependent on domestically produced rice straw and imported grain. Around 42% of domestically produced rice straw is utilized for forage, and the remainder is recycled to restore soil fertility. Approximately 35% of round baleages were made with rice straw. However, higher quality hay is desired over rice straw. Due to increasing stockpiles of rice, there has been an economic burden on the government to store the surplus; therefore production of annual forage crops in rice fields has been further promoted in recent years. Hay import from the USA currently constitutes more than 80% of total imported hays. The main imported hays are alfalfa (Medicago sativa), timothy (Phleum pretense), and tall fescue (Festica arundinacea). The estimated forage required for cattle feeding was approximately 5.4 million MT in 2016. Domestically produced forage sates only 43% of that value, while low quality rice straw and imported hay covered the rest of demand by 33% and 20%, respectively. As utilization of domestically produced forage is more desirable for forage-based cattle production, long-term strategies have been necessary to promote domestic production of high quality baleage. One such strategy has been utilizing the fertile soil and abundance of fallow rice fields of western region of S. Korea to produce forage crops. Italian ryegrass (Lolium multiflorum) is the most successfully produced winter annual in the region and is approximately 56% of the total winter annual forage production. Forage sorghums (Sorghum bicolor), sorghum × sudangrass hybrids, and hybrid corn (Zea mays) produce a substantial amount of warm-season forage during summer. Produced forage has been largely stored through baleage due to heavy dew and frequent rains and has been evaluated according to S. Korea's newly implemented baleage commodity evaluation system. The system weighs 50% of its total grading points on moisture content because of its importance in deliverable DM content and desirable baleage fermentation; this has proved to be an effective method. Although further improvement is required for the future of forage production in South Korea, the current government-led forage production in rice fields has been able to alleviate some of the country's shortage for quality hay.