• 제목/요약/키워드: LCG algorithm

검색결과 4건 처리시간 0.023초

도로소음 저감을 위한 타이닝 간격 랜덤화에 관한 연구 (A Study on Randomization of Tining Space for Reducing Road Noise)

  • 정순철;우종원;김용수;이재응
    • 한국소음진동공학회논문집
    • /
    • 제15권8호
    • /
    • pp.897-903
    • /
    • 2005
  • When driving on uniformly tining concrete pavement road, the whine noise which has high spectrum at the specific frequency related to the uniform tining space exist. In this paper, a randomization method of tining space for concrete pavements is proposed to reduce the whine noise. The proposed method is developed based on the LCG(linear congruential generator) algorithm. The design parameters used in the method are number of different tining space, ratio of each tining space, total linings of each size. sequence of actual tining under given constant drag length and texture. Monte Carlo simulations are used to validate the proposed method.

콘크리트 포장의 소음 저감을 위한 임의 간격 타이닝 설계 및 적용 (Noise Reducation of Concrete Pavement through Application of Random Transverse Tining)

  • 박진회;최태희;조윤호
    • 한국도로학회논문집
    • /
    • 제7권4호
    • /
    • pp.125-140
    • /
    • 2005
  • 본 연구에서는 콘크리트 포장에서 발생하는 소음을 저감시키기 위한 최적의 임의간격 횡방향 타이닝 설계 간격을 제안하였다. 기존 문헌조사를 바탕으로 소음 발생에 대한 원인을 규명하였고, LCG(linear congruential generators) 알고리즘 이론을 이용하여 특정 주파수에 집중되는 에너지를 효과적으로 분산시킬 수 있는 타이닝의 간격을 설계하였다. 실내 시뮬레이션 결과를 대구-포항 고속국도 현장에 적용하였고 기존 국내외에 적용된 임의간격 횡방향 타이닝 시공도 병행하여 실내 외 소음 및 교통소음을 비교하였다. 실내 외 소음 측정 결과, 피치 소음으로 인한 소음을 감소시킴으로써 임의간격 횡방향 타이닝 구간이 일반구간 보다 낮은 소음도를 보였으나, 그 효과가 크지 않았다. 교통 소음 측정에서도 전체적으로 일반 타이닝 구간에 비해 임의 간격 횡방향 타이닝 구간에서 더 큰 소음저감 효과를 확인할 수 있었으나, pass-by 소음 측정과는 다소 차이를 보였다.

  • PDF

콘크리트 포장 타이닝 간격 랜덤화에 관한 연구 (A study on randomization of tining space for concrete pavements)

  • 정순철;우종원;김용수;이재응
    • 한국소음진동공학회:학술대회논문집
    • /
    • 한국소음진동공학회 2004년도 추계학술대회논문집
    • /
    • pp.741-744
    • /
    • 2004
  • In concrete pavements with uniform tining space, the whine noise which has high frequency spectrum related to the uniform tining space exist. In this paper, randomization procedure of tining space for concrete pavements is proposed. The proposed procedure developed based on the LCG(Linear Congruential Generator) algorithm. And the factor concerned in the procedure are drag span length, number of different tining space, ratio of each tining space, total tinings of each size, sequence of actual tining.

  • PDF

NVIDIA GPU 상에서의 난수 생성을 위한 CUDA 병렬프로그램 (Efficient Parallel CUDA Random Number Generator on NVIDIA GPUs)

  • 김영태;황규현
    • 정보과학회 논문지
    • /
    • 제42권12호
    • /
    • pp.1467-1473
    • /
    • 2015
  • 본 논문에서는 고성능 병렬 계산 장치로 주목받고 있는 GPU에서의 선형 합동 방식(linear congruential)의 병렬 난수 생성 프로그램을 구현하였다. 난수는 임의성을 필요로 하는 모든 분야에서 중요하게 사용되며, 선형 합동 난수 방식은 컴퓨터 계산을 통하여 생성되는 의사 난수(pseudo random numbers) 생성 방식 중에 가장 많이 사용되는 방식이다. 본 논문에서는 NVIDIA CUDA 프로그래밍 모델을 사용하여 구현된 프로그램 및 MPI를 사용한 다중 GPU를 구동하는 병렬프로그램을 설명하고, 생성된 난수들의 임의성과 성능을 알아보았다. 또한 원주율(${\pi}$)을 계산하기 위한 몬테카를로 알고리즘을 사용하여 CUDA 라이브러리 함수인 cuRAND와 성능을 비교하였으며, 다수의 GPU를 동시에 계산한 성능의 변화도 알아보았다.