octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53881] [octave forge] (control) impulse respo


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53881] [octave forge] (control) impulse response differs greatly on i386 vs x86_64
Date: Fri, 11 May 2018 16:55:05 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #1, bug #53881 (project octave):

Sorry, I was playing with different time steps. The scripts that I pasted
should be


pkg load control
sys = tf ([1, 1], [1, 2, 1]);
y = impulse (sys, [0:999] ./ 1000).';
save results32.txt


and


pkg load control
sys = tf ([1, 1], [1, 2, 1]);
y = impulse (sys, [0:999] ./ 1000).';
results32 = load ('results32.txt');
fprintf (stdout, '%4u  %-17.15g  %-17.15g\n', [0:999; results32.y; y]);


to get the data arrays and divergence that I showed in the original post.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53881>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]