MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / fftConvolve2

Function fftConvolve2

src/api/cpp/fftconvolve.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37array fftConvolve2(const array& signal, const array& filter,
38 const convMode mode) {
39 af_array out = 0;
40 AF_THROW(af_fft_convolve2(&out, signal.get(), filter.get(), mode));
41 return array(out);
42}
43
44array fftConvolve3(const array& signal, const array& filter,
45 const convMode mode) {

Callers 4

TESTFunction · 0.85
gforFunction · 0.85
convolve.cppFile · 0.85
fftConvolveFunction · 0.85

Calls 3

af_fft_convolve2Function · 0.85
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected