Mason Bane

"Computer Engineering Student (May 2026) | Incoming Field Engineer @ Mortenson | Embedded Systems & HPC

mbane0525@gmail.com LinkedIn GitHub
📥 Download Resume 📄 Download CV

About Me

I am a Computer Engineering student graduating in May 2026 who will be joining Mortenson as a Field Engineer on their Structured Cabling team. My background is at the intersection of low-level software and hardware including embedded systems, analog circuit design, and performance-critical computing. I am excited to apply that technical foundation to the physical infrastructure that powers the digital world.

I currently contribute to an NIH-funded research project developing a computational model of the human left atrium, where I optimize simulations and build tools to bridge complex data with real-world understanding. This work has given me a deep appreciation for system-level thinking, precision, and the value of robust, well-documented design. These are principles I plan to bring directly to my work in data center infrastructure.

At Mortenson I will be focused on the design, coordination, and quality assurance of structured cabling systems for hyperscale data centers. I am committed to building reliable, high-performance infrastructure that supports AI, cloud computing, and the connected world. Looking ahead, I am pursuing professional certifications in ICT design and considering graduate study in electrical engineering to deepen my impact in this space.

Feel free to explore my work below or reach out to connect.

Projects

N-body Digital Twin of the Left Atrium

Aug. 2024 – Present | Research Project
C/C++ CUDA OpenGL ImGui Linux

Project Overview: A real-time cardiac simulation that recreates the electrophysiological properties of the human left atrium. Using GPU-accelerated physics with over 13,000 interconnected nodes, the model reproduces dangerous arrhythmias like atrial flutter and micro-reentry that physicians treat with catheter ablation. Through an interactive interface, users can trigger ectopic beats, adjust tissue properties, and perform virtual ablations to test treatment strategies—creating both a procedural planning tool for cardiologists and a training platform for medical students.

My Contribution: My role evolved from optimizing CUDA kernels for computational performance to architecting and building the interactive GUI that makes this complexity accessible to medical professionals. I developed the visualization system that translates 13,000+ node interactions into intuitive real-time graphics, implemented the user controls for triggering ectopic beats and performing virtual ablations, and optimized the rendering pipeline to maintain smooth performance during intensive simulations. The result bridges the gap between computational research and practical clinical application—turning a high-performance physics simulation into a tool physicians actually want to use.

Highlights: NIH-funded research (Grant #1R15HL179671-01); NVIDIA GTC 2026 poster (PDF); 1st Place Poster — SIAM Texas/Louisiana Chapter 2024; 1st Place Undergraduate Poster — Tarleton REID Conference 2025.

Real Left Atrium Mesh Model
Real LA geometry derived from open-source patient data

N-Body Simulation of MicroPlastic-Polymer Interactions

May 2024 – Aug. 2024 | Research Project
C/C++ CUDA OpenGL Simulation Visualization

Project Overview: A CUDA-accelerated N-body simulation modeling the interaction between microplastics and okra polymers to study microplastic removal from water. This research aimed to reduce expensive and time-consuming lab experiments by providing a computational testbed for rapidly evaluating coagulation and stirring dynamics.

My Contribution: I was directly involved in building this entire simulation from the ground up. I programmed the real-time 3D visualization using OpenGL, developed the physics engine for stirring dynamics, and worked closely with the chemistry team to translate their mathematical models into working simulation code. The coagulation algorithms were derived from chemical equations provided by the chemistry researchers, which I implemented to accurately represent how okra polymers bind with microplastics. By creating this tool, we enabled rapid iteration on experimental parameters without the need for physical lab setups, significantly accelerating the research timeline.

Highlights: 1st Place Graduate Poster – Tarleton REID Conference 2025.

Live accelerated simulation of microplastics coagulation

Analog Pink Noise Generator Circuit

Aug. 2025 – Dec. 2025 | Hardware Design
LTSpice Python MATLAB Circuit Design Signal Processing

Project Overview: An end-to-end analog pink-noise generator using a reverse-biased BC337-16 transistor for the noise source, passive RC shelves to shape the -3 dB/octave spectrum, and a TL072 gain stage with adjustable output powered by +/-9 V batteries.

My Contribution: Working with a partner, I helped design the circuit schematic from component selection through final topology. I wrote Python scripts to validate our theoretical model against expected performance characteristics and simulated the circuit in LTSpice to verify frequency response before building. I was hands-on in the physical construction, assembling the circuit on breadboard and performing bench measurements to confirm it met our design specifications. The project page includes full schematics, spectral analysis, audio samples, bill of materials, and build photos documenting the entire design process.

Final Breadboard Implementation
Breadboard implementation of the pink noise generator

In Progress:

STM32H5 Secure IoT Environmental Sensor Node

STM32 Sensor Node Prototype
STM32H573I-DK Secure IoT Sensor Node Prototype
In Development | Embedded Systems & Security
STM32 C/C++ IoT Security

Coming Soon! A secure embedded IoT sensor node implementing a hardware-rooted chain of trust for environmental data. Built around the STM32H573I-DK's Arm Cortex-M33 core, the system leverages its dedicated TrustZone secure world and cryptographic accelerators to authenticate readings from a Bosch BME280 temperature, humidity, and pressure sensor. The firmware creates cryptographically signed data packets at the point of measurement, which are then logged to local storage. This project demonstrates the practical implementation of hardware security modules (HSM), secure boot principles, and trusted execution environments—serving as a foundational prototype for secure telemetry in defense, industrial monitoring, and critical infrastructure applications.

DARPA Lift Challenge Drone

In Development | Autonomous Systems & Control
Robotics Control Systems Embedded Systems DARPA

Coming Soon! An autonomous drone system for the DARPA Lift Challenge as part of Tarleton's Society of Aerospace Engineers (SAE) Team. This project focuses on innovative approaches to aerial load-lifting, control algorithms, and autonomous navigation.

Skills & Technologies

Programming Languages

C C++ Python Java ARM Assembly x86 Assembly Bash

Embedded Systems & Microcontrollers

STM32 TIVA-C (TM4C) Arduino Raspberry Pi Cortex-M

Development Tools & Platforms

Git/GitHub Linux CMake Visual Studio VS Code GDB

Design & Simulation

LTSpice MATLAB Blender

GPU & Parallel Computing

CUDA OpenGL ImGui

Education

Tarleton State University

B.S. in Computer Science (Concentration: Computer Engineering), Minor in Mathematics • Expected May 2026

GPA: 3.94/4.00 (Institutional) • Cumulative: 3.75/4.00

Relevant Coursework: : Electrical Circuit Theory, Digital Systems Design, Signals & Systems, Electronics I & II, Digital VLSI, Microprocessor System Design, Data Structures & Algorithms, Computer Architecture, Operating Systems

Hill College

Associate of Arts in Liberal Arts • Aug. 2019 – Sept. 2023

Publications

Studying Left Atrial Arrhythmias Using a Real-Time Interactive Digital Twin

Heart Rhythm O2 6(9):S2 • September 2025

Authors: Bryant Wyatt, Gavin McIntosh, Avery Campbell, Milanie Little, Brandon Wyatt, Mason Bane, Leah Rogers, Kyla Moore, Conner Homrighaus, Charles Puelz

This publication presents the development and clinical application of a real-time interactive digital twin of the human left atrium, enabling physicians and medical students to study and simulate dangerous arrhythmias like atrial flutter and micro-reentry, with applications in catheter ablation planning and medical education.

"Offloading" Undergraduate Research to the Graphics Processing Unit for Acceleration

SC Workshops '25: Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis (St Louis, MO, USA) • Association for Computing Machinery (ACM) • November 16–21, 2025 • ISBN: 979-8-4007-1871-7 • Published: 15 November 2025

Authors: Bryant Wyatt, Mason Bane

This paper presents methods for accelerating undergraduate research computations using GPU parallel processing, demonstrating significant performance improvements in scientific computing applications through CUDA implementation. Published in the official proceedings of SC Workshops '25 and available in the ACM Digital Library.

Contact

Feel free to reach out to me: