• Title/Summary/Keyword: Real grid

Search Result 710, Processing Time 0.025 seconds

A Realistic Path Loss Model for Real-time Communication in the Urban Grid Environment for Vehicular Ad hoc Networks

  • Mostajeran, Ehsan;Noor, Rafidah Md;Anisi, Mohammad Hossein;Ahmedy, Ismail;Khan, Fawad Ali
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.11 no.10
    • /
    • pp.4698-4716
    • /
    • 2017
  • Wireless signal transmission is influenced by environmental effects. These effects have also been challenging for Vehicular Ad hoc Network (VANET) in real-time communication. More specifically, in an urban environment, with high mobility among vehicles, a vehicle's status from the transmitter can instantly trigger from line of sight to non-line of sight, which may cause loss of real-time communication. In order to overcome this, a deterministic signal propagation model is required, which has less complexity and more feasibility of implementation. Hence, we propose a realistic path loss model which adopts ray tracing technique for VANET in a grid urban environment with less computational complexity. To evaluate the model, it is applied to a vehicular simulation scenario. The results obtained are compared with different path loss models in the same scenario based on path loss value and application layer performance analysis. The proposed path loss model provides higher loss value in dB compared to other models. Nevertheless, the performance of vehicle-vehicle communication, which is evaluated by the packet delivery ratio with different vehicle transmitter density verifies improvement in real-time vehicle-vehicle communication. In conclusion, we present a realistic path loss model that improves vehicle-vehicle wireless real-time communication in the grid urban environment.

Thermal and Electrical Energy Mix Optimization(EMO) Method for Real Large-scaled Residential Town Plan

  • Kang, Cha-Nyeong;Cho, Soo-Hwan
    • Journal of Electrical Engineering and Technology
    • /
    • v.13 no.1
    • /
    • pp.513-520
    • /
    • 2018
  • Since Paris Climate Change Conference in 2015, many policies to reduce the emission of greenhouse gas have been accelerating, which are mainly related to renewable energy resources and micro-grid. Presently, the technology development and demonstration projects are mostly focused on diversifying the power resources by adding wind turbine, photo-voltaic and battery storage system in the island-type small micro-grid. It is expected that the large-scaled micro-grid projects based on the regional district and town/complex city, e.g. the block type micro-grid project in Daegu national industrial complex will proceed in the near future. In this case, the economic cost or the carbon emission can be optimized by the efficient operation of energy mix and the appropriate construction of electric and heat supplying facilities such as cogeneration, renewable energy resources, BESS, thermal storage and the existing heat and electricity supplying networks. However, when planning a large residential town or city, the concrete plan of the energy infrastructure has not been established until the construction plan stage and provided by the individual energy suppliers of water, heat, electricity and gas. So, it is difficult to build the efficient energy portfolio considering the characteristics of town or city. This paper introduces an energy mix optimization(EMO) method to determine the optimal capacity of thermal and electric resources which can be applied in the design stage of the real large-scaled residential town or city, and examines the feasibility of the proposed method by applying the real heat and electricity demand data of large-scale residential towns with thousands of households and by comparing the result of HOMER simulation developed by National Renewable Energy Laboratory(NREL).

A Study on Determining the Size of the Interface Inductor for Grid-Connected Micro-Sources (Micro-Source의 계통 연계용 인덕터 크기 선정에 관한 연구)

  • Son, Kwang-Myung;Kim, Young-Seob
    • Journal of the Korean Institute of Illuminating and Electrical Installation Engineers
    • /
    • v.19 no.6
    • /
    • pp.52-58
    • /
    • 2005
  • The concept of the Micro-Grid comprising Micro-Sources supplying both heat and power ranging from several [KW] to 1[MW] to local customers is proposed by CERTS(Consortium for Electric Reliability Technology Solutions). Micro-Sources adopt environmentally friendly and reliable power sources such as Fuel-Cell and Micro-Turbines. Micro-Sources adopt voltage source inverter with AC grid system in order to provide independent real and reactive power control for premium power quality. Thus Micro-Source needs series inductance for interfacing with AC grid system. With this reason, we propose a technique that can decide the optimal size of the inductor for effective transfer of the power into the grid.

Batch Resizing Policies and Techniques for Fine-Grain Grid Tasks: The Nuts and Bolts

  • Muthuvelu, Nithiapidary;Chai, Ian;Chikkannan, Eswaran;Buyya, Rajkumar
    • Journal of Information Processing Systems
    • /
    • v.7 no.2
    • /
    • pp.299-320
    • /
    • 2011
  • The overhead of processing fine-grain tasks on a grid induces the need for batch processing or task group deployment in order to minimise overall application turnaround time. When deciding the granularity of a batch, the processing requirements of each task should be considered as well as the utilisation constraints of the interconnecting network and the designated resources. However, the dynamic nature of a grid requires the batch size to be adaptable to the latest grid status. In this paper, we describe the policies and the specific techniques involved in the batch resizing process. We explain the nuts and bolts of these techniques in order to maximise the resulting benefits of batch processing. We conduct experiments to determine the nature of the policies and techniques in response to a real grid environment. The techniques are further investigated to highlight the important parameters for obtaining the appropriate task granularity for a grid resource.

A Study for Mutual Interference of LCL Filter Under Parallel Operation of Grid-Connected Inverters (계통연계형 인버터 병렬운전 시 LCL 필터 상호간섭 특성 연구)

  • Lee, Gang;Seo, Joungjin;Cha, Hanju
    • The Transactions of the Korean Institute of Power Electronics
    • /
    • v.26 no.2
    • /
    • pp.75-81
    • /
    • 2021
  • This study analyzes the resonance characteristics caused by the mutual interference between LCL filters and the grid impedance under the parallel operation of the grid-connected inverter using the LCL filter. These characteristics are verified through simulation and experiment. Two inverters are used to connect to the grid in parallel, and the system parameters, including the LCL filter, are set to the same conditions. In the case of inverters running in parallel at the point of common coupling, the presence of grid impedance causes mutual interference between the LCL filters of each inverter, and the deviation of the filter resonance frequency is analyzed to understand the parallel inverter. The correlation between the number of devices and the size of grid impedance is simulated by PSIM and verified by MATLAB. By connecting the real-time digital simulator Typhoon HILS to the DSP 28377 control board, the mutual interference characteristics are tested under the condition of two inverters running in parallel. The experimental and analysis results are the same, indicating the validity of the analysis.

Density Adaptive Grid-based k-Nearest Neighbor Regression Model for Large Dataset (대용량 자료에 대한 밀도 적응 격자 기반의 k-NN 회귀 모형)

  • Liu, Yiqi;Uk, Jung
    • Journal of Korean Society for Quality Management
    • /
    • v.49 no.2
    • /
    • pp.201-211
    • /
    • 2021
  • Purpose: This paper proposes a density adaptive grid algorithm for the k-NN regression model to reduce the computation time for large datasets without significant prediction accuracy loss. Methods: The proposed method utilizes the concept of the grid with centroid to reduce the number of reference data points so that the required computation time is much reduced. Since the grid generation process in this paper is based on quantiles of original variables, the proposed method can fully reflect the density information of the original reference data set. Results: Using five real-life datasets, the proposed k-NN regression model is compared with the original k-NN regression model. The results show that the proposed density adaptive grid-based k-NN regression model is superior to the original k-NN regression in terms of data reduction ratio and time efficiency ratio, and provides a similar prediction error if the appropriate number of grids is selected. Conclusion: The proposed density adaptive grid algorithm for the k-NN regression model is a simple and effective model which can help avoid a large loss of prediction accuracy with faster execution speed and fewer memory requirements during the testing phase.

Design and Evaluation of PMU Performance Measurement and GPS Monitoring System for Power Grid Stabilization

  • Yang, Sung-Hoon;Lee, Chang Bok;Lee, Young Kyu;Lee, Jong Koo
    • Journal of Positioning, Navigation, and Timing
    • /
    • v.4 no.2
    • /
    • pp.67-72
    • /
    • 2015
  • Power grid techniques are distributed over general power systems ranging from power stations to power transmission, power distribution, and users. To monitor and control the elements and performance of a power system in real time in the extensive area of power generation, power transmission, wide-area monitoring (WAM) and control techniques are required (Sattinger et al. 2007). Also, to efficiently operate a power grid, integrated techniques of information and communication technology are required for the application of communication network and relevant equipment, computing, and system control software. WAM should make a precise power grid measurement of more than once per cycle by time synchronization using GPS. By collecting the measurement values of a power grid from substations located at faraway regions through remote communication, the current status of the entire power grid system can be examined. However, for GPS that is used in general national industries, unexpected dangerous situations have occurred due to its deterioration and jamming. Currently, the power grid is based on a synchronization system using GPS. Thus, interruption of the time synchronization system of the power system due to the failure or abnormal condition of GPS would have enormous effects on each field such as economy, security, and the lives of the public due to the destruction of the synchronization system of the national power grid. Developed countries have an emergency substitute system in preparation for this abnormal situation of GPS. Therefore, in Korea, a system that is used to prepare for the interruption of GPS reception should also be established on a long-term basis; but prior to this, it is required that an evaluation technique for the time synchronization performance of a GPS receiver using an atomic clock within the power grid. In this study, a monitoring system of time synchronization based on GPS at a power grid was implemented, and the results were presented.

Model test to understand shape change of BRD (Bycatch Reduction Device) for demersal trawl of Argentina (유속에 따른 아르헨티나 저층트롤어구 혼획저감장치의 형상변화 모형실험)

  • CHA, Bong-Jin;ROTH, Ricardo;CHO, Sam-Kang
    • Journal of the Korean Society of Fisheries and Ocean Technology
    • /
    • v.51 no.3
    • /
    • pp.312-320
    • /
    • 2015
  • The 1/5 scale-down model of the Bycatch Reduction Device (BRD) from an Argentinean demersal trawl was tested in a circulating water channel. The BRD is designed to help small Hake (merluza, merluccius hubbsi) to escape from a trawl. It is settled in front of a trawl codend, and is equipped with selection grids that help small fish to escape from the gear and guiding panels that help fish to meet with the grids. Bars of the grids are wires covered by the PVC and other parts of the BRD are made of net. When the velocity was less than 0.65 m/sec (2.81 Kont when translated to real towing speed) which is slow speed compared with real towing speed, position between an upper guiding panel and an upper selection grid were good to help small fish to escape. When the velocity was more than 0.8 m/sec (3.41 Knot when translated to real towing speed) which is similar to and faster than real towing speed, it was considered that small fish may have difficulties in escaping because the gap was not enough between an upper guiding panel and an upper selection grid. The lower selection grid was sat on the bottom of the tank without an angle due to the weight that it carries. Improvements were proposed to position the panels and the grids better.

Analysis on performance of grid-free compressive beamforming based on experiment (실험 기반 무격자 압축 빔형성 성능 분석)

  • Shin, Myoungin;Cho, Youngbin;Choo, Youngmin;Lee, Keunhwa;Hong, Jungpyo;Kim, Seongil;Hong, Wooyoung
    • The Journal of the Acoustical Society of Korea
    • /
    • v.39 no.3
    • /
    • pp.179-190
    • /
    • 2020
  • In this paper, we estimated the Direction of Arrival (DOA) using Conventional BeamForming (CBF), adaptive beamforming and compressive beamforming. Minimum Variance Distortionless Response (MVDR) and Multiple Signal Classification (MUSIC) are used as the adaptive beamforming, and grid-free compressive sensing is applied for the compressive sensing beamforming. Theoretical background and limitations of each technique are introduced, and the performance of each technique is compared through simulation and real experiments. The real experiments are conducted in the presence of reflected signal, transmitting a sound using two speakers and receiving acoustic data through a linear array consisting of eight microphones. Simulation and experimental results show that the adaptive beamforming and the grid-free compressive beamforming have a higher resolution than conventional beamforming when there are uncorrelated signals. On the other hand, the performance of the adaptive beamforming is degraded by the reflected signals whereas the grid-free compressive beamforming still improves the conventional beamforming resolution regardless of reflected signal presence.

Customer Willingness to Use Smart Grid Services in Home (스마트 그리드 서비스에 대한 고객 수용도 분석)

  • Kim, Young-Myoung;Lee, Young-Woo
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.35 no.9B
    • /
    • pp.1399-1406
    • /
    • 2010
  • Customers can monitor electricity use in real time in smart grid(ICT is grafted onto current grid), so various beneficial services can be provided to customer. We did a qualitative survey, HV(Home Visit) and FGD(Focus Group Discussion), in order to derive customer's cognition of using electricity in home and values that customers consider significantly and a quantitative survey in order to know willingness to use. Customers consider electricity indispensible for using home appliances, want to use safely far from electromagnetic waves, short circuit and electronic shock. Also, customers want to save energy conveniently with no stress. Customers want 'a function', 'information', 'motivation' for energy saving, and 'electromagnetic waves cutting', 'to prevent electronic shock', 'to prevent short circuit' for safe electricity use. In this study, we derived 4 services - energy monitoring, standby power cutting, remote control, energy consulting - based on customer values and unmet needs, which is connected to home network that customers can monitor total and each appliance's electricity usage in real time and control home appliances. The willingness to use of services is over 60% and especially energy monitoring and standby power cutting service have high willingness to use rate, about 80%.