Skip to content

C++ and CUDA used to demonstrate the advantages of the later in speeding up the convolution between two audio files.

License

Notifications You must be signed in to change notification settings

DekasDimitrios/Signals-Convolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convolutions in C++

General Description

C++ used to create a function that calculates the convolution of two signals and returns the result to the main program.

First Part Description.

Function used to calculate the convolution between two numerical vectors.

Second Part Description

Function used to calculate the convolution between two WAV files.

CUDA Part Description

CUDA programming deployed in order to parallelize convolution's caclulations using the GPU architecture.

About

C++ and CUDA used to demonstrate the advantages of the later in speeding up the convolution between two audio files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published