CUDA – MCC for Fingerprint Minutia Pairing

CUDA – MCC for Fingerprint Minutia Pairing

CUDA – MCC for Fingerprint Minutia Pairing When I was literally thrown into biometrics, I had no idea how a fingerprint matching works.  Unfortunately for me, the colleagues who were supposed to know that and even share that information with us didn’t know it...
Finite Differences in Electromagnetic with CUDA

Finite Differences in Electromagnetic with CUDA

Back at the university, I got excited about one of the methods used for computing various quantities from electro magnetics. Particularly the method of finite differences, which is not among the widely used methods, but is somewhat simple to understand and compute...
Real time Julia and Mandelbrot set Visualization

Real time Julia and Mandelbrot set Visualization

Both the Julia set and the Mandelbrot set are among the most famous fractals sets and it is likely,that you have seen some images of those sets already. They are basically endlessly – repeating patterns in complex plane. To see whether a point from the complex...
CUDA QSWIFT Library with QR EigenValue solver

CUDA QSWIFT Library with QR EigenValue solver

When I was deciding which topic to use for my diploma thesis back at my university, there were several interesting topics. I ended up choosing “Suppression of photobleaching in Super-Resolution Optical Fluctuation Imaging using digital filtering.” which...
Cuda FFT R2/R4/R8

Cuda FFT R2/R4/R8

Cuda FFT R2/R4/R8 When I was starting to learn with CUDA, our teacher told us to chooose an algorithm and implement it in CUDA for a semestral project. For me as beginner, everything seemed complicated as I had no idea how to code anything in CUDA. I would have...
GPS Signal Processing

GPS Signal Processing

Back in the university, one of my favorite projects I worked on was the estimation of a GPS signal delay and a Doppler Offset. The Doppler offset is simply caused by the fact that GNSS satellites move across the sky while broadcasting on a specified frequency. As a...