[Scilab-users] linear prediction model

2020-12-02 Thread Federico Miyara
Dear All, Is there a script or function somewhere which calculates the Linear prediction model (LPC) of a signal frame? I tried to implement a function (below) without using the algorithm of Levinson & Durbin but it doesn't seem to work properly. seemingly the problem is due to inaccuracy of

Re: [Scilab-users] image insertion using scicv

2020-12-02 Thread TanCL
I believe both modules treat the image differently, scicv treat the image as OpenCV object, while IPCV import image as Scilab matrix. so when you try to implement a small image into a part of a big image in IPCV, you could simply using Scilab way, say A is 256x256x3, and B is 64x64x3, u can use