summaryrefslogtreecommitdiff
path: root/bindings
Commit message (Collapse)AuthorAge
* pdm: Make sure to reset before startingJon Nordby2025-08-12
|
* pdm: Correct test for 3 stage CIC (no DC reject)Jon Nordby2025-08-12
|
* Revert back to 3 stage CIC filterJon Nordby2025-08-12
| | | | From 2843105739db84851c3e9d2436c2c3c2c0563abf
* pdm: Using 255 seems pretty niceJon Nordby2025-08-09
| | | | Lower values have much larger DC offsets on output
* pdm: Try to use shifts instead of mulJon Nordby2025-08-08
|
* pdm: Try to bring back alpha setting for DC removalJon Nordby2025-08-08
|
* pdm: Attempt at more efficient DC rejecterJon Nordby2025-08-08
|
* pdm: Leaky integrator for DC blocking seems betterJon Nordby2025-08-08
|
* pdm: Try switch to 2 stage CICJon Nordby2025-08-08
| | | | Still seeing odd spikes on output
* pdm: Try add high pass filter for DC blocking/removalJon Nordby2025-08-08
| | | | Does not work right...
* pdm: Make the sinewave test actually assert relevant valuesJon Nordby2025-08-08
|
* pdm: Fix python path for testsJon Nordby2025-08-08
|
* bindings: clang-formatMartin Stensgård2025-05-14
|
* bindings/README: add python dependenciesMartin Stensgård2025-05-14
|
* Track runtime of PDM conversionJon Nordby2025-05-14
| | | | Seems to be around 10x realtime for 1+ seconds
* bindings: Improve test for PDM to PCMJon Nordby2025-05-14
|
* bindings: Actually build cic3_pdm codeJon Nordby2025-05-14
|
* bindings: Add a unified MakefileJon Nordby2025-05-14
|
* bindings/README: give debian command for installing python dependenciesMartin Stensgård2025-05-02
|
* bindings: Use verilator_lib in PythonJon Nordby2025-05-02
|
* bindings: Example of using pybind11 with numpyJon Nordby2025-05-02