by Aenerine | Dec 28, 2016 | Quick Posts
There isn’t much C++ libraries available on the Internet. Especially when talking about signal processing (Or at least I was unlucky to find some). Therefore I have designed my own library with the following parameters: Supported Filter types: Low-Pass,...
by Aenerine | Nov 17, 2014 | Quick Posts
Hi, I was recently trying to produce a very simple DLL library under Visual Studio 2013. However I was never doing it before and thus I had some bugs in my code,which I would like to post about. At first the .DLL consists of 3 files total: .dll + .lib + .h So if you...