• Title/Summary/Keyword: Internal Memory

Search Result 327, Processing Time 0.029 seconds

Design and Performance Analysis of A TMS320C67x-based Parallel Signal Processing System (TMS320C67x 기반 병렬신호처리시스템의 설계와 성능분석)

  • Moon, Byung-Pyo;Park, Joon-Seok;Jeon, Chang-Ho;Park, Sung-Joo;Lee, Dong-Ho;Han, Ki-Taek
    • The Transactions of the Korea Information Processing Society
    • /
    • v.7 no.1
    • /
    • pp.65-73
    • /
    • 2000
  • This paper deals with a design and performance analysis of a parallel signal processing system based on TMS320C67x. With an emphasis on the board-level design of the processor unit four models are proposed with different memory configurations and internal bus schemes. Several approaches to parallel processing of 2D FFT are also presented to be used for performance analysis. The performance of four board models are estimated and compared in terms of the time spent for local memory access, inter-processor communication, and inter-board communication. The results of performance analysis show that, when performance and implementation complexity are taken into account, the model with both local and shared memories is the most desirable.

  • PDF

A 8192-point pipelined FFT/IFFT processor using two-step convergent block floating-point scaling technique (2단계 수렴 블록 부동점 스케일링 기법을 이용한 8192점 파이프라인 FFT/IFFT 프로세서)

  • 이승기;양대성;신경욱
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.27 no.10C
    • /
    • pp.963-972
    • /
    • 2002
  • An 8192-point pipelined FFT/IFFT processor core is designed, which can be used in multi-carrier modulation systems such as DUf-based VDSL modem and OFDM-based DVB system. In order to improve the signal-to-quantization-noise ratio (SQNR) of FFT/IFFT results, two-step convergent block floating-point (TS_CBFP) scaling is employed. Since the proposed TS_CBFP scaling does not require additional buffer memory, it reduces memory as much as about 80% when compared with conventional CBFP methods, resulting in area-and power-efficient implementation. The SQNR of about 60-㏈ is achieved with 10-bit input, 14-bit internal data and twiddle factors, and 16-bit output. The core synthesized using 0.25-$\mu\textrm{m}$ CMOS library has about 76,300 gates, 390K bits RAM, and twiddle factor ROM of 39K bits. Simulation results show that it can safely operate up to 50-㎒ clock frequency at 2.5-V supply, resulting that a 8192-point FFT/IFFT can be computed every 164-${\mu}\textrm{s}$. It was verified by Xilinx FPGA implementation.

Search Performance Improvement of Column-oriented Flash Storages using Segmented Compression Index (분할된 압축 인덱스를 이용한 컬럼-지향 플래시 스토리지의 검색 성능 개선)

  • Byun, Siwoo
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.14 no.1
    • /
    • pp.393-401
    • /
    • 2013
  • Most traditional databases exploit record-oriented storage model where the attributes of a record are placed contiguously in hard disk to achieve high performance writes. However, for search-mostly datawarehouse systems, column-oriented storage has become a proper model because of its superior read performance. Today, flash memory is largely recognized as the preferred storage media for high-speed database systems. In this paper, we introduce fast column-oriented database model and then propose a new column-aware index management scheme for the high-speed column-oriented datawarehouse system. Our index management scheme which is based on enhanced $B^+$-Tree achieves high search performance by embedded flash index and unused space compression in internal and leaf nodes. Based on the results of the performance evaluation, we conclude that our index management scheme outperforms the traditional scheme in the respect of the search throughput and response time.

System Integrity Monitoring System using Kernel-based Virtual Machine (커널 기반 가상머신을 이용한 시스템 무결성 모니터링 시스템)

  • Nam, Hyun-Woo;Park, Neung-Soo
    • The KIPS Transactions:PartC
    • /
    • v.18C no.3
    • /
    • pp.157-166
    • /
    • 2011
  • The virtualization layer is executed in higher authority layer than kernel layer and suitable for monitoring operating systems. However, existing virtualization monitoring systems provide simple information about the usage rate of CPU or memory. In this paper, the monitoring system using full virtualization technique is proposed, which can monitor virtual machine's dynamic kernel object as memory, register, GDT, IDT and system call table. To verify the monitoring system, the proposed system was implemented based on KVM(Kernel-based Virtual Machine) with full virtualization that is directly applied to linux kernel without any modification. The proposed system consists of KvmAccess module to access KVM's internal object and API to provide other external modules with monitoring result. In experiments, the CPU utilization for monitoring operations in the proposed monitering system is 0.35% when the system is monitored with 1-second period. The proposed monitoring system has a little performance degradation.

Design of an Optimized GPGPU for Data Reuse in DeepLearning Convolution (딥러닝 합성곱에서 데이터 재사용에 최적화된 GPGPU 설계)

  • Nam, Ki-Hun;Lee, Kwang-Yeob;Jung, Jun-Mo
    • Journal of IKEEE
    • /
    • v.25 no.4
    • /
    • pp.664-671
    • /
    • 2021
  • This paper proposes a GPGPU structure that can reduce the number of operations and memory access by effectively applying a data reuse method to a convolutional neural network(CNN). Convolution is a two-dimensional operation using kernel and input data, and the operation is performed by sliding the kernel. In this case, a reuse method using an internal register is proposed instead of loading kernel from a cache memory until the convolution operation is completed. The serial operation method was applied to the convolution to increase the effect of data reuse by using the principle of GPGPU in which instructions are executed by the SIMT method. In this paper, for register-based data reuse, the kernel was fixed at 4×4 and GPGPU was designed considering the warp size and register bank to effectively support it. To verify the performance of the designed GPGPU on the CNN, we implemented it as an FPGA and then ran LeNet and measured the performance on AlexNet by comparison using TensorFlow. As a result of the measurement, 1-iteration learning speed based on AlexNet is 0.468sec and the inference speed is 0.135sec.

A Design of SSD Dedicated RAID System for Efficient Resource Management (효율적인 자원관리를 위한 SSD 전용 RAID 시스템 설계)

  • Hyun-Seob Lee
    • Journal of Internet of Things and Convergence
    • /
    • v.10 no.2
    • /
    • pp.109-114
    • /
    • 2024
  • Enterprise storage systems that require high data reliability are applying RAID (Redundant Array of Independent Disks) systems to recover from data loss and failure. In particular, RAID 5 ensures space efficiency and reliability by distributing parity across multiple storage devices. However, when storage devices have different capacities, RAID is built based on the smallest capacity storage device, resulting in wasted storage space. Therefore, research is needed to solve this resource management problem. In this paper, we propose a method for RAID grouping of each independent NAND flash memory block in a RAID consisting of SSD (Solid State Disk) with external SSDs as well as internal SSDs. This method is divided into a policy for delivering block information inside SSDs to the RAID system and a policy for RAID grouping of physical addresses delivered from the RAID system. This method allows us to maintain a RAID that does not waste resources when SSDs of different capacities are grouped into RAID5. Finally, we demonstrate the effectiveness of the proposed method through experiments.

Effects of Bispectral Index Monitoring Based Sedative Administration on Conscious Sedation, Physiological Stability and Recovery Time in Patients Receiving Endoscopic Submucosal Dissection (이중분광계수 모니터기반 진정제 투여가 내시경 점막하 박리술 환자의 의식하 진정상태, 생리적 안정성 및 회복시간에 미치는 효과)

  • Lee, Mi Jeong;Hwang, Moon Sook;Lim, Hyun Sook;Park, Mi Ok;Huh, Ji Won;Kang, Ki Joo;Kim, Jae Jun;Cho, Myung Sook
    • Journal of Korean Clinical Nursing Research
    • /
    • v.18 no.2
    • /
    • pp.284-295
    • /
    • 2012
  • Purpose: This study was done to clarify effects of bispectral index monitoring sedative administration, compared to MOAA/S (Modified Observer's Assessment of Alertness and Sedation), on conscious sedation, physiological stability and recovery time for patients undergoing endoscopic submucosal dissection. Methods: Participants In this study were patients who underwent endoscopic submucosal dissection because of early gastric cancer. Participants were assigned randomly to an experimental group receiving sedatives based on bispectral index monitoring or to a control group with the MOAA/S instrument. Movements, belching, memory, pain, discomfort, physiological stability (MBP, PR, $SpO_2$), and recovery time were measured during the treatment and recovery. Data were analyzed using Spearman partial correlation coefficient analysis, Mixed model and Wilcoxon rank sum test to determine differences in the parameters. Results: There were no statistically significant differences between the two groups for conscious sedation(movement, belching, memory, pain, or discomfort), physiological stability and recovery time. Conclusion: The results of this study indicate that no differences were found between the two types of monitoring. Thus, use of a bispectral index monitor in clinical practice enabling medical staff to readily assess the conscious sedation of for these patients is expected to be increasingly used as an objective assessment tool for conscious sedation for patient safety.

Critical Re-illumination of Modern Art-a Prospect beyond the Postmodernism (현대미술의 비평적 재조명-포스트모더니즘 이후의 전망)

  • Sim, Sang-Yong
    • The Journal of Art Theory & Practice
    • /
    • no.8
    • /
    • pp.123-144
    • /
    • 2009
  • The history of art during the first half of the last decade was founded the discussion with highly impressive and confident. The art might establish its unique area based on self recognition at that era. The self-confidence of modern art may be possible on enlightenment, which is the firm relationship for knowledge and reality. However the faith of modernism which shows rational tendency, objective, and the existence of universal knowledge has been drastically doubted and criticized thereafter. A internal ideological system which had leaded the modern art was exhausted. Postmodernism revolved to the dramatic openness leaning against the deoedipalizational confession. According to the dissipation of the vitality of modern art postmodern art has been evolved and then various phenomena which follow the trends has been emerged. The avant-garde and resisteive attribute of modern art was diluted fast due to the influx of popular culture. As time goes it can be attracted by spectacle taste than metaphysical peculiarity. It has to inevitably justified the drift of light and quick themes, contents, and images. Such as these phenomena realistically shows fact that postmodern art had been failed to open a new chapter of consilience which intermediates beauty and usual communication to overcome the solipsism of modernism. A trial to pursuit the opened esthetics conceived more 'heroic' 'Star-Subject' than before by dismantling the modern 'Hero-Subject'. Postmodernism has been recorded as a regression of art, which is the technology of profound spirit that mitigates antagonism and confrontation and mediates mutual encountering of human being. Prevailing of postmodern freedom had been accompanied by popularity, osetentation consumption, marketing, gambling level exitement, mixtures of desires with price fluctuations. We witness 'self-confinement' and 'lasting absence of exit' phenomena in postmodernism ideology and practice. We have to deal postmodernism as an 'ideology which closes the discussion for the future' in the context of 'absence of way' at this point. We are going to investigate how postmodern ideology and practice takes part in the prospection beyond thereafter through discussion. We also pay attention to the 'absence of prospection' as a internal problem in itself nevertheless mention the three merge points such as tradition or memory, earthy thought, the self who confrontation others as the clue of prospecting thought which is allowing coming over postmodern absence.

  • PDF

Effector Memory CD8+ and CD4+ T Cell Immunity Associated with Metabolic Syndrome in Obese Children

  • Yang, Da-Hee;Lee, Hyunju;Lee, Naeun;Shin, Min Sun;Kang, Insoo;Kang, Ki-Soo
    • Pediatric Gastroenterology, Hepatology & Nutrition
    • /
    • v.24 no.4
    • /
    • pp.377-383
    • /
    • 2021
  • Purpose: We investigated the association of effector memory (EM) CD8+ T cell and CD4+ T cell immunity with metabolic syndrome (MS). Methods: Surface and intracellular staining of peripheral blood mononuclear cells was performed. Anti-interleukin-7 receptor-alpha (IL-7Rα) and CX3CR1 antibodies were used to stain the subsets of EM CD8+ T cells, while anti-interferon-gamma (IFN-γ), interleukin-17 (IL-17), and forkhead box P3 (FOXP3) antibodies were used for CD4+ T cell subsets. Results: Of the 47 obese children, 11 were female. Children with MS had significantly higher levels of serum insulin (34.8±13.8 vs. 16.4±6.3 µU/mL, p<0.001) and homeostasis model assessment of insulin resistance (8.9±4.1 vs. 3.9±1.5, p<0.001) than children without MS. Children with MS revealed significantly higher frequencies of IL-7Rαlow CD8+ T cells (60.1±19.1% vs. 48.4±11.5%, p=0.047) and IL-7RαlowCX3CR1+ CD8+ T cells (53.8±20.1% vs. 41.5±11.9%, p=0.036) than children without MS. As the serum triglyceride levels increased, the frequency of IL-7RαlowCX3CR1+ and IL-7RαhighCX3CR1- CD8+ T cells increased and decreased, respectively (r=0.335, p=0.014 and r=-0.350, p=0.010, respectively), in 47 children. However, no CD4+ T cell subset parameters were significantly different between children with and without MS. Conclusion: In obese children with MS, the changes in immunity due to changes in EM CD8+ T cells might be related to the morbidity of obesity.

Analysis of the Involving Mechanism of Kim Eun-Sook Drama : Focused on the Audience's Predictability and the Activities of Constructing Hypotheses (김은숙 드라마 <도깨비>의 몰입기제 구축과정 분석 - 관람자 예측성과 가설 구성 활동을 중심으로 -)

  • Kim, Eui-Jun
    • Journal of Korea Entertainment Industry Association
    • /
    • v.13 no.2
    • /
    • pp.79-91
    • /
    • 2019
  • In the entertainment industry, risk management is crucial for securing competitiveness due to the risk of investment. The competitiveness of contents is reinforced when external factors such as industrial environment and internal factors centering on involving mechanism are simultaneously provided. The involving mechanism is a form of cognitive response behavior of the audience and occurs through signal processing of the brain when watching the image contents. The signal processing of the brain related to the contents watching is mainly performed in the working memory area, and in the case of the captivating movie, the information other than the contents transmitted to the audience is blocked to generate a temporary dissociation state. A dissociation state similar to a symptom such as hypnosis or amnesia occurs when the audience's level of involving is high. On the other hand, contents information in which the audience is concentrating his attention is used intensively for constructing future thinking through an episodic buffer while the inflow of external information is relatively blocked or delayed. The spectator's future thinking configuration takes the form of a hypothesis-forming activity and is based on the predictability of the brain. When these hypothesized behaviors correspond to the problem solving simulation of story and predictability which is an evolutionary function of the brain, the audience' s brain is involved in the contents at a high level. In order for the act to be effective, the factors such as the background of the hypothesis, the subject of the hypothesis, the internal information of the person, the type and position and quantity of the hypothesis information, and the hypothesis relevance and type of information are important. Based on these factors, analysis of the Kim Eun Sook Drama 'Goblin' shows that the above elements are operated in a very organic and meaningful way.