Re: [Scilab-users] Frequency response

2018-09-14 Thread Samuel Gougeon
Le 14/09/2018 à 20:57, Claus Futtrup a écrit : Dear Scilabers I have calculated an impulse response and wish to do an FFT to achieve the frequency response. I know what to expect. In the matlab forum someone asked the same question and was recommended to use freqz ... I wonder what would be

[Scilab-users] Frequency response

2018-09-14 Thread Claus Futtrup
Dear Scilabers I have calculated an impulse response and wish to do an FFT to achieve the frequency response. I know what to expect. In the matlab forum someone asked the same question and was recommended to use freqz ... I wonder what would be the equivalent function in Scilab? https://www.

[Scilab-users] algebra conventions with integer types to be discussed

2018-09-14 Thread Stéphane Mottelet
Hello all, Integer types in Scilab are not smoothly implemented and there are still some bugs and real questions to be discussed, specifically on over/underflow, exceptions in divisions such as in int8(1)/int8(0) int8(-128)/int8(-1) type of the result of mixed double/integer operations, suc

Re: [Scilab-users] xload vs load

2018-09-14 Thread amonmayr
Hi all, I found a way to reproducibly trigger the bug, and reported it here : https://bugzilla.scilab.org/show_bug.cgi?id=15765 Can you try the sample script on the example graphic file? Cheers, Antoine -- +++ Antoine Monmayrant LAAS - CN

[Scilab-users] xload vs load

2018-09-14 Thread antoine . monmayrant
Hi all, am I the only one to experience that xload is completely broken an can be replaced by load? I am trying to reload slightly complex figures (that is with more than one plot per figure) and xload is almost always failing in some way. For example, one of my figure as 3 plots and I can see