Error when using sgolayfilt
Ältere Kommentare anzeigen
Hello, I want to use sgoalyfilt(x,order,framelen) but gets the error "Input arguments must be 'double'" and I cant´t understand why it dosn't work?
I use it like this:
order=4;
framelen=556497; % dosen't matter if I use 51 or 5 either, it gives the same error
P1_filt = sgolayfilt(P1,order,framelen) % where P1 is my measures values in a vector 1112992X1
Grateful for some help!
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Traveling Salesman (TSP) 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!
