• Title/Summary/Keyword: data streams

Search Result 821, Processing Time 0.026 seconds

Reliability of numerical computation of pedestrian-level wind environment around a row of tall buildings

  • Lam, K.M.;To, A.P.
    • Wind and Structures
    • /
    • v.9 no.6
    • /
    • pp.473-492
    • /
    • 2006
  • This paper presents numerical results of pedestrian-level wind environment around the base of a row of tall buildings by CFD. Four configurations of building arrangement are computed including a single square tall building. Computed results of pedestrian-level wind flow patterns and wind speeds are compared to previous wind tunnel measurement data to enable an assessment of CFD predictions. The CFD model uses the finite-volume method with RNG $k-{\varepsilon}$ model for turbulence closure. It is found that the numerical results can reproduce key features of pedestrian-level wind environment such as corner streams around corners of upwind building, sheltered zones behind buildings and channeled high-speed flow through a building gap. However, there are some differences between CFD results and wind tunnel data in the wind speed distribution and locations of highest wind speeds inside the corner streams. In locations of high ground-level wind speeds, CFD values match wind tunnel data within ${\pm}10%$.

Fast Speaker Adaptation Using Sub-Stream Based Eigenvoice (Sub-Stream 기반의 Eigenvoice를 이용한 고속 화자적응)

  • Song, Hwa-Jeon;Lee, Jong-Seok;Kim, Hyung-Soon
    • MALSORI
    • /
    • v.55
    • /
    • pp.93-102
    • /
    • 2005
  • In this paper, sub-stream based eigenvoice method is proposed to overcome the weak points of conventional eigenvoice and dimensional eigenvoice. In the proposed method, sub-streams are automatically constructed by the statistical clustering analysis that uses the correlation information between dimensions. To obtain the reliable distance matrix from covariance matrix for dividing into optimal sub-streams, MAP adaptation technique is employed to the covariance matrix of training data and the sample covariance of adaptation data. According to our experiments, the proposed method shows $41\%$ error rate reduction when the number of adaptation data is 50.

  • PDF

Performance Analysis of Synchronization Communication Protocols for Real-Time Multimedia Services (실시간 멀티미디어 서비스용 동기 통신 프로토콜의 성능 분석)

  • 김태규;조동호
    • Journal of the Korean Institute of Telematics and Electronics A
    • /
    • v.31A no.4
    • /
    • pp.1-10
    • /
    • 1994
  • In the real-time delivery of multimedia data streams over networks, the interruption of continuity in a single media stream and the mismatching of the data within the same time interval in multimedia data streams transfered in paralled on different channels are considered as the most serious synchronization problems. There are several mechanisms proposed to handle these problems. In this paper, these mechanisms are analyzed and compared in various point of view by the computer simulation. According to the simulation results, it has been shown that the method which uses the segmentation and the method which uses the seperate synchronization channel are superior to the method which uses the synchronization marks in view of the real-time transmission and quality of sevice. On the other hand, it can be seen that the method which uses the segmentation is superior to the method which uses the seperate synchronization channel from a channel utilization's point of view.

  • PDF

Design of Appliance for Data Quality Management (데이터품질관리를 위한 어플라이언스 설계)

  • Yang, Seungyeon;Park, Seok-Cheon;Moon, Seung Shig;Lee, Jinhee
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2013.05a
    • /
    • pp.890-893
    • /
    • 2013
  • 데이터품질관리에 대한 인식과 수요가 증가하고 있다. 그러나 데이터품질관리를 수행하기 위해서는 고려해야 할 사항들이 많아짐에 따라 보다 효과적이고 경제적인 데이터품질관리를 위해 새로운 방안이 모색되고 있다. 데이터품질관리 어플라이언스의 구성은 데이터베이스, 서버, 스토리지, 솔루션으로 이루어져있다. 시스템 구성의 용이성뿐만 아니라 추후 사용자의 관리와 유지보수 체계도 단일화 되어 현재의 시스템보다 사용자의 만족도가 상승할 것으로 판단된다. 본 연구에서는 효율적인 데이터품질관리를 위한 데이터품질관리 어플라이언스의 구성과 체계에 대해 분석하였다.

Multi-dimensional Query Authentication for On-line Stream Analytics

  • Chen, Xiangrui;Kim, Gyoung-Bae;Bae, Hae-Young
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.4 no.2
    • /
    • pp.154-173
    • /
    • 2010
  • Database outsourcing is unavoidable in the near future. In the scenario of data stream outsourcing, the data owner continuously publishes the latest data and associated authentication information through a service provider. Clients may register queries to the service provider and verify the result's correctness, utilizing the additional authentication information. Research on On-line Stream Analytics (OLSA) is motivated by extending the data cube technology for higher multi-level abstraction on the low-level-abstracted data streams. Existing work on OLSA fails to consider the issue of database outsourcing, while previous work on stream authentication does not support OLSA. To close this gap and solve the problem of OLSA query authentication while outsourcing data streams, we propose MDAHRB and MDAHB, two multi-dimensional authentication approaches. They are based on the general data model for OLSA, the stream cube. First, we improve the data structure of the H-tree, which is used to store the stream cube. Then, we design and implement two authentication schemes based on the improved H-trees, the HRB- and HB-trees, in accordance with the main stream query authentication framework for database outsourcing. Along with a cost models analysis, consistent with state-of-the-art cost metrics, an experimental evaluation is performed on a real data set. It exhibits that both MDAHRB and MDAHB are feasible for authenticating OLSA queries, while MDAHRB is more scalable.

Finding Pseudo Periods over Data Streams based on Multiple Hash Functions (다중 해시함수 기반 데이터 스트림에서의 아이템 의사 주기 탐사 기법)

  • Lee, Hak-Joo;Kim, Jae-Wan;Lee, Won-Suk
    • Journal of Information Technology Services
    • /
    • v.16 no.1
    • /
    • pp.73-82
    • /
    • 2017
  • Recently in-memory data stream processing has been actively applied to various subjects such as query processing, OLAP, data mining, i.e., frequent item sets, association rules, clustering. However, finding regular periodic patterns of events in an infinite data stream gets less attention. Most researches about finding periods use autocorrelation functions to find certain changes in periodic patterns, not period itself. And they usually find periodic patterns in time-series databases, not in data streams. Literally a period means the length or era of time that some phenomenon recur in a certain time interval. However in real applications a data set indeed evolves with tiny differences as time elapses. This kind of a period is called as a pseudo-period. This paper proposes a new scheme called FPMH (Finding Periods using Multiple Hash functions) algorithm to find such a set of pseudo-periods over a data stream based on multiple hash functions. According to the type of pseudo period, this paper categorizes FPMH into three, FPMH-E, FPMH-PC, FPMH-PP. To maximize the performance of the algorithm in the data stream environment and to keep most recent periodic patterns in memory, we applied decay mechanism to FPMH algorithms. FPMH algorithm minimizes the usage of memory as well as processing time with acceptable accuracy.

Hydraulic Relation of Discharge and Velocity in Small, Steep Mountain Streams Using the Salt-dilution Method (Salt-dilution 방법을 이용한 산지소하천의 유량과 유속 관계 분석)

  • Yang, Hyunje;Lee, Sung-Jae;Im, Sangjun
    • Journal of Korean Society of Forest Science
    • /
    • v.107 no.2
    • /
    • pp.158-165
    • /
    • 2018
  • Reach-average velocity prediction in steep mountain streams is important for understanding fluvial processes and practical applications of erosion control in mountain streams. little studies have been conducted in reach-average velocity, but hydraulic researches have been carried out to examine the relationship between discharge and reach-average velocity in torrent reaches using a relatively large amount of discharge data. In this study, a total of 87 data were measured in 8 torrent reaches. Salt-dilution method was used to estimate discharge. Reach-average velocity was calculated from harmonic mean of travel time that were measured by salt-dilution technique. In order to exlpore the hydraulic relation, both discharge and velocity were non-dimensionalized by using $D_{50}$, $D_{84}$, ${\sigma}_{pro}$ and $IPR_{90}$. It also indicated that ${\sigma}_{pro}$ and $IPR_{90}$ were good variables as roughness height for develop the relationship between non-dimensional discharge and velocity in mountain streams. Generally, reach-average velocity could increase exponentially as discharge increases.

Investigation of Zooplankton Communities in Streams in Northern Gyeonggi-do Province (경기북부 주요 하천 내 동물플랑크톤 군집특성 조사 연구)

  • Go, Soon-Mi;Im, Heung-Bin;Jung, Eun-Hee;Kim, Tae-Yuel;Kim, Jae-Kwang;Choi, Jeong-In;Lee, Ho-Jung;Oh, Jo-Gyo
    • Journal of Environmental Health Sciences
    • /
    • v.45 no.5
    • /
    • pp.426-433
    • /
    • 2019
  • Objectives: Zooplankton communities play important roles in aquatic ecosystems as secondary producers that graze on phytoplankton and in turn are preyed upon by planktivorous and juvenile fish. They can shift their distribution, species composition, and abundance in response to environmental changes. Therefore zooplankton communities are important for understanding the energy flow in aquatic ecosystems and can be valuable indicators of environmental conditions. However, zooplankton in streams are still not well-studied, especially in northern Gyeonggi-do Province. This study aims to investigate the zooplankton communities in major streams in northern Gyeonggi-do Province. Methods: Zooplankton is important in the nutrient cycle and energy flow of aquatic ecosystems. Therefore, we surveyed zooplankton and measured temperature, DO, BOD, COD, T-N, T-P, and Chl-a in major streams (Sincheon, Gongneungcheon, Wangsukcheon, and Gapyeongcheon Streams) and stagnant water (Gomoji Reservoir). Results: The water quality in Gapyeongcheon Stream was the highest grade, while that of Gomoji Reservoir was mesoeutrophic and eutrophic during the research period. In the zooplankton community, Nauplius, Rotaria, and Monostyla spp. were dominant in Sincheon, Gongneungcheon, and Wangsukcheon Streams, and the dominance index was also high. In the case of Gapyeongcheon Stream, it was found that water quality and aquatic ecosystem health were good, and the lowest dominance index reflected this. In Gomoji Reservoir, Polyarthra spp., Nauplius, and Bosmina longirostris, which can be easily observed as eutrophication progresses, showed a high dominance rate. Therefore, it is necessary to monitor the progress of eutrophication in further research. Conclusions: We collected data on the zooplankton communities in streams and investigated their characteristics. As a result, specific species were found to be dominant at each survey sites and some of them are known to be observed as eutrophication progresses. Therefore, we should investigate the zooplankton community of streams around us and apply ecological stream management.

Ontology based Preprocessing Scheme for Mining Data Streams from Sensor Networks (센서 네트워크의 데이터 스트림 마이닝을 위한 온톨로지 기반의 전처리 기법)

  • Jung, Jason J.
    • Journal of Intelligence and Information Systems
    • /
    • v.15 no.3
    • /
    • pp.67-80
    • /
    • 2009
  • By a number of sensors and sensor networks, we can collect environmental information from a certain sensor space. To discover more useful information and knowledge, we want to employ data mining methodologies to sensor data stream from such sensor spaces. In this paper, we present a novel data preprocessing scheme to improve the performances of the data mining algorithms. Especially, ontologies are applied to represent meanings of the sensor data. For evaluating the proposed method, we have collected sensor streams for about 30 days, and simulated them to compare with other approaches.

  • PDF

Simulation of Transport and Transformation of Nonconservative Pollutants in Natural Streams: Storage-Transformation Model (자연하천에서 비보존성 오염물질의 이동 및 변환 모의: 저장-변환 모형)

  • Seo, Il Won;Yu, Dae Young
    • KSCE Journal of Civil and Environmental Engineering Research
    • /
    • v.14 no.4
    • /
    • pp.867-874
    • /
    • 1994
  • The complex nature of low flow transport and transformation of nonconservative pollutants in natural streams has been investigated using a numerical solution of a proposed mathematical model that is based on a pair of mass balance equations describing the advection, dispersion, decay and mass exchange mechanisms in streams and in storage zones. In the present study, a mathematical model (named "Storage-Transformation Model") has been developed to predict adequately the non-Fickian nature of mixing and transformation mechanisms for decaying substances in natural streams under low flow conditions. Comparisons of the computed concentration-time curves with the measured data show that the Storage-Transformation Model yields better agreements in general shape, peak concentration and time to peak than the conventional 1-D dispersion model. The proposed model shows significant improvement over the 1-D dispersion model in predicting natural transport and transformation processes in streams through pools and riffles.

  • PDF