Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pdm: Using 255 seems pretty nice | Jon Nordby | 2025-08-09 |
| | | | | Lower values have much larger DC offsets on output | ||
* | pdm: Try to use shifts instead of mul | Jon Nordby | 2025-08-08 |
| | |||
* | pdm: Try to bring back alpha setting for DC removal | Jon Nordby | 2025-08-08 |
| | |||
* | pdm: Attempt at more efficient DC rejecter | Jon Nordby | 2025-08-08 |
| | |||
* | pdm: Leaky integrator for DC blocking seems better | Jon Nordby | 2025-08-08 |
| | |||
* | pdm: Try switch to 2 stage CIC | Jon Nordby | 2025-08-08 |
| | | | | Still seeing odd spikes on output | ||
* | pdm: Try add high pass filter for DC blocking/removal | Jon Nordby | 2025-08-08 |
| | | | | Does not work right... | ||
* | pdm: Make the sinewave test actually assert relevant values | Jon Nordby | 2025-08-08 |
| | |||
* | Track runtime of PDM conversion | Jon Nordby | 2025-05-14 |
| | | | | Seems to be around 10x realtime for 1+ seconds | ||
* | bindings: Improve test for PDM to PCM | Jon Nordby | 2025-05-14 |
| | |||
* | bindings: Example of using pybind11 with numpy | Jon Nordby | 2025-05-02 |