Graeme Smecher
Graeme Smecher
On an am3874-based board, adding the "-a" option fixed boot failures on a 32GB flash card. I am (naively and optimistically) choosing to believe that this is more SD-card-agnostic than...
My short-term path forwards is to re-break the IFF_MULTI support in my kernel. Our older kernel's Ethernet driver ignored the flag, and we lived blissfully in ignorance. We upgraded our...
Hi Joachim, Yup, I'm still out here! I'm a multicast user, not a multicast expert, so my understanding here is limited. I'll describe our topology, then explain the problems we...
This PR is also required with g++ 12.2.0 (Debian 12.2.0-14).
I would like to continue along these lines - I am not delving deeply into the mathematics, but would like to make the code shorter and more consistent where I...
Great - thanks. These commits (so far) are largely janitorial - they make sense on their own, but are also possible intrusions into your coding style. I'll comment here when...
Question on pm::uniform, which may be a more general question. There are (I think) no "point bands" in the test suite, so the code in pm::uniform() that detects and responds...
I am not familiar with the Matlab FIRPM implementation (it has been years since I used it) but I see an example here: https://www.mathworks.com/help/dsp/ug/minimax-fir-filter-design.html ...under the heading "Filter Designed for...
Since the library is implemented and exposed in c++, I suggest you look into pybind11 (as opposed to boost::python or ctypes). A pybind11 wrapper would not require any changes to...
See [pr18](https://github.com/sfilip/firpm/pull/18).