help-octave
[Top][All Lists]
Advanced

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

Re: unit sample sequence


From: NZG
Subject: Re: unit sample sequence
Date: Thu, 3 Feb 2005 21:38:21 -0600
User-agent: KMail/1.7.1

nvmd, easy enough, just had to learn to write functions.

function retval = u(t)
retval=0;
if (t >= 0)
retval=1;
endif
endfunction

well now it' s in the archive

NZG.

On Thursday 03 February 2005 09:21 pm, you wrote:
> Is there an easy way to generate  vector/matrix representing  the unit
> sample sequence in Octave?
>
> thx,
> NZG.



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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