How to resolve this error?

13 visualizaciones (últimos 30 días)
Chulan
Chulan el 27 de Nov. de 2024 a las 11:44
Respondida: Matt J el 27 de Nov. de 2024 a las 11:59
Error using filter
Invalid data type. Input arrays must be numeric or logical.
Error in echo saple 3 (line 72)
[y,e] = filter(x,d,hFDAF);

Respuestas (1)

Matt J
Matt J el 27 de Nov. de 2024 a las 11:59
[y, e] = hFDAF(x, d);

Categorías

Más información sobre Matched Filter and Ambiguity Function en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by