Skip to content
View Expo39's full-sized avatar
🍋
Another one bites the dust
🍋
Another one bites the dust

Highlights

  • Pro

Block or report Expo39

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Expo39/README.md

👋 Hi, I'm Antonio Galdes

🎓 Recent Computer Engineering graduate (First Class Honours, Dean's List) from the University of Malta.

I have worked on projects related to:

  • CUDA programming and CPU parallelisation
  • Embedded systems and IoT solutions
  • Computer vision and signal processing systems
  • Systems-level simulation and optimisation

🚀 Interests

  • CUDA & GPU programming for high-performance computing
  • Edge AI deployment on embedded systems
  • CPU vectorisation and parallel processing
  • Real-time signal and image processing
  • Efficient system-level design for CV pipelines

📂 Featured Projects

  • CUDA-3D-DWT – High-performance multi-level 3D Discrete Wavelet Transform using CUDA for large medical datasets.
  • 🖼️ SIMD-Image-Processor – SIMD-accelerated image resampling library with Lanczos filtering for professional imaging.
  • 🧵 Threaded-Monte-Carlo – Multi-threaded Monte Carlo integration showcasing C++ parallel computation.
  • 🌡️ Home-Ambient-Monitoring-System – IoT environmental monitoring and FFT-based fire detection using ESP32.
  • 🔊 DTMF_Decoder – Real-time embedded DTMF decoder using Goertzel algorithm for audio signal processing.
  • 📦 Inventory-Management-System – Inventory system using C++ and Java, demonstrating protocol buffers and gRPC.
  • 🖥️ LEGv8 – Single-cycle LEGv8 datapath simulator with detailed execution tracing in C++.

🛠️ Languages & Tools

CUDA | C++ | C | Embedded C | Python | PyTorch | OpenCV | Git | Docker | JavaScript | TypeScript | Linux

Pinned Loading

  1. CUDA-3D-DWT CUDA-3D-DWT Public

    A high-performance CUDA implementation of a Multi-Level 3D Discrete Wavelet Transform. This GPU-accelerated project provides 3D DWT decomposition optimised for large-scale medical datasets, specifi…

    C++

  2. Home-Ambient-Monitoring-System Home-Ambient-Monitoring-System Public

    Comprehensive IoT solution with ESP32-based environmental monitoring (temperature, humidity, CO2) and fire detection via FFT audio analysis. Features automated response systems (servo windows, fan …

    TypeScript

  3. DTMF_Decoder DTMF_Decoder Public

    A DTMF decoder implementation for embedded systems using the C programming language and the Goertzel algorithm. Analyses audio signals to detect touch-tone keypad inputs with real-time processing a…

    C

  4. Inventory-Management-System Inventory-Management-System Public

    An inventory management system implemented in both C++ and Java, demonstrating design patterns, protocol buffer serialisation and gRPC communication.

    C++

  5. LEGv8 LEGv8 Public

    A C++ implementation of a single-cycle datapath simulator for the LEGv8 architecture. This simulator provides detailed execution tracing and demonstrates the internal operation of a simplified RISC…

    C++ 1

  6. SIMD-Image-Processor SIMD-Image-Processor Public

    A high-performance image resampling library using SIMD (Single Instruction Multiple Data) vectorisation and Lanczos filtering. This project demonstrates CPU optimisation techniques for professional…

    C++