Emil Fresk
Emil Fresk
Thanks for the update! Unfortunate that is didn't have an API yet
Thanks for the tip, I'll give it a try and report back!
HI, The available tunings are based on the DSP filter book, and is linked in the documentation. Do note that those are only tunings for a single biquad, not cascaded...
embo++ 2018 video on the core workings and usage of crect: https://www.youtube.com/watch?v=GMWrw5NkipQ
Fixed
Hi sorry for the late reply here. What you are looking for is indeed possible, though not supported. I moved to Rust, and continued this project there and we did...
Hi, thanks for writing about this and bringing it to my attention. Indeed, the Cortex-M0 support is severely lacking, and unfortunately I have had to place this project on the...
Testing data structure for holding the required data https://godbolt.org/g/enyxv9
Found a constant-time way with a 1 bit bool-like lookup table, tested here https://godbolt.org/g/ADuL9d
Hi! For now I was planning to just have a `CRECT_DEBUG` flag, which will be connected to the normal `NDEBUG` flag if the debug flag is not set manually. I...