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

Function convolve1

src/api/cpp/convolve.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41array convolve1(const array &signal, const array &filter, const convMode mode,
42 convDomain domain) {
43 af_array out = 0;
44 AF_THROW(af_convolve1(&out, signal.get(), filter.get(), mode, domain));
45 return array(out);
46}
47
48array convolve2(const array &signal, const array &filter, const convMode mode,
49 convDomain domain) {

Callers 6

TESTFunction · 0.85
convolve.cppFile · 0.85
firTestFunction · 0.85
iirA0TestFunction · 0.85
convolve_1dFunction · 0.85
convolveFunction · 0.85

Calls 3

af_convolve1Function · 0.85
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected