Utilizing NVIDIA GPUs for Waveform Analysis for the Nab Experiment

Abstract

GPUs are composed of a large number of small computational cores compared to CPUs which are generally just a few larger cores. While the CPU excels at linear processes, the GPU excels at parallel tasks. For this project, the goal was to find a way to use the massive parallelism of a GPU to rapidly analyze waveform data from the Nab experiment

    Similar works