Jump to content
Registration disabled at the moment Read more... ×
Sign in to follow this  
JackT

Look for a digital signal processing library which utilizes GPU

Recommended Posts

I am writing a program that process data from 196+ channels in real time. I will have to employ digital filter(s) of one sort or another on all 196+ channels simultaneously.

It occurred to me that a digital signal processing pipeline on a GPU would be an ideal solution. The data is sampled at 1200 Hz.

 

My question is - Is there a parallel digital signal processing pipeline library for Delphi or  C++ builder out there that takes advantage of GPU architecture ?

 

If there is no such library should I code one using NVIDA's CUDA or AMD ROCm ?

 

Edited by JackT

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×