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

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

[Octave-patch-tracker] [patch #9409] [octave forge] (signal) modulate: n


From: John W. Eaton
Subject: [Octave-patch-tracker] [patch #9409] [octave forge] (signal) modulate: new function, partial implementation
Date: Thu, 11 Oct 2018 16:48:57 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #7, patch #9409 (project octave):

Also, it seems to me that it is better to write


t = ((0:len-1) / fs)';


instead of


t = (0: 1/fs: ((len-1)/fs))';


or is there a specific reason that you chose the latter form?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?9409>

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




reply via email to

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