Why does 'lowpass' give me an error?
Ältere Kommentare anzeigen
I have this line of code
y = lowpass(A,10/fs,fs);
and I get this error
Undefined function 'lowpass' for input arguments of type 'double'.
A is an arrray of doubles that is 9191x1 and fs is a double. I've tied using single() on all three of the arguments but this doesn't help. Also on the page for this function it says nothing about not allowing doubles.
Does anyone know what I am doing wrong?
3 Kommentare
Stephan
am 10 Feb. 2019
What is the value of fs?
TStudentTe
am 10 Feb. 2019
Abdul Manan Dar
am 25 Mai 2021
Check for NaN entries.
S = sparse(x);
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Digital Filter Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!