• Title/Summary/Keyword: intersection approach

Search Result 165, Processing Time 0.033 seconds

Accident Models of Circular Intersection by Cause Using ZAM (ZAM을 이용한 원형교차로 원인별 사고모형 개발)

  • Na, Hee;Park, Byung-Ho
    • International Journal of Highway Engineering
    • /
    • v.14 no.2
    • /
    • pp.101-108
    • /
    • 2012
  • This study deals with the traffic accidents of circular intersections in Korea. The goal of this study is to develop the traffic accident models using ZAM. The main results are as follows. First, in the case of 'violating the operational method of intersection', ZINB(zero-inflatednegative binomial) models were analyzed to be the best fit to the data. Second, in the case of' no maintaining the safe distance', ZINB models were also analyzed to be the best fit to the data. Finally, such the common variables as traffic volume and width of circular roadway were selected as the independent variables. The more traffic volume and the less width of circulatory roadway were evaluated to make the more accidents. Such the specific variables as the number of approach lanes and speed reduction facilities were selected as the explanatory variables. The more approach lanes and the less speed reduction facilities were evaluated to give the more accidents. This study might be expected to give some implications to the accident research on the circular intersections.

Limit state assessment of nodal zone capacity in strut-and-tie models

  • Tjhin, Tjen N.;Kuchma, Daniel A.
    • Computers and Concrete
    • /
    • v.4 no.4
    • /
    • pp.259-272
    • /
    • 2007
  • A method based on the lower-bound theorem of limit analysis is presented for the capacity assessment of nodal zones in strut-and-tie models. The idealized geometry of the nodal zones is formed by the intersection of effective widths of the framing struts and ties. The stress distribution is estimated by dividing the nodal zones into constant stress triangles separated by lines of stress discontinuity. The strength adequacy is verified by comparing the biaxial stress field in each triangle with the corresponding failure criteria. The approach has been implemented in a computer-based strut-and-tie tool called CAST (Computer-Aided Strut-and-Tie). An application example is also presented to illustrate the approach.

A New Circular Curve Fitting of Articulated Manipulators Using Least Squares (Least Square를 이용한 수직다관절 Manipulator의 새로운 원호 경로 보간 방법)

  • 정원지;이춘만;김대영;서영교;홍형표
    • Transactions of the Korean Society of Machine Tool Engineers
    • /
    • v.12 no.4
    • /
    • pp.17-22
    • /
    • 2003
  • This paper presents a new circular curve fitting approach of articulated manipulators, based on least square. The approach aims at gaining the interpolation of circle from n data points, under the condition that the fitted circle should pass both a starting point and an ending point. First a spherical fitting should be performed, using least squares. Then the circular curve fitting can be resulted from the intersection of the fitted sphere and the plane obtained from 3 points, i. e., a starting point, an ending point and the center of a sphere. The proposed algorithms are shown to be efficient by using MATLAB-based simulation.

An Analysis of Safety Improvement Effects on Roundabouts (회전교차로 도입에 따른 교통안전성 향상 효과분석)

  • Lee, Dong Min;Jeon, Jin Woo;Park, Yong Jin
    • International Journal of Highway Engineering
    • /
    • v.17 no.3
    • /
    • pp.133-141
    • /
    • 2015
  • PURPOSES : This study dealt with traffic accidents occurring within roundabouts. The objective of this study was to analyze safety effect by introduction of roundabouts. METHODS : In pursuing the above, traffic accident data on roundabouts are collected and compared. For the analysis, collected data were separated as all intersection points, turning lane accident, approach lane accident by geometric design. RESULTS : Through the study results, it was found that the total accidents decreased by 55 accidents/2 year with safety effect of roundabouts. Also the result shows that accidents by point of two-lane roundabout at turning lane(0.26) and approach lane(0.27) is risky than total accidents by point(0.09). Moreover, accidents by point shows high value as diameter of a roundabout is bigger. CONCLUSIONS : When a roundabout is introduced at the intersections there are safety effects by reduction of traffic accidents.

Photogrammetry-based Modal Parameter Extraction from Motion Pictures (사진측량 기반 동영상 동특성 추출)

  • Kim, Byeong-Hwa;Yeo, Keum-Soo;Kim, Soo-Jin
    • Transactions of the Korean Society for Noise and Vibration Engineering
    • /
    • v.20 no.3
    • /
    • pp.308-315
    • /
    • 2010
  • This study introduces a new technique to estimate modal parameters of a vibrating string using motion pictures. The approach requires two motion pictures for a vibrating string captured simultaneously by typical potable digital cameras or camcorders. Applying the space intersection theory and the space resection theory in photogrammetry, the steroscopic images for the string are constructed from two flat plane pictures. Then the three dimensional displacement components of the string are extracted by a multiple template matching technique. Finally the modal parameters of the string are estimated from the resulting displacement time histories. The accuracy of the approach has been examined through a small-scale mock-up of a string.

A TOA Shortest Distance Algorithm for Estimating Mobile Location (모바일 위치추정을 위한 TOA 최단거리 알고리즘)

  • Pradhan, Sajina;Hwang, Suk-Seung
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.8 no.12
    • /
    • pp.1883-1890
    • /
    • 2013
  • Location detection technology (LDT) is one of the core techniques for location based service (LBS) in wireless communication for improving resource management and quality of services. The location of a mobile station (MS) is estimated using the time of arrival (TOA) technique based on three circles with centers corresponding to coordinates of three base stations (BSs) and radius corresponding to distances between MS and BSs. For accurately estimating the location of MS, three circles should meet at a point for the trilateration method, but they generally do not meet a point because the radius is increased depending on the number of time delay for estimating the distance between MS and BS and the carrier frequency. The increased three circles intersect at six points and the three intersection points among them should be generally placed close to coordinate of the location for the specific MS. In this paper, we propose the shortest distance algorithm for TOA trilateration method, to select three interior intersection points from entire six points. The proposed approach selects three intersection points with the shortest distances between coordinates of MS and intersection points and determines the averaged coordinate of the selected three points, as the location of the specific MS. We demonstrate the performance of the proposed algorithm using a typical computer simulation example.

IRFP-tree: Intersection Rule Based FP-tree (IRFP-tree(Intersection Rule Based FP-tree): 메모리 효율성을 향상시키기 위해 교집합 규칙 기반의 패러다임을 적용한 FP-tree)

  • Lee, Jung-Hun
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.5 no.3
    • /
    • pp.155-164
    • /
    • 2016
  • For frequency pattern analysis of large databases, the new tree-based frequency pattern analysis algorithm which can compensate for the disadvantages of the Apriori method has been variously studied. In frequency pattern tree, the number of nodes is associated with memory allocation, but also affects memory resource consumption and processing speed of the growth. Therefore, reducing the number of nodes in the tree is very important in the frequency pattern mining. However, the absolute criteria which need to order the transaction items for construction frequency pattern tree has lowered the compression ratio of the tree nodes. But most of the frequency based tree construction methods adapted the absolute criteria. FP-tree is typically frequency pattern tree structure which is an extended prefix-tree structure for storing compressed frequent crucial information about frequent patterns. For construction the tree, all the frequent items in different transactions are sorted according to the absolute criteria, frequency descending order. CanTree also need to absolute criteria, canonical order, to construct the tree. In this paper, we proposed a novel frequency pattern tree construction method that does not use the absolute criteria, IRFP-tree algorithm. IRFP-tree(Intersection Rule based FP-tree). IRFP-tree is constituted with the new paradigm of the intersection rule without the use of the absolute criteria. It increased the compression ratio of the tree nodes, and reduced the tree construction time. Our method has the additional advantage that it provides incremental mining. The reported test result demonstrate the applicability and effectiveness of the proposed approach.

A Study on the Performance Evaluation Measures of Traffic Signal Operation at Signalized Intersections by Utilizing Historical Data from Advanced Traveller Information System (첨단 교통 정보 시스템 누적 소통정보를 활용한 신호교차로 운영개선 효과평가를 위한 혼잡강도 지표 연구)

  • Cho, Yong-bin;Kim, Jin-tae
    • The Journal of the Korea Contents Association
    • /
    • v.18 no.11
    • /
    • pp.643-654
    • /
    • 2018
  • In order to understand and manage traffic flows in urban areas in the past, a variety of traffic engineering theoretical indicators such as intersection lag and highway speed have been applied. However, these theories and indicators have been developed under the constraints of traffic engineering research before the construction of intelligent transportation system. Since the ATIS system currently exists, it is necessary to introduce a separate traffic engineering technology that utilizes the data. In this paper, it is aimed to confirm whether it is applicable to intermittent flow (approach road, intersection, control group, main road axis) by using 'congestion intensity' which is already used in traffic engineering field. The results of this study are as follows: (1) The traffic signal improvement effect of urban road access road, intersection road, control group, Two verification studies were performed to verify the derived congestion intensity index. (1) verification of congestion intensity threshold value analysis and (2) crossing improvement using the congestion intensity. Through verification, it was confirmed that it is possible to apply the congestion intensity in the inter - city intermittent flow using the 5 - minute unit speed data so as to be able to escape from the existing traffic signal operation management which is past passive and manpower limit.

A Study on the Impact of AI Edge Computing Technology on Reducing Traffic Accidents at Non-signalized Intersections on Residential Road (이면도로 비신호교차로에서 AI 기반 엣지컴퓨팅 기술이 교통사고 감소에 미치는 영향에 관한 연구)

  • Young-Gyu Jang;Gyeong-Seok Kim;Hye-Weon Kim;Won-Ho Cho
    • The Journal of The Korea Institute of Intelligent Transport Systems
    • /
    • v.23 no.2
    • /
    • pp.79-88
    • /
    • 2024
  • We used actual field data to analyze from a traffic engineering perspective how AI and edge computing technologies affect the reduction of traffic accidents. By providing object information from 20m behind with AI object recognition, the driver secures a response time of about 3.6 seconds, and with edge technology, information is displayed in 0.5 to 0.8 seconds, giving the driver time to respond to intersection situations. In addition, it was analyzed that stopping before entering the intersection is possible when speed is controlled at 11-12km at the 10m point of the intersection approach and 20km/h at the 20m point. As a result, it was shown that traffic accidents can be reduced when the high object recognition rate of AI technology, provision of real-time information by edge technology, and the appropriate speed management at intersection approaches are executed simultaneously.

Measurement of Multidimensional Poverty by Counting Approach (차원계수방식에 의한 다차원적 빈곤 측정)

  • Choi, Gyun;Suh, Byung-Soo;Kwon, Jong-Hee
    • Korean Journal of Social Welfare
    • /
    • v.63 no.1
    • /
    • pp.85-111
    • /
    • 2011
  • This study has the purpose to measure the multidimensional poverty in Korea by the counting approach which was theorized by Alkire and Foster to overcome problems of unidimensional approach, union method and intersection method for the identification of the multidimensional poor. By the counting approach applying to Welfare Panel in Korea during 2006-2008, the head-count ratio of the multidimensional poverty was measured. When 3 dimensions are applied as a dimension poverty line, the multidimensional poverty rate was 20% in 2008. It was due to broad deprivations in assets, social securities, income and health. Vulnerable classes such as single parent families, low-education level group, the aged, economically non-active population were among the severe poverty rates, which were reaching around 50%. The analysis reveals the possible alternative to change the present public assistance program to the robust approach of multidimensional poverty measurement, the counting approach. Social policies to reduce poverty in Korea would gain expected positive outcome with the various approaches based on the concepts of multidimensional poverty.

  • PDF