DSPRelated.com

Stepan Podhorsky (@steven01)


Re: Algorithm testing via simulation in Scilab/Xcos

Reply posted 4 years ago (10/06/2020)
I have got up and running that with below given modification of the c code:#include "scicos_block4.h"#define U  ((double *)GetRealInPortPtrs(block, 1))#define Y ...

Re: Algorithm testing via simulation in Scilab/Xcos

Reply posted 4 years ago (09/29/2020)
The intended idea behind my code is that I allocate a memory for three double data types and then pass addresses of those three memory locations into pointers (target,...

Re: Algorithm testing via simulation in Scilab/Xcos

Reply posted 4 years ago (09/28/2020)
I have tested what you have suggested above but without success.

Re: Algorithm testing via simulation in Scilab/Xcos

Reply posted 4 years ago (09/28/2020)
I have fixed the bug and run the simulation again. Unfortunately it still crashes.

Re: Algorithm testing via simulation in Scilab/Xcos

Reply posted 4 years ago (09/28/2020)
Thanks. I have attempted to fix it in below given manner:inputDelta  = ((double*)(*block->work) + 1);out         = ((double*)(*block->work) + 2);Do...

Re: Algorithm testing via simulation in Scilab/Xcos

Reply posted 4 years ago (09/28/2020)
Hello dudelsound,thank you for your reply. You are probably correct. I have found that the Scilab/Xcos offers several variants of the "C block". One of them is...
Hello,I have been developing a library of control blocks (PID controller, various filters etc.) in C programming language. My goal is to have basic building stones...

Use this form to contact steven01

Before you can contact a member of the *Related Sites:

  • You must be logged in (register here)
  • You must confirm you email address