I'm trying to implement a DPCM_encoder like the following
(usin' an AR model as a predictor)
one -> http://visl.technion.ac.il/projects/2000s27/Dpcm.gif
I'm usin' it to stream data (usin' windows of samples of specific
size, i.e. I'll have to renew AR coefficients only once in each
window, for...
I'm trying to load a c++ library called AdaptiveHuffman.
Here's some of the code:
libname = 'AdaptiveHuffman'
loadlibrary(libname, libname)
I've either the header file and dll file in this directory.
Here's the errors I got:
lcc preprocessor error: G:\src\TP2\AdaptiveHuffman.h:14 Could not...