Can one use a Scilab script?

About the GUI application to design signal processing pipelines
Post Reply
DarkPatate
Posts: 47
Joined: Tue Apr 07, 2015 11:31 am

Can one use a Scilab script?

Post by DarkPatate »

Hi,
I did a signal processing algorithm on a Scilab script. I tried to translate it in C++ thanks to Eigen Library in order to do an OpenVibe box. Unfortunately, the algorithm doesn't give the same results. Moreover, Eigen has some difficulties with huge matrices.

So, the easy way would be to use my Scilab script. I found a tutorial about Matlab, but not Scilab. Whereas Scilab and OpenVibe have been made by INRIA both.

Thanks in advance, I hope the answer will be positive :)
Siméon.

jtlindgren
Posts: 775
Joined: Tue Dec 04, 2012 3:53 pm
Location: INRIA Rennes, FRANCE

Re: Can one use a Scilab script?

Post by jtlindgren »

Hi Simeon,

we are positively positive about integrating a Scilab plugin if somebody wants to contribute one sometime. Meanwhile, perhaps you could think of another way to interface with it, via matlab, python or perhaps LSL.


Cheers,
Jussi

DarkPatate
Posts: 47
Joined: Tue Apr 07, 2015 11:31 am

Re: Can one use a Scilab script?

Post by DarkPatate »

Thanks for your quick answer.
Unfortunatlly, I think I can't help you for that. My master thesis is almost finished, and time is missing. I shall try to use Python even I never program with it.
I shall try to understand the example.

Thanks again :-)

Post Reply