Re: Fundamental frequency -- limited resources

From: Mike Deskevich (mikedeskevich_at_gmail.com)
Date: 08/18/04


Date: 18 Aug 2004 09:02:46 -0700

rather than storing the data as 000001000001000001, do something
similar to rle (run length encoding) and just store the number (or
time since it's evenly samles) of zeros. so now you can have an array
of the length of time between events. then you can do some type of
filtering on that array. i can't say what kind of filtering would be
best, but now you're not as limited by memory as you are if you store a
bunch of zeros.



Relevant Pages

  • Re: Check content of an multi dimsenional array
    ... I am given a cell that looks like the one shown below: ... there is no value (All zeros) in it. ... I need to store this position in an array ... i need to store the address in an array. ...
    (comp.soft-sys.matlab)
  • Re: Check content of an multi dimsenional array
    ... I am given a cell that looks like the one shown below: ... there is no value (All zeros) in it. ... I need to store this position in an array ... i need to store the address in an array. ...
    (comp.soft-sys.matlab)
  • Re: Fundamental frequency -- limited resources
    ... >time since it's evenly samles) of zeros. ... >filtering on that array. ... i can't say what kind of filtering would be ...
    (sci.math.num-analysis)
  • Re: Finding the nearest match without reusing results
    ... comparing an array with a value generates an array of Trues and ... Any diff with wrong State or with used Store is implicitly zeroed out. ... Each must be larger than the absolute value of the maximum Sales ... go.....it just needs to return the closest match. ...
    (microsoft.public.excel.programming)
  • Re: read keyboard input and storing in an array?
    ... > I'm trying to store user input in an array, ... You have the beginnings of that logic already since your prompt tells the ... 201st value since the array only has room for 200 values. ... This will force you to store the int values as Integer ('Integer' ...
    (comp.lang.java.help)