Implementation of Wavelet transform Trying to implement a wavelet transform on Nvidia CUDA

We’re in the final year of our engineering and a part of our project is to implement the wavelet transform on the GPU.

We have a PC with a 8800GT, visual studio 2008 and have nvidia nsight installed too. CUDA SDK and everything is up and running. we can the samples, they run fine.

We’re now trying to implement the wavelet transform (basically take a array of numbers and then calculate its wavelet transform and then output the same to the CPU)

Anyone have ideas?

We’re thinking too!

Thanks, every bit of help is appreciated!!

Pranav

We’re in the final year of our engineering and a part of our project is to implement the wavelet transform on the GPU.

We have a PC with a 8800GT, visual studio 2008 and have nvidia nsight installed too. CUDA SDK and everything is up and running. we can the samples, they run fine.

We’re now trying to implement the wavelet transform (basically take a array of numbers and then calculate its wavelet transform and then output the same to the CPU)

Anyone have ideas?

We’re thinking too!

Thanks, every bit of help is appreciated!!

Pranav

Pranav,

Did you have any luck with this project?

I am about to start a project where that would be very helpful.

Joe