Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
technical:sliding_window [2020/10/13 19:27] – [Sliding window time histogram] chunchung | technical:sliding_window [2021/10/12 15:15] (current) – chunchung | ||
---|---|---|---|
Line 7: | Line 7: | ||
Parameters | Parameters | ||
---------- | ---------- | ||
- | ts: | + | ts: |
- | wsz: window | + | wsz: Window |
+ | |||
+ | Returns | ||
+ | ------- | ||
+ | tss: Array of time points | ||
+ | rates: | ||
''' | ''' | ||
- | tw = ts[0]-wsz | + | tw = ts[0]-wsz |
i0 = 0 | i0 = 0 | ||
i1 = 0 | i1 = 0 |