Re: Fundamental frequency -- limited resources
From: Mike Deskevich (mikedeskevich_at_gmail.com)
Date: 08/18/04
- Next message: Fred Marshall: "Re: Fundamental frequency -- limited resources"
- Previous message: jim: "Re: Fundamental frequency -- limited resources"
- In reply to: Email Unread: "Fundamental frequency -- limited resources"
- Next in thread: George Bush: "Re: Fundamental frequency -- limited resources"
- Reply: George Bush: "Re: Fundamental frequency -- limited resources"
- Messages sorted by: [ date ] [ thread ]
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.
- Next message: Fred Marshall: "Re: Fundamental frequency -- limited resources"
- Previous message: jim: "Re: Fundamental frequency -- limited resources"
- In reply to: Email Unread: "Fundamental frequency -- limited resources"
- Next in thread: George Bush: "Re: Fundamental frequency -- limited resources"
- Reply: George Bush: "Re: Fundamental frequency -- limited resources"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|