• Title/Summary/Keyword: multiple parallel operation

Search Result 88, Processing Time 0.027 seconds

Channel Searching Method of IEEE 802.15.4 Nodes for Avoiding WiFi Traffic Interference (WiFi 트래픽 간섭을 피하기 위한 IEEE 802.15.4 노드의 채널탐색방법)

  • Song, Myong Lyol
    • Journal of Internet Computing and Services
    • /
    • v.15 no.2
    • /
    • pp.19-31
    • /
    • 2014
  • In this paper, a parallel backoff delay procedure on multiple IEEE 802.15.4 channels and a channel searching method considering the frequency spectrum of WiFi traffic are studied for IEEE 802.15.4 nodes to avoid the interference from WiFi traffic. In order to search the channels being occupied by WiFi traffic, we analyzed the methods measuring the powers of adjacent channels simultaneously, checking the duration of measured power levels greater than a threshold, and finding the same periodicity of sampled RSSI data as the beacon frame by signal processing. In an wireless channel overlapped with IEEE 802.11 network, the operation of CSMA-CA algorithm for IEEE 802.15.4 nodes is explained. A method to execute a parallel backoff procedure on multiples IEEE 802.15.4 channels by an IEEE 802.15.4 device is proposed with the description of its algorithm. When we analyze the data measured by the experimental system implemented with the proposed method, it is observed that medium access delay times increase at the same time in the associated IEEE 802.15.4 channels that are adjacent each other during the generation of WiFi traffic. A channel evaluation function to decide the interference from other traffic on an IEEE 802.15.4 channel is defined. A channel searching method considering the channel evaluations on the adjacent channels together is proposed in order to search the IEEE 802.15.4 channels interfered by WiFi, and the experimental results show that it correctly finds the channels interfered by WiFi traffic.

Performance Analysis of Implementation on Image Processing Algorithm for Multi-Access Memory System Including 16 Processing Elements (16개의 처리기를 가진 다중접근기억장치를 위한 영상처리 알고리즘의 구현에 대한 성능평가)

  • Lee, You-Jin;Kim, Jea-Hee;Park, Jong-Won
    • Journal of the Institute of Electronics Engineers of Korea CI
    • /
    • v.49 no.3
    • /
    • pp.8-14
    • /
    • 2012
  • Improving the speed of image processing is in great demand according to spread of high quality visual media or massive image applications such as 3D TV or movies, AR(Augmented reality). SIMD computer attached to a host computer can accelerate various image processing and massive data operations. MAMS is a multi-access memory system which is, along with multiple processing elements(PEs), adequate for establishing a high performance pipelined SIMD machine. MAMS supports simultaneous access to pq data elements within a horizontal, a vertical, or a block subarray with a constant interval in an arbitrary position in an $M{\times}N$ array of data elements, where the number of memory modules(MMs), m, is a prime number greater than pq. MAMS-PP4 is the first realization of the MAMS architecture, which consists of four PEs in a single chip and five MMs. This paper presents implementation of image processing algorithms and performance analysis for MAMS-PP16 which consists of 16 PEs with 17 MMs in an extension or the prior work, MAMS-PP4. The newly designed MAMS-PP16 has a 64 bit instruction format and application specific instruction set. The author develops a simulator of the MAMS-PP16 system, which implemented algorithms can be executed on. Performance analysis has done with this simulator executing implemented algorithms of processing images. The result of performance analysis verifies consistent response of MAMS-PP16 through the pyramid operation in image processing algorithms comparing with a Pentium-based serial processor. Executing the pyramid operation in MAMS-PP16 results in consistent response of processing time while randomly response time in a serial processor.

Cascade CNN with CPU-FPGA Architecture for Real-time Face Detection (실시간 얼굴 검출을 위한 Cascade CNN의 CPU-FPGA 구조 연구)

  • Nam, Kwang-Min;Jeong, Yong-Jin
    • Journal of IKEEE
    • /
    • v.21 no.4
    • /
    • pp.388-396
    • /
    • 2017
  • Since there are many variables such as various poses, illuminations and occlusions in a face detection problem, a high performance detection system is required. Although CNN is excellent in image classification, CNN operatioin requires high-performance hardware resources. But low cost low power environments are essential for small and mobile systems. So in this paper, the CPU-FPGA integrated system is designed based on 3-stage cascade CNN architecture using small size FPGA. Adaptive Region of Interest (ROI) is applied to reduce the number of CNN operations using face information of the previous frame. We use a Field Programmable Gate Array(FPGA) to accelerate the CNN computations. The accelerator reads multiple featuremap at once on the FPGA and performs a Multiply-Accumulate (MAC) operation in parallel for convolution operation. The system is implemented on Altera Cyclone V FPGA in which ARM Cortex A-9 and on-chip SRAM are embedded. The system runs at 30FPS with HD resolution input images. The CPU-FPGA integrated system showed 8.5 times of the power efficiency compared to systems using CPU only.

Hardware Approach to Fuzzy Inference―ASIC and RISC―

  • Watanabe, Hiroyuki
    • Proceedings of the Korean Institute of Intelligent Systems Conference
    • /
    • 1993.06a
    • /
    • pp.975-976
    • /
    • 1993
  • This talk presents the overview of the author's research and development activities on fuzzy inference hardware. We involved it with two distinct approaches. The first approach is to use application specific integrated circuits (ASIC) technology. The fuzzy inference method is directly implemented in silicon. The second approach, which is in its preliminary stage, is to use more conventional microprocessor architecture. Here, we use a quantitative technique used by designer of reduced instruction set computer (RISC) to modify an architecture of a microprocessor. In the ASIC approach, we implemented the most widely used fuzzy inference mechanism directly on silicon. The mechanism is beaded on a max-min compositional rule of inference, and Mandami's method of fuzzy implication. The two VLSI fuzzy inference chips are designed, fabricated, and fully tested. Both used a full-custom CMOS technology. The second and more claborate chip was designed at the University of North Carolina(U C) in cooperation with MCNC. Both VLSI chips had muliple datapaths for rule digital fuzzy inference chips had multiple datapaths for rule evaluation, and they executed multiple fuzzy if-then rules in parallel. The AT & T chip is the first digital fuzzy inference chip in the world. It ran with a 20 MHz clock cycle and achieved an approximately 80.000 Fuzzy Logical inferences Per Second (FLIPS). It stored and executed 16 fuzzy if-then rules. Since it was designed as a proof of concept prototype chip, it had minimal amount of peripheral logic for system integration. UNC/MCNC chip consists of 688,131 transistors of which 476,160 are used for RAM memory. It ran with a 10 MHz clock cycle. The chip has a 3-staged pipeline and initiates a computation of new inference every 64 cycle. This chip achieved an approximately 160,000 FLIPS. The new architecture have the following important improvements from the AT & T chip: Programmable rule set memory (RAM). On-chip fuzzification operation by a table lookup method. On-chip defuzzification operation by a centroid method. Reconfigurable architecture for processing two rule formats. RAM/datapath redundancy for higher yield It can store and execute 51 if-then rule of the following format: IF A and B and C and D Then Do E, and Then Do F. With this format, the chip takes four inputs and produces two outputs. By software reconfiguration, it can store and execute 102 if-then rules of the following simpler format using the same datapath: IF A and B Then Do E. With this format the chip takes two inputs and produces one outputs. We have built two VME-bus board systems based on this chip for Oak Ridge National Laboratory (ORNL). The board is now installed in a robot at ORNL. Researchers uses this board for experiment in autonomous robot navigation. The Fuzzy Logic system board places the Fuzzy chip into a VMEbus environment. High level C language functions hide the operational details of the board from the applications programme . The programmer treats rule memories and fuzzification function memories as local structures passed as parameters to the C functions. ASIC fuzzy inference hardware is extremely fast, but they are limited in generality. Many aspects of the design are limited or fixed. We have proposed to designing a are limited or fixed. We have proposed to designing a fuzzy information processor as an application specific processor using a quantitative approach. The quantitative approach was developed by RISC designers. In effect, we are interested in evaluating the effectiveness of a specialized RISC processor for fuzzy information processing. As the first step, we measured the possible speed-up of a fuzzy inference program based on if-then rules by an introduction of specialized instructions, i.e., min and max instructions. The minimum and maximum operations are heavily used in fuzzy logic applications as fuzzy intersection and union. We performed measurements using a MIPS R3000 as a base micropro essor. The initial result is encouraging. We can achieve as high as a 2.5 increase in inference speed if the R3000 had min and max instructions. Also, they are useful for speeding up other fuzzy operations such as bounded product and bounded sum. The embedded processor's main task is to control some device or process. It usually runs a single or a embedded processer to create an embedded processor for fuzzy control is very effective. Table I shows the measured speed of the inference by a MIPS R3000 microprocessor, a fictitious MIPS R3000 microprocessor with min and max instructions, and a UNC/MCNC ASIC fuzzy inference chip. The software that used on microprocessors is a simulator of the ASIC chip. The first row is the computation time in seconds of 6000 inferences using 51 rules where each fuzzy set is represented by an array of 64 elements. The second row is the time required to perform a single inference. The last row is the fuzzy logical inferences per second (FLIPS) measured for ach device. There is a large gap in run time between the ASIC and software approaches even if we resort to a specialized fuzzy microprocessor. As for design time and cost, these two approaches represent two extremes. An ASIC approach is extremely expensive. It is, therefore, an important research topic to design a specialized computing architecture for fuzzy applications that falls between these two extremes both in run time and design time/cost. TABLEI INFERENCE TIME BY 51 RULES {{{{Time }}{{MIPS R3000 }}{{ASIC }}{{Regular }}{{With min/mix }}{{6000 inference 1 inference FLIPS }}{{125s 20.8ms 48 }}{{49s 8.2ms 122 }}{{0.0038s 6.4㎲ 156,250 }} }}

  • PDF

The Knowledge Transfer of Tesco UK into Korea, in Terms of Retailer Brand Development and Handling Processes

  • Cho, Young-Sang
    • Journal of Distribution Science
    • /
    • v.9 no.2
    • /
    • pp.13-24
    • /
    • 2011
  • With the increasing market share of retailer brands, many authors have paid considerable attention to retailer brands. Before market liberalisation in 1996 in Korea, retailer brand market was led by the supermarket retailing format, although the first retailer brand product was developed by the department store format. In parallel with the entry of foreign multiple retailers, the retailer brand market has experienced rapid growth. Particularly, the expansion of Tesco UK with well-established retailing know-how into Korea has encouraged Tesco Korea to actively get involved in retailer brand program. As a result, Tesco Korea has led retailer brand market in the Korean marketplace. The research starts with the question of why Tesco Korea has achieved such a higher retailer brand share. Accordingly, this study is to explore how Tesco UK has transferred its own retailing knowledge into Tesco Korea, in terms of retailer brand program development. In order to explore why the retailer brand share of Tesco Korea is higher than that of its counterparts, the author adopted in-depth interview with prepared-questions and store observation as a research methodology. To examine working process as well as information flows within Tesco Korea and from UK to Korea, in-depth interview method is one of the most suitable research methodologies, because of the difficulty of quantifying information or data related to work flows. In addition, to increase the validity of information, the researcher had interviews with Tesco Korea supplier and store personnel. Based on these research techniques, this research explored how Tesco UK has influenced or advised Tesco Korea, particularly, from the point of view of knowledge transfer. Since the entry of Tesco UK into Korea as a joint-venture, the retailer brand market share of Tesco Korea has continuously increased. It would be expected that Tesco UK has helped Tesco Korea to settle down in the Korean market. During interviews with Tesco and a Tesco supplier, the researcher found that Tesco Korea has obviously taken an advantage of retailing know-how created by Tesco UK. Furthermore, the retailer brand development and handling process of Tesco Korea has been operated with the help of Tesco UK. This might mean that Tesco UK has directly or indirectly an impact on the improvement of Korean retailer brand development skills. As a mechanism to transfer retailing knowledge developed in the home market into the host market, one of the international retailers, Tesco UK has adopted many different ways such as annual meeting, trading meeting to import or export own retailer brand products, offering of operation manual developed by Tesco UK and buyer cooperation between Tesco UK and Korea, in order to share information. Through these communication techniques, the knowledge of Tesco UK has been transferred to Tesco Korea. This research accordingly suggests that retailer brand market share is apparently related to how sophisticated or advanced the knowledge of the retailer brand development and handling process of retailers are. It is also demonstrated by this research that advanced development and handling skills make a considerable contribution to increasing retailer brand share in markets with a lower share or no presence of retailer brands.

  • PDF

Clinical Significance of Thoracoscopy on Spontaneous Pneumothorax (자연기흉에 대한 Thoracoscopy 의 임상적의의)

  • Kim, Young-Toe;Kim, Kun-Ho
    • Journal of Chest Surgery
    • /
    • v.8 no.1
    • /
    • pp.19-28
    • /
    • 1975
  • The thoracoscopic study was reported on 21 cases of spontaneous pneumothorax requiring surgical management, and clinical values of thoracoscopic examination on spontaneous pneumothorax were also discussed. patients were treated in the Department of .Thoracic Surgery, Hanyang University Hospital for the period of two Years from May 1972 to April 1974. For exact detection of etiologic factors on spontaneous pneumothorax, the thoracoscopic examination in the intrapleural space was performed in parallel with X-ray study. this study, the difference of diagnostic and therapeutic significance between radiological and thoracoscopic findings were observed and compared simultaneously. The results are summerized as follows: Patients age was distributed between 3 and 70 years old with highest incidence in the age group of sixty decade [33. 3%], and sex ratio of male to female was 5:2. The tuberculous processes which developed superficial subpleural layer in the lung parenchyme, on the pulmonary surface could be observed by thoracoscopic examination in a characteristic picture. detection ratio of pulmonary tuberculosis by the radiologic study to that by thoracoscopy was 8:2. The adhesion between the visceral and the parietal pleura which could possibly make a rupture of the alveola and the visceral pleura was found to be localized in a small area of the lung surface. The other part of the lung surface was free of the adhesion and, therefore, the movement of the lung took place completely without any difficulty. The ruptured orifice of the pleura and pathological changes surrounding the orifice can be detected by thoracoscopy, but not by other means such as radiologic examination. A single tuberculous bleb and multiple emphysematous blebs were found on 6 cases out of 21 cases of spontaneous pneumothorax. Among these cases, radiologic Study revealed the bleb only in one patient. On the other hand, the blebs were found in all the six patients by means of thoracoscopic examination. It gives the detection ratio of bleb by radiologic study to that by thoracoscopy was 1:6. By thoracoscopy, the rupture on the lung surface were visualized on the 10 patients out of a total of 21 patients [10 patients of visual rupture]. However, the rupture of the pleura was not observed on the rest of 11 patients even by thoracoscopic examination [11 patients of non visual rupture]. Five patients [50%] out of ten who had the visual rupture on the lung surface was required a surgical operation to remove pneumothorax. For the patients who were detected to have the visual rupture of the pleura by thoracoscopy, be considered in the early stage of closed thoracostomy. of 21 patients, 16 patients [11 patients of non visual rupture of the pleura and 5 patients of visual rupture of the pleura] who received no surgical management, were treated with closed thoracostomy with continuous suction, and the` pneumothorax was healed completely up in each cases. Therapeutic measures for the remaining 5 patients of visual rupture of the pleura who were subjected to surgical approach for radical treatment of spontaneous pneumothorax were accordingly complicated, and the following different procedures were properly indicated case by case, that is, rib resection thoracostomy, simple closure of ruptured visceral pleura, wedged resection of the lung, and lobectomy.

  • PDF

Multiplexing of UHDTV Based on MPEG-2 TS (MPEG-2 TS 기반의 UHDTV 다중화)

  • Jang, Euy-Doc;Park, Dong-Il;Kim, Jae-Gon;Lee, Eung-Don;Cho, Suk-Hee;Choi, Jin-Soo
    • Journal of Broadcast Engineering
    • /
    • v.15 no.2
    • /
    • pp.205-216
    • /
    • 2010
  • In this paper, a method of MPEG-2 Transport Stream (TS) multiplexing for Ultra HDTV (UHDTV) and its design and implementation as a SW tool is described. In practice, UHD video may be divided into several HD videos and each video is encoded in parallel. Therefore, it is necessary to synchronize and multiplex multiple bitstreams encoding each HD video for transmitting and storing UHD video. In this paper, it is assumed that 4 HD videos partitioning a UHD spatially are encoded as H.264/AVC and two 5.0 channel audios are encoded by AC-3. Therefore, 4 H.264/AVC elementary streams (ESs) and 2 AC-3 ESs is mainly considered in the TS multiplexing of UHD. For the carriage of H.264/AVC and AC-3 over MPEG-2 TS, PES packetization and TS multiplexing are designed and implemented based on the extended specification of the MPEG-2 Systems and ATSC (Digital audio compressed standard), respectively. The implemented UHD TS multiplexing tool emulates real time HW operation in the time unit corresponding to the duration of one TS packet transmission in a given TS rate. In particular, in order to satisfy the timing model, the buffers defined in the TS System Target Decoder (T-STD) are monitored and their statuses are considered in the scheduling of TS multiplexing. For UHD multiplexing, two kinds of multiplexing structures, which are UHD re-multiplexing and UHD program multiplexing, are implemented and their strength and weakness are investigated. The developed UHD TS multiplexing tool is tested and verified in terms of the syntax and semantics conformance and functionalities by using a commercial analyzer and real-time presentation tools.

A Study of Temporomandibular Disorders and Food Intake Ability among Dental Clinic Outpatients (일부 치과 외래환자의 측두하악장애 실태와 음식섭취능력에 관한 연구)

  • Han, Se-Young;Yu, Ji-Su
    • Journal of dental hygiene science
    • /
    • v.11 no.3
    • /
    • pp.285-292
    • /
    • 2011
  • The purpose of this study was to analyze and investigate temporomandibular disorders(TMD) and dental clinic outpatients by food intake ability to improve the quality of life. A survey of questionnaires with 208 subjects visiting a dental clinics located in Daejeon city from January to September in 2010 was performed. Analysis were performed with survey results, in which a symptoms of TMD, parafunctional habits and abnormal functions, food intake ability : 1. The main symptoms of TMD showed pain on TMJ(45.7%), pain on joint sound(45.2%), pain during chewing(41.3%), pain during mouth opening(38.0%), pain during non chewing(19.7%) and pain on joint dislocation(13.0%) in turn. 2. The symptoms of TMD by gender showed joint dislocation of 18.0% for male and 8.3% for female(p=0.038); pain on chewing of 49.0% for male and 34.3% for female(p=0.031), which were statistically significant. 3. The parafunctional habits and abnormal functions by gender showed clenching habit of 35.0% for male and 22.0% for female; bruxism of 21.0% for male and 9.3% for female, which were statistically significant. 4. The symptoms of TMD by age showed 52.8% of 27.8% for often and 25.0% for sometimes of 21-30 age in pain on TMJ, which were statistically significant(p=0.001). 5. The parafunctional habits and abnormal functions by age showed over 31 age of 48.3%, which were statistically significant(p=0.003). 6. The food intake ability by symptoms of TMD showed no joint sound(p=0.000), no pain on chewing(p=0.000) and without pain on TMJ(p=0.000), which were statistically significant. 7. The food intake ability by parafunctional habits and abnormal functions showed no clenching habit(p=0.000), no bruxism(p=0.000) and no headache, which were statistically significant. 8. The distribution type of operation by symptoms of TMD showed 30.8% of rest, 24.0% of physical medicine and 16.4% of pharmacotherapy. The pain on chewing showed 36.0% of pharmacotherapy; 52.4% of pain on TMJ for often and 40.5% for sometimes, in which pharmacotherapy and physical medicine were statistically significant(p=0.000). These results showed that management run parallel with survey for multiple factors in TMD we consider aspect of physical, social, physiology to enhance quality of life to increase food intake, construction of program for treatment and prevention because the individual differences need to be multifaceted, further research is suggested to continue.