• Title/Summary/Keyword: Mobile-based Instruction

Search Result 41, Processing Time 0.036 seconds

Performance Comparison of Implementation Technologies for Image Quality Enhancement Operations on Android Platforms (Android 플랫폼에서 구현 기술에 따른 화질 개선 연산 성능 비교)

  • Lee, Ju-Ho;Lee, Goo-Yeon;Jeong, Choong-Kyo
    • Journal of Digital Contents Society
    • /
    • v.14 no.1
    • /
    • pp.7-14
    • /
    • 2013
  • As mobiles devices with high-spec camera built in are used widely, the visual quality enhancement of the high-resolution images turns out to be one of the key capabilities of the mobile devices. Due to the limited computational resources of the mobile devices and the size of the high-resolution images, we should choose an image processing algorithm not too complex and use an efficient implementation technology. One of the simple and widely used image quality enhancement algorithms is contrast stretching. Java libraries running on a virtual machine, JNI (Java Native Interface) based native C/C++, and NEONTM SIMD (Single Instruction Multiple Data) are common implementation technologies in the case of Android smartphones. Using these three implementation technologies, we have implemented two image contrast stretching algorithms - linear and equalized, and compared the computation times. The native C/C++ and the NEONTM SIMD outperformed the native C/C++ implementation by 56-78 and 50-76 time faster respectively.

Implementation of OpenVG Accelerator based on Multi-Core GP-GPU (멀티코어 GP-GPU 기반의 OpenVG 가속기 구현)

  • Lee, Kwang-Yeob;Park, Jong-Il;Lee, Chan-Ho
    • Journal of IKEEE
    • /
    • v.15 no.3
    • /
    • pp.248-254
    • /
    • 2011
  • Recently, processing burden of CPU is growing because of graphical user interface according to enhance the performance of mobile devices and various graphical effects and creation of contents with 3D graphical effect or Flash animation. Therefore, the GPU are introduced to mobile device for support to variety contents. In this paper, OpenVG accelerator was implemented based on multi-core GP-GPU. OpenVG accelerator is verified using the sample image provided by Khronos group, and overall function is processed by only instruction set without dedicate hardware. The performance of processing the Tiger Image was 2 frames/sec.

On Developments of Teaching-Learning Contents and Constructivist Teaching Methods Using Mobile Applications Based on Augmented Reality in Mathematics Education (증강현실 기반 모바일 앱을 활용한 수학 교수·학습 콘텐츠 개발과 구성주의적 수업방안)

  • Kim, Byung Hak;Song, Jinsu;Park, Ye Eun;Jang, Yo Han;Jeong, Young Hun;Ahn, Jin Hee;Kim, Jun Hyuk;Go, Eunryeong;Jang, In Kyung
    • Communications of Mathematical Education
    • /
    • v.33 no.3
    • /
    • pp.207-229
    • /
    • 2019
  • In the era of the Fourth Industrial Revolution, various attempts have been made to incorporate ICT technology into mathematics teaching and learning, and the necessity and efficiency of classroom instruction using flipped learning, virtual reality and augmented reality have attracted attention. This leads to an increase in demand for instructional contents and their use in education. Therefore, there is a growing need for the development of instructional contents that can be applied in the field and the study of teaching methods. In this point of view, this research classifies the types of teaching-learning, presents the flipped learning instruction and mathematics contents by teaching-learning types using constructivist mathematics education principles and augmented reality-based mobile applications. These methods and lesson plans can provide a useful framework for teaching-learning in mathematics education.

A Strategy using Writing based on STEAM Instruction for Information Gifted Students' Creative Problem-Solving (정보영재의 창의적 문제해결력을 위한 STEAM 기반 쓰기 활용 전략)

  • Jeon, Su-Ryun;Lee, Tae-Wuk
    • Journal of the Korea Society of Computer and Information
    • /
    • v.17 no.8
    • /
    • pp.181-188
    • /
    • 2012
  • In this paper, we propose an a strategy using writing based on STEAM Instruction for information gifted students' creative problem-solving. It is needed a complex and dynamic interaction of variety elements for creative problem solving. And it should be provided experience encompassing various disciplines thorough convergence education for leading to the these interactions and developing the ability to solve complex problems. Writing has already been verified educational effects in a variety subjects. And writing gives a positive impact on creative problem solving by helping awareness of the problem and encouraging critical thinking. In addition, writing can be used as an effective tool for improving problem solving based on similarities between problem-solving process. Learners will find algorithm thorough the process analyzing and writing experience with high-tech products like vending machines, mobile phones and can learn naturally the principles of various disciplines used in real life. Furthermore, learners will experience interaction, convergence of various thinking and cultivate creative problem- solving skills.

Design and Verification of High-Performance Parallel Processor Hardware for JPEG Encoder (JPEG 인코더를 위한 고성능 병렬 프로세서 하드웨어 설계 및 검증)

  • Kim, Yong-Min;Kim, Jong-Myon
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.6 no.2
    • /
    • pp.100-107
    • /
    • 2011
  • As the use of mobile multimedia devices is increasing in the recent year, the needs for high-performance multimedia processors are increasing. In this regard, we propose a SIMD (Single Instruction Multiple Data) based parallel processor that supports high-performance multimedia applications with low energy consumption. The proposed parallel processor consists of 16 processing elements(PEs) and operates on a 3-stage pipelining. Experimental results for the JPEG encoding algorithm indicate that the proposed parallel processor outperforms conventional parallel processors in terms of performance and energy efficiency. In addition, the proposed parallel processor architecture was developed and verified with verilog HDL and a FPGA prototype system.

Cloudboard: A Cloud-Based Knowledge Sharing and Control System (클라우드보드: 클라우드 기반 지식 공유 및 제어 시스템)

  • Lee, Jaeho;Choi, Byung-Gi;Bae, Jae-Hyeong
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.4 no.3
    • /
    • pp.135-142
    • /
    • 2015
  • As the importance of software to society has grown, more and more schools worldwide teach coding basics in the classroom. Despite the rapid spread of coding instruction in grade schools, experience in the classroom is certainly limited because there is a gap between the curriculum and the existing computing environment such as the mobile and cloud computing. We propose an approach to fill this gap by using a mobile environment and the robot on the cloud-based platform for effective teaching. In this paper, we propose an architecture called Cloudboard that enables knowledge sharing and collaboration among knowledge providers in the cloud-based robot platforms. We also describe five representative architectural patterns that are referenced and analyzed to design the Cloudboard architecture. Our early experimental results show that the Cloudboard can be effective in the development of collective robotic systems.

Architecture Exploration of Optimal Many-Core Processors for a Vector-based Rasterization Algorithm (래스터화 알고리즘을 위한 최적의 매니코어 프로세서 구조 탐색)

  • Son, Dong-Koo;Kim, Cheol-Hong;Kim, Jong-Myon
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.9 no.1
    • /
    • pp.17-24
    • /
    • 2014
  • In this paper, we implement and evaluate the performance of a vector-based rasterization algorithm for 3D graphics by using a SIMD (single instruction multiple data) many-core processor architecture. In addition, we evaluate the impact of a data-per-processing elements (DPE) ratio that is defined as the amount of data directly mapped to each processing element (PE) within many-core in terms of performance, energy efficiency, and area efficiency. For the experiment, we utilize seven different PE configurations by varying the DPE ratio (or the number PEs), which are implemented in the same 130 nm CMOS technology with a 500 MHz clock frequency. Experimental results indicate that the optimal PE configuration is achieved as the DPE ratio is in the range from 16,384 to 256 (or the number of PEs is in the range from 16 and 1,024), which meets the requirements of mobile devices in terms of the optimal performance and efficiency.

Validation of a Cognitive Task Simulation and Rehearsal Tool for Open Carpal Tunnel Release

  • Paro, John A.M.;Luan, Anna;Lee, Gordon K.
    • Archives of Plastic Surgery
    • /
    • v.44 no.3
    • /
    • pp.223-227
    • /
    • 2017
  • Background Carpal tunnel release is one of the most common surgical procedures performed by hand surgeons. The authors created a surgical simulation of open carpal tunnel release utilizing a mobile and rehearsal platform app. This study was performed in order to validate the simulator as an effective training platform for carpal tunnel release. Methods The simulator was evaluated using a number of metrics: construct validity (the ability to identify variability in skill levels), face validity (the perceived ability of the simulator to teach the intended material), content validity (that the simulator was an accurate representation of the intended operation), and acceptability validity (willingness of the desired user group to adopt this method of training). Novices and experts were recruited. Each group was tested, and all participants were assigned an objective score, which served as construct validation. A Likert-scale questionnaire was administered to gauge face, content, and acceptability validity. Results Twenty novices and 10 experts were recruited for this study. The objective performance scores from the expert group were significantly higher than those of the novice group, with surgeons scoring a median of 74% and medical students scoring a median of 45%. The questionnaire responses indicated face, content, and acceptability validation. Conclusions This mobile-based surgical simulation platform provides step-by-step instruction for a variety of surgical procedures. The findings of this study help to demonstrate its utility as a learning tool, as we confirmed construct, face, content, and acceptability validity for carpal tunnel release. This easy-to-use educational tool may help bring surgical education to a new- and highly mobile-level.

A Study on Safety Inspection Model for Small Scale Construction Field (중.소규모 건설현장 안전점검 모질 연구)

  • 안병수;양광모;강경식
    • Journal of the Korea Safety Management & Science
    • /
    • v.3 no.3
    • /
    • pp.11-21
    • /
    • 2001
  • Domestic construction industry has considerable level of construction performance and technology thanks to the economic development and as the result of performing diverse oversea construction project. However, construction disasters have been steadily increasing, and do severe disasters at faster pace. Most of such disasters happen at small and small medium-sized construction fields, which contract size is less than 10 billion won. small and medium-sized construction fields are not obliged to designate a safety manager, and have limitations in engaging self-regulating disaster prevention activities due to reduced budget for safety facilities. For the small and medium-sized construction sites with less than 10 billion won, the Ministry of Labor has been carrying out mobile inspections of construction safety. However, the effect so far is insignificant and an improvement plan is required. Therefore, in the present thesis, we derive problems appearing in the current construction safety mobile inspection system, investigate and study systems in foreign countries, and suggest an efficient and effective plan to operate safety technology inspections. First of all, we establish a standard to select sites to be inspected that are high in construction risk and disaster occurrence probability In addition, we suggest a plan to take administrative and judiciary measures based on the total score for disaster factors considering the disaster occurrence probability and the illegal practices. Furthermore, a scheme to maximize the effect of disaster prevention is sought by building an organic cooperative system between the Ministry of Labor, Korea Occupational Safety & Health Agency and other organizations specialized in instruction of construction disaster prevention. Finally, we induce a research conclusion that leads to self-regulating safety management through checking and instructing systematic management on mobile inspections.

  • PDF

Retargetable Instruction-Set Simulator for Energy Consumption Monitoring (에너지 소비 모니터링을 위한 재목적 인스트럭션-셋 시뮬레이터)

  • Ko, Kwang-Man
    • Journal of Korea Multimedia Society
    • /
    • v.14 no.3
    • /
    • pp.462-470
    • /
    • 2011
  • Retargetability is typically achieved by providing target machine information, ADL, as input. The ADL are used to specify processor and memory architectures and generate software toolkit including compiler, simulator, etc. Simulator are critical components of the exploration and software design toolkit for the system designer. They can be used to perform diverse tasks such as verifying the functionality and/or timing behavior of the system, and generating quantitative measurements(e.g., power energy consumption) which can be used to aid the design process. In this paper, we generate the energy consumption estimation simulator through ADL. For this goal, firstly, we describes the energy consumption estimation and monitoring informations on the ADL based on EXPRESSION. Secondly, we generate the energy estimation and monitoring simulation library and then constructs the simulator, RenergySim. Lastly, we represent the energy estimations results for MIPS R4000 ADL description. From this subjects, we contribute to the efficient architecture developments and prompt SDK generation through programmable experiments in the field of mobile software development.