Scilab
Posts  1 - 1  of  1
zorniy
Hi, this is my first post here. I'm having trouble with the "conv" function in Scilab

A month ago I wrote

smoothed = conv(signal,kernal, 'same')

according to Scilab manual and it worked.

I made no changes, then had other things to do and left the program alone. When I got back to it today, Scilab says "wrong number of input arguments" at that line

Did Scilab deprecate this way of using "conv"? Plus, I don't recall updating Scilab in that time. I am very confused. Why would a correct code stop working?

I need that "same" parameter so the signal wouldn't shift after convolution and screw up my MSE calculation.

Thanks in advance.

Save
Cancel
Reply
 
x
OK