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

Function af_fft_convolve1

src/api/c/fftconvolve.cpp:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240af_err af_fft_convolve1(af_array *out, const af_array signal,
241 const af_array filter, const af_conv_mode mode) {
242 return fft_convolve(out, signal, filter, mode == AF_CONV_EXPAND, 1);
243}
244
245af_err af_fft_convolve2(af_array *out, const af_array signal,
246 const af_array filter, const af_conv_mode mode) {

Callers 3

fftconvolveTestFunction · 0.85
fftConvolve1Function · 0.85
af_convolve1Function · 0.85

Calls 1

fft_convolveFunction · 0.85

Tested by

no test coverage detected