• 제목/요약/키워드: Super Sampling

검색결과 49건 처리시간 0.031초

클리핑과 슈퍼샘플링을 포함한 스캔라인 엣지 플래그 방식의 2D 벡터 그래픽 가속기 설계 (A Design of 2D Vector Graphics Accelerator with a Modified Scan-line Edge flag Algorithms including Clipping and Super Sampling)

  • 이광엽
    • 전기전자학회논문지
    • /
    • 제12권2호
    • /
    • pp.124-130
    • /
    • 2008
  • 벡터 그래픽스는 좌표 정보를 이용하여 이미지를 표현하기 때문에 이미지 퀄리티의 손실 없이 쉽게 확대 축소가 가능하며, 일반적으로 래스터 그래픽스로 표현되는 이미지보다 더 작은 파일 크기를 가진다. 본 논문에서 제안하는 벡터 그래픽 가속기는 개선된 스캔라인 엣지 플래그 방식을 사용하여 엣지의 정렬과정을 수행하지 않고 렌더링을 수행할 수 있도록 설계되었으며 OpenVG 2D 벡터 이미지를 사용하여 검증되었다. 본 논문에서 제안하는 가속기는 Tiger image를 기준으로, 테셀레이션을 수행하는데 12ms, 전체 이미지 렌더링에 208ms의 시간이 소요되며, Tiger image 기준으로 약 초당 5 프레임의 성능을 가진다.

  • PDF

디지털 동기좌표계 전류제어기에서의 시지연을 고려한 PWM 기법 (A Compensation Method for Time Dealy of Full Digital Synchronous Frame Current Regulator of PWM ac Drives)

  • 배본호;설승기
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2001년도 춘계학술대회 논문집 전기기기 및 에너지변환시스템부문
    • /
    • pp.244-246
    • /
    • 2001
  • In a full digital implementation of a current regulator, the voltage output is inevitably delayed due to arithmetic calculation and PWM. In case of the synchronous frame current regulator, the time delay is accompanied by the rotation of frame. In some applications in which the ratio of sampling frequency to output frequency is not high enough, such as high power drive or super high-speed drive, it is known that the effect of rotation of frame during the delay time causes phase and magnitude error in the voltage output. The error degrades the dynamic performance and can bring about the instability of current regulator at high speed. It is also intuitively known that advancing the phase of voltage output can mitigate the instability. In this paper, the instability problems are studied analytically and a compensation method for the error has been proposed. By means of computer simulation and complex root locus analysis, comparative study with conventional methods is carried out and the effectiveness of proposed method is verified.

  • PDF

Dynamic characteristics monitoring of a 421-m-tall skyscraper during Typhoon Muifa using smartphone

  • Kang Zhou;Sha Bao;Lun-Hai Zhi;Feng Hu;Kang Xu;Zhen-Ru Shu
    • Structural Engineering and Mechanics
    • /
    • 제87권5호
    • /
    • pp.451-460
    • /
    • 2023
  • Recently, the use of smartphones for structural health monitoring in civil engineering has drawn increasing attention due to their rapid development and popularization. In this study, the structural responses and dynamic characteristics of a 421-m-tall skyscraper during the landfall of Typhoon Muifa are monitored using an iPhone 13. The measured building acceleration responses are first corrected by the resampling technique since the sampling rate of smartphone-based measurement is unstable. Then, based on the corrected building acceleration, the wind-induced responses (i.e., along-wind and across-wind responses) are investigated and the serviceability performance of the skyscraper is assessed. Next, the amplitude-dependency and time-varying structural dynamic characteristics of the monitored supertall building during Typhoon Muifa are investigated by employing the random decrement technique and Bayesian spectral density approach. Moreover, the estimated results during Muifa are further compared with those of previous studies on the monitored building to discuss its long-term time-varying structural dynamic characteristics. The paper aims to demonstrate the applicability and effectiveness of smartphones for structural health monitoring of high-rise buildings.

실시간 렌더링 환경에서의 3D 텍스처를 활용한 GPU 기반 동적 포인트 라이트 파티클 구현 (GPU-based dynamic point light particles rendering using 3D textures for real-time rendering)

  • 김병진;이택희
    • 한국컴퓨터그래픽스학회논문지
    • /
    • 제26권3호
    • /
    • pp.123-131
    • /
    • 2020
  • 본 연구는 10만 개 이상의 움직이는 파티클 각각이 발광원으로서 존재할 때 라이팅을 위한 실시간 렌더링 알고리즘을 제안한다. 각 라이트의 영향 범위를 동적으로 파악하기 위해 2개의 3D 텍스처를 사용하며 첫 번째 텍스처는 라이트 색상 두 번째 텍스처는 라이트 방향 정보를 가진다. 각 프레임마다 두 단계를 거친다. 첫 단계는 Compute shader 기반으로 3D 텍스처 초기화 및 렌더링에 필요한 파티클 정보를 갱신하는 단계이다. 이때 파티클 위치를 3D 텍스처의 샘플링 좌표로 변환 후 이 좌표를 기반으로 첫 번째 3D 텍스처엔 해당 복셀에 대해 영향을 미치는 파티클 라이트들의 색상 총합을, 그리고 두 번째 3D 텍스처에 해당 복셀에서 파티클 라이트들로 향하는 방향벡터들의 총합을 갱신한다. 두 번째 단계는 일반 렌더링 파이프라인을 기반으로 동작한다. 먼저 렌더링 될 폴리곤 위치를 기반으로 첫 번째 단계에서 갱신된 3D 텍스처의 정확한 샘플링 좌표를 계산한다. 샘플링 좌표는 3D 텍스쳐의 크기와 게임 월드의 크기가 1:1로 대응하므로 픽셀의 월드좌표를 그대로 샘플링 좌표로 사용한다. 샘플링한 픽셀의 색상과 라이트의 방향벡터를 기반으로 라이팅 처리를 수행한다. 3D 텍스처가 실제 게임 월드와 1:1로 대응하며 최소 단위를 1m로 가정하는데 1m보다 작은 영역의 경우 해상도 제한에 의한 계단 현상 등의 문제가 발생한다. 이러한 문제를 개선하기 위한 텍스처 샘플링 시 보간 및 슈퍼 샘플링을 수행한다. 한 프레임을 렌더링하는데 소요된 시간을 측정한 결과 파티클이 라이트의 개수가 262144개일 때 Forward Lighting 파이프라인에서 146ms, deferred Lighting 파이프라인에서 46ms 가 소요되었으며, 파티클 라이트의 개수가 1024576개일 때 Forward Lighting 파이프라인에서 214ms, Deferred Lighting 파이프라인에서 104ms 가 소요되었다.

R.C 박스거교의 체계신뢰성 해석 및 안전도 평가 (Assessment of System Reliability and Capacity-Rating of Concrete Box-Girder Highway Brdiges)

  • 조효남;신재철
    • 콘크리트학회지
    • /
    • 제7권3호
    • /
    • pp.187-198
    • /
    • 1995
  • 본 연구는 RC 박스거더교 상부구조의 체계신뢰성 해석과 체계신뢰성에 기초한 내하력 평가를 위하여 실용적이고 실제적인 신뢰성 모델 및 방법을 제안하였다. 시스템으로서 교량의 보유내하력을 정확히 예측한다는 것은, 특히 교량이 높은 여용성을 갖고 있고 열화손상이 심각한 경우에는 더욱 어려운 문제이다. 본 연구는 교량의 체계신뢰성에 상응하는 교량시스템강도로서 정의도리 수 잇는 등가의 시스템가동의 항으로 교량의 보유내하력을 평가하는 새로운 접근방법을 제안하였다. 즉, 이 방법은 체계신뢰성지수의 FOSM(Fdirst Order Second Moment)형태에서 유도된 등가시스템저항강도로서 보다 실제적이고 합리적인 극산시스템저항강도 평가방법이다. 본 연구에서 제안된 RC박스거더교를 위한 강도한계상태모형은 휨 및 전단강도에 기초하였다. 그리고 박스거더 상부구조의 체계신뢰성 문제는 주요 파괴 메카니즘이나 각거더의 한계파괴상태에 기초한 FMA(Failure Mode Approach) 로부터 획득한 직-병렬 혼합모델로서 정식화하였다. 제안된 모형의 신뢰성해석에는 AFOSM(Advanced First Order Second Moment) 과 IST(Importance Sampling Technique) 시뮬레이션 알고리즘을 사용하였다.

전수층 무응답 편향보정 추정법에 관한 연구 (A study on non-response bias adjusted estimation for take-all stratum)

  • 정희영;신기일
    • 응용통계연구
    • /
    • 제33권4호
    • /
    • pp.409-420
    • /
    • 2020
  • 사업체조사에서는 흔히 수정절사법이 사용되며 이 방법을 사용함으로써 표본의 수를 줄이면서도 추정의 정확성을 향상 시킬 수 있다. 그러나 전수층의 무응답률은 크게 높아지고 있으며 예비표본을 이용한 표본대체가 불가능하기 때문에 전수층에서 발생한 무응답은 추정의 정확성을 크게 떨어뜨리고 있다. 특히 무응답이 관심변수에 영향을 받는 경우에는 편향이 발생할 가능성이 매우 높기 때문에 이를 적절히 처리하는 것은 매우 중요하다. 본 연구에서는 전수층에서 발생한 무응답을 적절히 처리하는 방법의 하나로 편향보정 추정법을 제안하였다. 특히 Chung과 Shin(2020)에서 제안한 편향보정 추정량을 전수층 편향보정에 적용하였으며 전수층이라는 특수한 경우에 맞는 새로운 추정 방법을 제안하였다. 또한 모의실험을 통해 제안된 방법의 우수성을 살펴보았으며 실제 자료 분석을 실시하여 본 논문에서 제안한 방법의 우수성을 확인하였다.

저압 $C_6H_6/Ar/O_2$ 화염에서 PAHs 생성 특성 및 플러렌$(C_{60},\;C_{70})$ 합성에 대한 연구 (PAHs Formation Characteristics and Fullerenes $(C_{60},\;C_{70})$ Synthesis in a Low-Pressure $C_6H_6/Ar/O_2$ Flame)

  • 이교우;김용우;황정호;정종수;최만수
    • 한국연소학회지
    • /
    • 제7권4호
    • /
    • pp.36-44
    • /
    • 2002
  • Carbon molecules with closed-cage structures are called fullerenes $(C_{60},\;C_{70})$, whose applications include super-conductors, sensors, catalysts, optical and electronic device, polymer composites, and biological and medical materials. The synthesis of fullerenes has been recently studied with low-pressure benzene/argon/oxygen flames. The formation of fullerene is known as molecular weight growth processes of PAHs (polycyclic aromatic hydrocarbon). This study presents results of PAHs and fullerene measurements performed in a low-pressure benzene/argon/oxygen normal co-flow laminar diffusion flame. Through the central tube of the burner, benzene vapors carried by argon are injected. The benzene vapors are made in a temperature-controlled bubbler. The burner is located in a chamber, equipped with a sampling system for direct collection of condensable species from the flame, and exhausted to a vacuum pump. Samples of the condensable are analyzed by HPLC (High Performance Liquid Chromatography) to determine the yields of PAHs and fullerene. Also, we computed mole fraction of fullerene and PAHs in a nearly sooting low pressure premixed, one-dimensional benzene/argon/oxygen flame (equivalence ratio ${\Phi}=2.4$, pressure=5.33kPa). The object of computation was to investigate the formation mechanism of fullerenes and PAHs. The computations were performed with CHEMKIN/PREMIX. As a result of this study, fullerenes were synthesized in a low pressure (20torr) $C_6H_6/Ar/O_2$ flames and the highest concentration of fullerene was detected just above the visible surface of a flame.

  • PDF

Design of SDR-based Multi-Constellation Multi-Frequency GNSS Signal Acquisition/Tracking Module

  • Yoo, Won Jae;Kim, Lawoo;Lee, Yu Dam;Lee, Taek Geun;Lee, Hyung Keun
    • Journal of Positioning, Navigation, and Timing
    • /
    • 제10권1호
    • /
    • pp.1-12
    • /
    • 2021
  • Due to the Global Navigation Satellite System (GNSS) modernization, the recently launched GNSS satellites transmit signals at various frequency bands of L1, L2 and L5. Considering the Korea Positioning System (KPS) signal and other GNSS augmentation signals in the future, there is a high probability of applying more complex communication techniques to the new GNSS signals. For the reason, GNSS receivers based on flexible Software Defined Radio (SDR) concept needs to be developed to evaluate various experimental communication techniques by accessing each signal processing module in detail. In this paper, we introduce a multi-constellation (GPS/Galileo/BeiDou) multi-band (L1/L2/L5) SDR by utilizing Ettus USRP N210. The signal reception module of the developed SDR includes down-conversion, analog-to-digital conversion, signal acquisition, and tracking. The down-conversion module is designed based on the super-heterodyne method fitted for MHz sampling. The signal acquisition module performs PRN code generation and FFT operation and the signal tracking module implements delay/phase/frequency locked loops only by software. In general, it is difficult to sample entire main lobe components of L5 band signals due to their higher chipping rate compared with L1 and L2 band signals. Experiment result shows that it is possible to acquire and track the under-sampled signals by the developed SDR.

두 장의 이미지를 활용한 이미지 화질 저하 커널 예측 (Blind Super-Resolution Kernel estimation using two images)

  • 조선우;조남익
    • 한국방송∙미디어공학회:학술대회논문집
    • /
    • 한국방송∙미디어공학회 2021년도 하계학술대회
    • /
    • pp.303-306
    • /
    • 2021
  • 이미지 초해상도는 영상 취득 과정에서 센서와 렌즈의 물리적인 한계 등으로 인하여 의해 화질이 저하된 이미지를 더 높은 배율로 복원하는 문제이다. 이미지 초해상도는 딥러닝을 통해 놀라운 성능향상을 이루었지만, 카메라로 촬영된 실제 이미지에서는 좋은 성능을 내지 못하였다. 이는 딥러닝에서는 'bicubic' 커널로 down-sampling된 합성 이미지 데이터를 사용하였던 것과 달리 실제 이미지에서는 'bicubic' 커널을 통한 화질 저하와는 다른 화질 저하, 즉 다른 커널을 통한 화질 저하가 발생하기 때문이다. 따라서 실제 이미지에 대한 성능을 높이기 위해서는 이에 대한 정확한 커널 예측이 필요하다. 최근 주목받기 시작한 이미지 초해상도를 위한 커널 예측은 초해상도를 잘 시켜주는 커널을 직접 찾는 방법[10, 13]과 이미지의 분포와 커널을 통해 다운샘플된 이미지에 대한 분포를 일치시켜주면서 커널을 예측하는 방법[14]으로 나누어져 있다. 그러나 두 방법 모두 ill-posed problem 인 커널 예측 문제를 한 장의 이미지만으로 해결하려는 것이기 때문에 정확한 예측에는 어려움이 발생한다. 따라서 본 논문에서는 두 장의 이미지를 활용한 이미지 화질 저하 커널 예측 방법을 제안한다. 제안된 방법은 두 장의 이미지가 같은 카메라를 통해 촬영되었으며 이때 이미지 화질 저하는 카메라에 의해서만 영향을 받는다는 가정을 기반으로 한다. 즉, 두 장의 이미지는 같은 커널을 통해 저하된 이미지라는 가정을 한다. 제안된 방법은 [14]에서처럼 이미지 분포를 기반으로 한 커널 예측을 진행하며, 이미지 초해상도를 진행하고자 하는 이미지 외에 참고 이미지 또한 같은 커널에서 화질 저하를 시켰을 때 본래의 이미지와 같은 분포에 있도록 학습을 진행한다. 결과적으로 본 논문에서는 두 장의 이미지를 사용하였을 때 더욱 정확하게 커널을 찾을 수 있음을 보여준다. 두 장의 이미지를 활용하는 방식이 한 장의 이미지만을 활용하는 기존의 최고 수준의 방법에 비해 합성된 다양한 커널 데이터셋[14]에서 약 0.17dB 성능 향상이 있었다.

  • PDF

ABC-EAREX2005 기간 동안 제주도 고산지역 대기 중 가스상 및 입자상 물질의 분포특성 (Characteristics of Chemical Species in Gaseous and Aerosol Phase Measured at Gosan, Korea During ABC-EAREX2005)

  • 문광주;한진석;공부주;이민도;정일록
    • 한국대기환경학회지
    • /
    • 제21권6호
    • /
    • pp.675-687
    • /
    • 2005
  • In this study, the cyclone/denuder/filter pack sampling system was used to measure the daily concentrations of water soluble inorganic compounds of fine ($D_{p}< 2.5\;{\mu}m$) and coarse ($D_{p}<10{\mu}m$m) size fractions of aerosol and related gases at Gosan super site during ABC-EAREX 2005. The mean concentrations for $HNO_{3},\;HNO_{2},\;NH_{3}$, were 0.39, 0.08, and $0.29\;{\mu}g/m^3$. respectively. Average concentrations of sulfate, nitrate, and ammonium in $PM_{2.5}$ were 3.39, 1.06, and $1.04\;{\mu}g/m^3$, which occupied about $26\%$ of total $PM_{2.5}$ mass. In particular, more than half of these ionic species were found in size of less than $2.5\;{\mu}m$. Gas phase nitric acid concentrations have shown high correlation coefficient with $HNO_{2}$(R=0.80) and $O_{3}$(R=0.78), implying the active photochemical reactions from its precursors. Equivalent molar ratios between major ion components, $NH_{4}\;^{+}/nss\;SO_4\;^{2-},(0.83\;for\;PM_{2.5},\;0.86\;for\;PM_{10})$, revealed that the existing forms of the secondary aerosols were probably $(NH_{4})_{2}SO_{4}\;and\;(NH_{4})_{3}H\;(SO_{4})_{2}$. Especially, $(NH_{4}\;^{+}+K^{+}+Ca^{2+}+Mg^{2+})/(NO_{3}\;^{-}+nss\;SO_{4}\;^{2-}) (0.99\;for\;PM_{2.5},\;1.05\;for\;PM_{10})$ indicated that some of them existed not only as $NH_{4}NO_{3}$ but also as $CaSO_{4}\;or\;KNO_{3}$, which pointed out the probability of influences from the abundant soil components during Asian dust (AD) periods. These neutralized types of secondary aerosols showed that pollutants could be aged and transported from a distance.