• Title/Summary/Keyword: 전력 할당 기법

Search Result 173, Processing Time 0.023 seconds

Garbage Collection Method for NAND Flash Memory based on Analysis of Page Ratio (페이지 비율 분석 기반의 NAND 플래시 메모리를 위한 가비지 컬렉션 기법)

  • Lee, Seung-Hwan;Ok, Dong-Seok;Yoon, Chang-Bae;Lee, Tae-Hoon;Chung, Ki-Dong
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.15 no.9
    • /
    • pp.617-625
    • /
    • 2009
  • NAND flash memory is widely used in embedded systems because of many attractive features, such as small size, light weight, low power consumption and fast access speed. However, it requires garbage collection, which includes erase operations. Erase operation is very slow. Besides, the number of the erase operations allowed to be carried out for each block is limited. The proposed garbage collection method focuses on minimizing the total number of erase operations, the deviation value of each block and the garbage collection time. NAND flash memory consists of pages of three types, such as valid pages, invalid pages and free pages. In order to achieve above goals, we use a page rate to decide when to do garbage collection and to select the target victim block. Additionally, We implement allocating method and group management method. Simulation results show that the proposed policy performs better than Greedy or CAT with the maximum rate at 82% of reduction in the deviation value of erase operation and 75% reduction in garbage collection time.

SVM-based Energy-Efficient scheduling on Heterogeneous Multi-Core Mobile Devices (비대칭 멀티코어 모바일 단말에서 SVM 기반 저전력 스케줄링 기법)

  • Min-Ho, Han;Young-Bae, Ko;Sung-Hwa, Lim
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.27 no.6
    • /
    • pp.69-75
    • /
    • 2022
  • We propose energy-efficient scheduling considering real-time constraints and energy efficiency in smart mobile with heterogeneous multi-core structure. Recently, high-performance applications such as VR, AR, and 3D game require real-time and high-level processings. The big.LITTLE architecture is applied to smart mobiles devices for high performance and high energy efficiency. However, there is a problem that the energy saving effect is reduced because LITTLE cores are not properly utilized. This paper proposes a heterogeneous multi-core assignment technique that improves real-time performance and high energy efficiency with big.LITTLE architecture. Our proposed method optimizes the energy consumption and the execution time by predicting the actual task execution time using SVM (Support Vector Machine). Experiments on an off-the-shelf smartphone show that the proposed method reduces energy consumption while ensuring the similar execution time to legacy schemes.

Performance Analysis for MIMO Multiuser Systems considering Selection of Transmit Antennas, Constellations and Powers in Low-to-medium Mobile Speed (중저속 이동체환경에서의 MIMO시스템 기반 안테나 선택과 전력할당 성능분석)

  • Yoo Hyun;Kim Jin-Su;Kim Jong-Ki;Seo Myoung-Seok;Kwak Kyung-Sup
    • Proceedings of the KSR Conference
    • /
    • 2005.05a
    • /
    • pp.776-781
    • /
    • 2005
  • In this paper, using received channel information, we analyze performance in MIMO multiuser system in low-to-medium mobile speed by selecting each user's constellations, powers, and transmit antennas. Given a target of symbol error, we determine each user's constellations, powers, selected tranprobability smit antennas such that the required signal-to-noise(SNR) is minimized for MMSE, V-BLAST receiver according to each user's information and channel estimation information. When we do power control with antenna selection technique through uplink channels of MIMO system in low-to-medium mobile speed, we analyze system performance with wireless channel information from Base-Station(BS) to Users. By simulation, it has been shown that the proposed antenna selection scheme for transmitting data offer better performance improvement than all transmit antennas for transmitting data.

  • PDF

Neighbor Node Discovery and Load Balancing Schemes for Energy-Efficient Clustering in Wireless Sensor Networks (주변 노드 발견을 통한 무선 센서 네트워크에서의 에너지 효율적인 클러스터링 및 전력 균형 분산 기법)

  • Choi, Ji-Young;Kang, Chung-Gu
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.31 no.11A
    • /
    • pp.1147-1158
    • /
    • 2006
  • Clustering algorithm is an essential element to implement a hierarchical routing protocol, especially for a large-scale wireless sensor network. In this paper, we propose a new type of energy-efficient clustering algorithm, which maximizes the physical distance between cluster head and gateway by a neighbor node discovery mechanism. Furthermore, a slave/master patching scheme is introduced as a useful means of further improving the energy-efficiency. It has been shown that the number of cluster heads can be reduced by as many as 21% as compared with the existing clustering algorithms.

A Reliable Broadcast Scheme for Wireless Sensor Networks (무선 센서 네트워크를 위한 신뢰적 브로드캐스팅 기법)

  • Choi, Won-Suk;Cho, Sung-Rae
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.33 no.4B
    • /
    • pp.165-173
    • /
    • 2008
  • In this paper, we propose a new reliable broadcast protocol referred to as timer-based reliable broadcast (TRB) for wireless sensor networks (WSNs). The proposed TRB scheme exploits (1) bitmap based explicit ACK to effectively reduce the unnecessary error control messages and (2) randomized timer for ACK transmission to substantially reduce the possibility of contentions. Although it has been argued that 100% reliability is not necessary in WSNs, there should be messages (such as mission-critical message, task assignment, software updates, etc.) that need to be reliably delivered to the entire sensor field. We propose to use the TRB algorithm for such cases. Performance evaluation shows that the TRB scheme achieves 100 % reliability significantly better than other schemes with expense of slightly increased energy consumption.

Buffer Cache Management for Low Power Consumption (저전력을 위한 버퍼 캐쉬 관리 기법)

  • Lee, Min;Seo, Eui-Seong;Lee, Joon-Won
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.35 no.6
    • /
    • pp.293-303
    • /
    • 2008
  • As the computing environment moves to the wireless and handheld system, the power efficiency is getting more important. That is the case especially in the embedded hand-held system and the power consumed by the memory system takes the second largest portion in overall. To save energy consumed in the memory system we can utilize low power mode of SDRAM. In the case of RDRAM, nap mode consumes less than 5% of the power consumed in active or standby mode. However hardware controller itself can't use this facility efficiently unless the operating system cooperates. In this paper we focus on how to minimize the number of active units of SDRAM. The operating system allocates its physical pages so that only a few units of SDRAM need to be activated and the unnecessary SDRAM can be put into nap mode. This work can be considered as a generalized and system-wide version of PAVM(Power-Aware Virtual Memory) research. We take all the physical memory into account, especially buffer cache, which takes an half of total memory usage on average. Because of the portion of buffer cache and its importance, PAVM approach cannot be robust without taking the buffer cache into account. In this paper, we analyze the RAM usage and propose power-aware page allocation policy. Especially the pages mapped into the process' address space and the buffer cache pages are considered. The relationship and interactions of these two kinds of pages are analyzed and exploited for energy saving.

A Study on the Development of Next Generation Wireless PAN Algorithms with Location Awareness Technique (위치인식기반의 차세대 무선 PAN 알고리즘 개발에 관한 연구)

  • Cho, Juphil
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.16 no.10
    • /
    • pp.2095-2100
    • /
    • 2012
  • In this paper, we propose the channel sounding scheme which is made for ideal communication between some application as well as the short distance of high speed data transmission in MIMO-OFDM system for Wireless PAN. This method is able to perceive the duration of the impulse response through the delaying of power delay profile, modeled a power delay profile which has an attenuate characteristic, and obtained the coefficient of channel response by ML (maximum likelihood). Through the amplitudes, phases and delays associated with each multipath component which were acquired from this channel sounding scheme, we can describe the wave propagation characteristics of channels between the transmitter and receiver so that the receiver could enhance not only the reliability but also the ability of communication link. Multi agent system models can be used to analyze the path of the system within any time frame. Further, parameter values can be perturbed to examine how the path of the system changes in response to exogenous shocks.

An Adaptive Tone Injection Scheme using Clipping Noise for PAPR Reduction of OFDM Signals (OFDM 신호의 PAPR 감소를 위해 클리핑 잡음을 이용한 적응적 톤 삽입 기법)

  • Yang, Mo-Chan;Shin, Yo-An
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.34 no.11C
    • /
    • pp.1076-1084
    • /
    • 2009
  • We propose an ATI (Adaptive Tone Injection) scheme based on clipping noise for PAPR (Peak-to-Average Power Ratio) reduction of OFDM (Orthogonal Frequency Division Multiplexing) signals. The proposed scheme is composed of three steps: clipping, tone selection, and TI procedures. In the first step, the peak samples in the IFFT (Inverse Fast Fourier Transform) outputs are scaled down by clipping. In the second step, the sub-carrier position where the power of the clipping noise is the maximum, is selected. Finally, the generic TI procedure is performed. Simulation results show that the proposed scheme does not require all the possible combinations of the original TI procedures, while maintaining the PAPR reduction performance.

Non-Orthogonal Multiple Access based Phase Rotation Index Modulation (비직교 다중 접속 기반 위상 회전 인덱스 변조 기법)

  • Lee, Hye Yeong;Shin, Soo Young
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.25 no.2
    • /
    • pp.267-273
    • /
    • 2021
  • Non-orthogonal multiple access is the promised candidates in the next generation wireless networks to improve the spectral efficiency by superposing multiple signals. In general, the superposition coding is performed using the difference in channel gain between users based on the user's power allocation. However, when user pairs have the similar channel gain problem, NOMA can not be allowed in the scenario. To overcome this problem, phase rotation based NOMA is presented to increase minimum distance between superposed signals in the constellation point. This paper proposed a novel non-orthogonal multiple access based index modulation using phase rotation. The additional bits can transfer using the index bits that is allocated according to the activated state of the phase rotation. Simulation results are shown that bit error rate and achievable sum rate are better than conventional NOMA.

Optimal Power Allocation for Spatial Division Multiplexing Scheme at Relays in Multiuser Distributed Beamforming Networks (다중 사용자 분산 빔포밍 네트워크의 중계기에서의 공간 분할 다중화 기법을 위한 최적 전력 할당 방법)

  • Ahn, Dong-Gun;Seo, Bang-Won;Jeong, Cheol;Kim, Hyung-Myung
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.35 no.4A
    • /
    • pp.360-370
    • /
    • 2010
  • In this paper, a distributed beamforming problem is considered in an amplify-and-forward (AF) wireless relay network consist of multiple source-destination pairs and relaying nodes. To exploit degree of freedom of the number of beamformers, in the first step, we proposed that the sources transmit their signals through orthogonal channels. During the second step, the relays transmit their received signals multiplied by complex weights to amplify and compensate for phase changes introduced by the backward channels through one common channel. The optimal beamforming vectors are obtained through minimization of the total relay transmit power while the signal-to-interference-plus-noise ratios (SINRs) at the destinations are above certain thresholds to meet a quality of services (QoSs) level. In the numerical example, it is shown that the proposed scheme needs less transmit power for moderate network data rates than other schemes, such as space division multiplexing or time-division multiplexing scheme.