Jump to content
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×