Chris Cannam
|
9845e4bb38
|
Make this a default implementation of Logger rather than a special case in Log
|
2022-06-23 09:52:23 +01:00 |
|
Chris Cannam
|
5137b19407
|
Wire up Log throughout
|
2022-06-22 11:33:36 +01:00 |
|
Chris Cannam
|
e8b63bd10d
|
These can just be overloads for log, which at least avoids us using log2 as a method name here
|
2022-06-22 09:10:02 +01:00 |
|
Chris Cannam
|
7434abe664
|
More on logging
|
2022-06-21 17:03:24 +01:00 |
|
Chris Cannam
|
35653f3a86
|
Start reworking log output
|
2022-06-21 16:06:16 +01:00 |
|
Chris Cannam
|
e546767a6d
|
Rename/rejig so as to have just a single Impl and then R2 and R3 stretcher classes
|
2022-06-21 10:25:08 +01:00 |
|
Chris Cannam
|
326f9b721d
|
Add RTENTRY macro for STOAT testing
|
2022-06-15 17:22:32 +01:00 |
|
Chris Cannam
|
bbb5db3087
|
Windows dedicated build updates
|
2022-06-14 17:03:33 +01:00 |
|
Chris Cannam
|
2c57d0ee30
|
Fix compiler warnings
|
2022-06-14 16:52:09 +01:00 |
|
Chris Cannam
|
b160475b07
|
Fix some compiler warnings
|
2022-06-14 15:15:55 +01:00 |
|
Chris Cannam
|
9dbf53026a
|
Fix failure to calculate offline stretch correctly when a zero-chunk region is found; provide alternate projection calculation method for R3 without stop-the-world phase resets
|
2022-06-13 17:16:03 +01:00 |
|
Chris Cannam
|
182e2b0e3b
|
Put binForFrequency/frequencyForBin in a common place
|
2022-06-13 10:08:05 +01:00 |
|
Chris Cannam
|
c50397128a
|
Fix failure to reset m_fill on reset
|
2022-06-10 17:07:23 +01:00 |
|
Chris Cannam
|
63bcfb0e22
|
Tidy up
|
2022-06-10 16:44:04 +01:00 |
|
Chris Cannam
|
5dcc499cf9
|
Now update MovingMedian behaviour to match bsq code (i.e. make it "more" correct)
|
2022-06-10 16:39:32 +01:00 |
|
Chris Cannam
|
0bfa94a76a
|
Restore MovingMedian to the simpler single filter and provide ..Stack separately. Seems little point in coalescing memory there, now we have separate ring buffers anyway
|
2022-06-10 13:09:48 +01:00 |
|
Chris Cannam
|
6723ca3636
|
Use SingleThreadRingBuffer for MovingMedian
|
2022-06-10 12:57:08 +01:00 |
|
Chris Cannam
|
6940ad29d8
|
Introduce a histogram filter for filtering discrete values
|
2022-06-10 12:35:15 +01:00 |
|
Chris Cannam
|
75b1c9abb5
|
Fixes to MovingMedian edge-cases and related tests
|
2022-06-08 11:39:16 +01:00 |
|
Chris Cannam
|
0b8b0742c1
|
A few signal-bits tests
|
2022-06-08 10:35:51 +01:00 |
|
Chris Cannam
|
0bc0d7deb0
|
Avoid compiler warning
|
2022-06-07 11:12:39 +01:00 |
|
Chris Cannam
|
1bfd02c6f3
|
Simplify by using MovingMedianStack to implement MovingMedian
|
2022-06-07 10:06:30 +01:00 |
|
Chris Cannam
|
0cd622d0da
|
Create a MovingMedianStack to contain a stack of filters with contiguous addressing - does not appear to be notably beneficial, though I quite like the api
|
2022-06-07 09:50:33 +01:00 |
|
Chris Cannam
|
a564a7c812
|
Minor tidy
|
2022-06-07 09:06:37 +01:00 |
|
Chris Cannam
|
459be9fbad
|
Tiny simplification
|
2022-06-07 09:02:00 +01:00 |
|
Chris Cannam
|
b8c7289c45
|
Further small improvement to moving median
|
2022-06-07 08:53:42 +01:00 |
|
Chris Cannam
|
d7163b36f6
|
Quicker moving median (max one call to lower_bound, we're copying the elements between the two values anyway so we might as well compare against them too) - this checks out
|
2022-06-07 08:50:25 +01:00 |
|
Chris Cannam
|
7519ef47cc
|
Toward minimising MovingMedian a bit
|
2022-06-06 21:53:54 +01:00 |
|
Chris Cannam
|
c3309f56c1
|
Remove debug output
|
2022-05-25 14:43:31 +01:00 |
|
Chris Cannam
|
a04b6adb10
|
Niemitalo window
|
2022-05-25 14:43:05 +01:00 |
|
Chris Cannam
|
eb79336e93
|
Introduce a resampler (not used yet)
|
2022-05-24 17:49:50 +01:00 |
|
Chris Cannam
|
c4a78b4b55
|
Use doubles throughout (simpler, faster)
|
2022-05-24 15:39:28 +01:00 |
|
Chris Cannam
|
2b401e5cbe
|
Overlap/add fixes. Some phase problems still here
|
2022-05-24 12:00:54 +01:00 |
|
Chris Cannam
|
89c8683aaf
|
Calculate actual ratios and hops
|
2022-05-23 17:59:40 +01:00 |
|
Chris Cannam
|
5cc4833820
|
Flesh out the implementation a bit
|
2022-05-23 15:04:34 +01:00 |
|
Chris Cannam
|
9d646b9708
|
Introduce phase advance
|
2022-05-20 15:29:52 +01:00 |
|
Chris Cannam
|
cf602218f5
|
Add Guide
|
2022-05-19 16:31:21 +01:00 |
|
Chris Cannam
|
e9ad04e2b4
|
Reorganise into faster (R2) and finer (R3)
|
2022-05-19 13:34:51 +01:00 |
|