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

Function fftConvolve3

src/api/cpp/fftconvolve.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44array fftConvolve3(const array& signal, const array& filter,
45 const convMode mode) {
46 af_array out = 0;
47 AF_THROW(af_fft_convolve3(&out, signal.get(), filter.get(), mode));
48 return array(out);
49}
50
51} // namespace af

Callers 3

TESTFunction · 0.85
convolve.cppFile · 0.85
fftConvolveFunction · 0.85

Calls 3

af_fft_convolve3Function · 0.85
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected