Digital Signal Processing, SKKU (Instructor: Prof. ByeungWoo Jeon) Nov. 2023 – Dec. 2023
Designed a Matlab code to analyze audio files in temporal and frequency domains.
Identified and nullified two distinct sinusoidal noise frequencies using second-order FIR filters.
Evaluated the impact of the order of filter application on the audio quality.
[Click Here ↓ ] to see the code and explanation
Introduction to Artificial Intelligence, SKKU (Instructor: Prof. KwangSu Kim) Nov. 2023 – Dec. 2023
Designed a 2D CNN model using Google Colab to classify EuroSAT dataset images.
Adjusted hyperparameters, filter size, and dropout to avoid overfitting.
[Click Here ↓ ] to see the code and explanation
Digital Integrated Circuits, SKKU (Instructor: Prof. SoYoung Kim) Feb. 2023 – Jun. 2023
Designed layout and schematic of digital circuits such as Inverter, NAND, NOR, XOR, MUX, TGFF, S2CFF, Kogge-Stone adder, and SRAM array under restrictions of DRC, LVS, area, power, and delay.
[Click Here ↓ ] to see the details
Logic Design Laboratory, SKKU (Instructor: Prof. Ilyong Chun) Aug. 2022 – Dec. 2022
Designed 2D CNN models using Verilog HDL.
Compared performance of single PE, 3x3 systolic array, and 2x2 systolic array which computes 2D convolution in output-stationary dataflow.
[Click Here ↓ ] to see the details
[Click Here ↓ ] to see the code (a detailed explanation is in the link above)