Analysis of the Temperature Data at Hualien between 2010-2020
May 11 2023 Physics Course Project MATLAB Data Analysis Fourier Transform
This study analyzes ocean and air temperature data in Hualien from 2010 to 2020 using probability distributions, Fourier Transform, and Hilbert-Huang Transform. Results reveal temporal patterns and highlight rising temperature trends, contributing to a better understanding of local climate change. Read More
Z-buffer and Shading
Dec 26 2022 Computer Graphics Course Project C++ OpenGLUT
Implemented a 3D rendering pipeline with flat shading and z-buffering. The system parses transformation and lighting commands, supports perspective projection, back-face culling, and point light shading using the Phong reflection model. Read More
3D Computer Graphics Pipeline
Nov 28 2022 Computer Graphics Course Project C++ OpenGLUT
Implemented a 3D graphics pipeline that reads transformation, camera, and display commands from input files. Supports translation, scaling, rotation, clipping, viewport mapping, and .obj model rendering with back-face culling and triangle slicing. Read More
Transformation and Clipping
Oct 31 2022 Computer Graphics Course Project C++ OpenGLUT
Implemented a 2D graphics interpreter that reads and executes transformation commands (translate, scale, rotate), clipping, and viewport mapping from input files. Supports drawing squares and triangles with random colors and visualizes the result using view transformation. Read More
A Paint Brush
Oct 03 2022 Computer Graphics Course Project C++ OpenGLUT
A simple interactive drawing tool implemented with keyboard and mouse control. Supports drawing points, lines, circles, and polygons with real-time color changes. Includes undo and clear functions. Read More
Vortex Dynamics in 2-dimensional Soap Film Turbulence
Jun 09 2020 Physics Course Project Group Work Fluid Dynamics Experimental Physics Data Analysis PIV method
Soap films form a quasi-2D fluid system with multi-scale vortices. Driven by electric fields, they exhibit complex turbulent behaviors. This study aims to observe how small boundary vortices evolve and merge into larger structures, and to analyze the spatiotemporal dynamics of soap films with varying geometries. Read More
Compound Pendulums
Dec 17 2019 Physics Course Project Group Work Classical Mechanics Experimental Physics Data Analysis
Studied flipping in a double pendulum and phase synchronization in coupled pendulums. Used video tracking and time-series analysis to examine energy transfer and motion dynamics. Read More
Eye Controlled Two-wheel Robot
Jun 06 2019 Physics Course Project Group Work Experimental Physics PID Controller Circuit Electrooculography
Designed a self-balancing robot controlled by EOG (electrooculography), using eyeball potential profiles to determine movement direction. Read More