• Title/Summary/Keyword: Set-Top-Box

Search Result 192, Processing Time 0.027 seconds

The Design and Implementation of Library for RTOS Q+ (실시간 운영체제 Q+를 위한 라이브러리 설계 및 구현)

  • Kim, Do-Hyeong;Park, Seung-Min
    • The KIPS Transactions:PartD
    • /
    • v.9D no.1
    • /
    • pp.153-160
    • /
    • 2002
  • This paper describes the design and implementation of library for real-time operating system Q+, that was developed for the internet appliance. The library in the real-time operating system should be defined according to the standard interface and support the functions that are adequate to the real-time application. To ensure the compatibility between application programs, the Q+ library follows industrial and international standards, such as POSIX.1, ISO 7942 GKS. And, to support the Q+ application, library provides C standard functions, graphic/window functions, network functions, security support functions, file system functions. The Q+ library was implemented using the Q+ kernel, Digital TV set-top box, and KBUG debugging tool.

Control Mechanism of a Set-Top Box in Standby State for Power Saving (전력소모 저감을 위한 대기상태의 셋톱박스를 제어하는 방안)

  • Park, Hyunho;Byon, Sungwon;Jung, Eui Suk;Park, Young-Su;Lee, Yong-Tae;Ryu, Won
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2015.07a
    • /
    • pp.46-48
    • /
    • 2015
  • 본 논문은 외부 전원에 연결되었지만 본래의 용도(예: 셋톱박스인 경우 방송서비스 제공)로 사용되지 않는 대기상태에서도 기존 셋톱박스처럼 업데이트를 수행하면서도 기존의 셋톱박스에 비해 전력소모를 줄일 수 있는, 대기상태의 셋톱박스를 제어하는 방안을 제안한다. 본 논문의 제어방안은 셋톱박스로 전달되는 CPU 활성화 메시지를 이용하거나 메시지의 프로토콜의 일부만 분석하는 방법을 이용하여 셋톱박스 업데이트 필요 유무를 판별하는 방안으로 이는 낮은 CPU(Central Processing Unit) 연산 량만 필요로 하여 셋톱박스 전력소모 저감에 적합하다. 본 논문의 제어방안은 기존의 사업자 측면에서 대기상태 셋톱박스의 업데이트 편의성을 유지시키면서도 국가적 차원의 전력소모 저감에 기여를 할 것이다.

  • PDF

Design and Implementation of Network in CVM on Real-Time Operation System, iRTOS (실시간 운영체제 iRTOS에서의 CVM 네트워크 설계 및 구현)

  • Lim, jae-seok;Lee, cheol-hoon
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2008.05a
    • /
    • pp.555-559
    • /
    • 2008
  • According to the development of the embedded system, a java technology which has a various platform has developed rapidly on the embedded device. CVM(Classic Virtual Machine) which is defined in the CDC(Connected Device Configuration) of the SUN mircosystems provides a java environment that is independent of a platform. Specially, embedded devices like a set-top box or a smart phone can be implemented by using FP(Foundation Profile) in CDC for a network faculty. In this paper, we design and implement native methods of FP which are network's API for implementation of CVM network on Real-Time Operating System iRTOS.

  • PDF

Design and Implementation of MPEG-2 Video Drips Decoder for DVB-MHP Set-top Box Middleware (DVB-MHP 셋톱박스 미들웨어를 위한 MPEG-2 비디오 드립 디코더의 설계 및 구현)

  • 김우종;이양선
    • Proceedings of the Korea Multimedia Society Conference
    • /
    • 2004.05a
    • /
    • pp.199-202
    • /
    • 2004
  • 데이터 방송은 지상파, 위성, 케이블 둥의 방송망을 이용하여 하나의 송신자가 다수의 수용자에게 디지털 멀티미디어 컨텐츠를 여러 종류의 단말기에 전송하는 것으로 컨텐츠는 프로그램에 연동되는 서비스 및 비연동형 서비스, 또는 대화형 서비스 헝태로 제공되는 다양한 서비스를 포함한다. 방송망을 이용한 데이터방송의 전송 규약은 DSM-CC에서 정의한 캐로셀(carousel) 형태로 전송된다. 캐로셀은 주기적으로 반복 전송되는 데이터 모듈을 가리키며, 캐로셀로 전송되는 데이터 중에는 MPEG-2 비디오로 인코딩되어 광고와 배경 이미지 등으로 사용할 수 있는 영상 데이터가 있다. 이 MPEG-2 비디오 영상 데이터를 TV화면에 출력하기 위해 셋톱박스의 미들웨어는 썬 마이크로시스템즈(Sun Microsystems)에서 만든 자바 기반의 JMF(Java Media Framework) 플레이어를 통해 화면에 출력한다 이렇게 제공되는 MPEG-2 비디오 영상 데이터를 비디오 드립(drips)이라 하고, 비디오 드립을 JMF 플레이어를 통해 화면에 출력하는 모드를 드립피드(drip-feed) 모드라 한다. 그러나 MHP용 셋톱박스를 위한 JMF 버전 1.0은 그대로 사용 할 수 없다. 비디오 드립 모드를 위한 구현이 없기 때문에 별도의 확장을 통해 비디오 드립을 지원하거나, 네이티브(Native) 메소드를 만들어 JMF를 확장하는 방식을 제공해야 한다. 본 논문에서는 데이터 캐로셀로 전송되는 비디오 드림 모드를 구현하기 위해 네이티브 코드로 JMF를 확장해서 비디오 드립을 JMF 플레이어를 통해 TV 화면에 출력하는 MPEG-2 비디오 드립 디코더를 설계하고 구현하였다.

  • PDF

User Preference based Intelligent Program Guide (사용자 선호도 기반 지능형 프로그램 가이드)

  • 류지웅;김문철;남제호;강경옥;김진웅
    • Journal of Broadcast Engineering
    • /
    • v.7 no.2
    • /
    • pp.153-167
    • /
    • 2002
  • With the advent of digital broadcasting, a large number of program channels become available at the user terminals such as set-top-box or PC. Channel navigation and searching become more difficult at TV terminal sides using a conventional device such as a TV remote controller. The MPEG-7 MDS (Multimedia Description Scheme) and TV Anytime set up a standard about how to describe user preferences for genre, channel, actor/actress, keyword, etc. of the TV programs, and how to describe usage history for user's program consumption behaviors and preferences. But they do not describe how to use them. In this paper, we describe an IPG (Intelligent Program Guider) system that provides TV program and channel information based on user preferences and suggest easy access to TV program that user wants. The IPG monitors user's behaviors of interacting to programs and automatically updates the user's preference changes according1y. The IPG utilizes user preferences description scheme specified in both MPEG-7 MDS and TV Anytime metadata specifications.

Multiple Linkage Disequilibrium Mapping Methods to Validate Additive Quantitative Trait Loci in Korean Native Cattle (Hanwoo)

  • Li, Yi;Kim, Jong-Joo
    • Asian-Australasian Journal of Animal Sciences
    • /
    • v.28 no.7
    • /
    • pp.926-935
    • /
    • 2015
  • The efficiency of genome-wide association analysis (GWAS) depends on power of detection for quantitative trait loci (QTL) and precision for QTL mapping. In this study, three different strategies for GWAS were applied to detect QTL for carcass quality traits in the Korean cattle, Hanwoo; a linkage disequilibrium single locus regression method (LDRM), a combined linkage and linkage disequilibrium analysis (LDLA) and a $BayesC{\pi}$ approach. The phenotypes of 486 steers were collected for weaning weight (WWT), yearling weight (YWT), carcass weight (CWT), backfat thickness (BFT), longissimus dorsi muscle area, and marbling score (Marb). Also the genotype data for the steers and their sires were scored with the Illumina bovine 50K single nucleotide polymorphism (SNP) chips. For the two former GWAS methods, threshold values were set at false discovery rate <0.01 on a chromosome-wide level, while a cut-off threshold value was set in the latter model, such that the top five windows, each of which comprised 10 adjacent SNPs, were chosen with significant variation for the phenotype. Four major additive QTL from these three methods had high concordance found in 64.1 to 64.9Mb for Bos taurus autosome (BTA) 7 for WWT, 24.3 to 25.4Mb for BTA14 for CWT, 0.5 to 1.5Mb for BTA6 for BFT and 26.3 to 33.4Mb for BTA29 for BFT. Several candidate genes (i.e. glutamate receptor, ionotropic, ampa 1 [GRIA1], family with sequence similarity 110, member B [FAM110B], and thymocyte selection-associated high mobility group box [TOX]) may be identified close to these QTL. Our result suggests that the use of different linkage disequilibrium mapping approaches can provide more reliable chromosome regions to further pinpoint DNA makers or causative genes in these regions.

Development of a Decompiler for Verification and Analysis of an Intermediate Code in ANSI C Compiler (ANSI C 컴파일러에서 중간코드의 검증과 분석을 위한 역컴파일러의 개발)

  • Kim, Young-Keun;Kwon, Hyeok-Ku;Lee, Yang-Sun
    • Journal of Korea Multimedia Society
    • /
    • v.10 no.3
    • /
    • pp.411-419
    • /
    • 2007
  • Mounted on mobile device, set-top box, or digital TV, EVM is a virtual machine solution that can download and execute dynamic application programs. And the SIL(Standard Intermediate Language) is intermediate language of the EVM, which has a set of opcodes for object-oriented language and a sequential language. Since the C compiler used on each platform depends on the hardware, it converts C program to objective code, and then executes. To solve this problem, our research team developed ANSI C compiler and the EVM. Our ANSI C compiler outputs the SIL code based on stack machine. This paper presents the SIL-to-C decompiler in which converts the SIL code to three address code. Thus, the decompiler allows us to verify SIL code created by ANSI C compiler, and analyze a program from C language source level.

  • PDF

Analysis on DTV Indoor Reception Environments (디지털 TV 실내수신 환경 분석)

  • Suh, Young-Woo;You, Ho-Jin;Park, Min-Ho;Park, Joon-Sung;Kim, Gyu-Young;Seo, Jong-Soo
    • Journal of Broadcast Engineering
    • /
    • v.13 no.5
    • /
    • pp.636-650
    • /
    • 2008
  • DTV has a great advantage as compared to Analog TV in picture quality under low reception field strength. Various high quality tuners have been developed to result in much smaller Noise Figure of the receivers and many trials for receiving DTV signal through indoor antenna. In this paper, results of intensive field tests on the indoor reception of DTV are presented. Tests were carried out around Seoul-Gyeonggi Metropolitan area. Commercial directional and omni-directional antennas and 5th generation receiver were used for reception availability tests. The effects of heights, locations, and types of the house as well as the distance to the transmitter on the reception performances are analyzed. Our test results will be applied to improve the indoor reception environment of DTV.

The Study on the Introduction of Clear QAM and 8VSB in the Digital Conversion of Pay TV (유료방송 디지털 전환에서 클리어 쾀과 8VSB 도입에 관한 연구)

  • Kim, Hee-Kyung
    • The Journal of the Korea Contents Association
    • /
    • v.13 no.4
    • /
    • pp.23-34
    • /
    • 2013
  • This study would verify the validity of two transmission technology, 'Clear QAM' and '8VSB'. 'Clear QAM' and '8VSB', the transmisson technology, have been suggested as the concrete alternatives in the situation that half of subscriber of multi channel tv service have been still out of benefit from digital convert. In this study, we have shown that the introduction of 'Clear QAM' and '8VSB' should ease economical burdens and information minority group without extra set-top box. But there is another concern that it should negatively affect on the contents industry by a devaluation of the multi channel tv service or by an infringement of copyright. In these reasons, it is still difficult to solve the related concern, though the government have to set up the politic goal for the related industry as well digital convert. This study suggested that Korea Communication Commission consider above-mentioned technology temporarily, and reconsider 'Clear QAM' around the completion of the digital convert project.

An Empirical Study on the Success Factors of Digital Classical Music (클래식 음원의 흥행요인에 관한 실증적 연구)

  • Kim, Hye-Su;Jang, Yu-Jin;Limb, Seong-Joon
    • The Journal of the Korea Contents Association
    • /
    • v.22 no.7
    • /
    • pp.227-239
    • /
    • 2022
  • This study conducted an exploratory empirical analysis on the factors affecting the performance of digital classical music based on signaling theory. For this purpose, using the classical weekly chart provided by the music platform Genie, 297 digital music sources that entered the top 100 chart from March 2020 to October 2020 (35 weeks). In this study, as signals that can influence consumers' choice to listen to classical nusic, we set an the artist's award history, artist's broadcast content linkage, taking the top spot in the first classical music chart entry, producing companies' competency, and the popularity of classical music repertoire. The effect of these signals on the chart success of digital classical music was verified subsequently. As a result of the verification, it was found that the artist's broadcast content linkage, taking the top spot in the first classical music chart entry, and the popularity of the classical music repertoire indeed had a positive effect on the chart success of a classical music. On the other hand, the artist's award history and the producing companies' competence did not significantly affect the chart success of digital classical music. This study is the first empirical study on the success factors of digital classical music performed from a business perspective, and is expected to contribute to subsequent studies related to classical music.