Om  1.0.0
A universal framework for multimedia simulation
Namespaces | Functions
omConvolution.h File Reference
#include "omMathConfig.h"
#include "omComplex.h"

Namespaces

 om
 The enclosing namespace for the entire Om library.
 
 om::math
 A namespace containing classes and functions that do fast math operations.
 

Functions

template<typename T >
Bool om::math::convolve (const T *input, Size inputSize, const T *filter, Size filterSize, T *output)
 Convolve the specified input signal with the given filter kernel. More...