[Scilab-users] xcos_simulate()

2021-02-10 Thread Johan Lafitte
Hi, My xcos model becomes quite large and takes time to compile. In order to launch batches and optimisation process, it seems possible to compile the model juste one time. However, I meet the same difficulties as described in this post :

[Scilab-users] Scilab & cdf-file format

2021-02-10 Thread P M
Dear Users, Is there any Scilab toolbox available, handling the cdf-file-format? cdf = "common data file", which was original developed by NASA : https://cdf.gsfc.nasa.gov/ Thank you, Philipp ___ users mailing list users@lists.scilab.org

[Scilab-users] scicv - CV_FOURCC

2021-02-10 Thread P M
Dear , from the scicv toolbox I use the new_VideoWriter - function: videoWriter = new_VideoWriter(filename, fourcc, fps, frameSize) Everything fine so far, except: There are artefacts in the final video., which I guess are connected to compression. Here are some lines from my code:

[Scilab-users] Why window() provides only symmetric weighting?

2021-02-10 Thread Federico Miyara
Dear All, I wonder why windowing functions such as Hann, Hamming, etc., provided by window(), are only symmetric. When used for spectral analysis by subsequent use of fft(), the periodic weighting is better than the symmetric one. The symmetric window is mainly used in the design of FIR