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

Function fir

src/api/cpp/iir.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace af {
16
17array fir(const array& b, const array& x) {
18 af_array out = 0;
19 AF_THROW(af_fir(&out, b.get(), x.get()));
20 return array(out);
21}
22
23array iir(const array& b, const array& a, const array& x) {
24 af_array out = 0;

Callers 1

firTestFunction · 0.85

Calls 3

af_firFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected