help-octave
[Top][All Lists]
Advanced

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

Re: buffer (signal)?


From: Ben Abbott
Subject: Re: buffer (signal)?
Date: Thu, 10 Apr 2008 13:25:26 -0700

On Thursday, April 10, 2008, at 12:59PM, "Sciss" <address@hidden> wrote:
>hi,
>
>i am trying to run a function that was written for matlab. it breaks  
>because the function 'buffer' is missing, something that creates an  
>overlapped-chunk version of a vector. on octave-forge's documentation  
>site, it is stated:
>
>"buffer  [signal] -- not implemented"
>
>... so i assume this function is missing? i installed the signal  
>package but no luck. any clues how i can get a 'buffer' function for  
>octave?
>
>thanks a lot! cheers, -sciss-
>
>

>From the most recent Matlab (7.6)

>> which buffer
'buffer' not found.
>> 

Apparently "buffer" is not a core Matlab function.

By chance is the function you're looking for actually a class? ... for example,

http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=14087

If not, can you tell us what "buffer" is supposed to do?

Ben


reply via email to

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