The Rice Wavelet Toolbox (RWT) is a collection of Matlab M-files and C MEX-files for 1D and 2D wavelet and filter bank design, analysis, and processing. The toolbox provides tools for denoising and interfaces directly with our Matlab code for wavelet domain hidden Markov models and wavelet regularized deconvolution.
Hi,
i downloaded this package and i would like to use the function mdwt and midwt in matlab r2013a (x 64 bit) on Windows x64 bit.
The problem that i tried to compile it using mex command that is "mex mdwt.x" but it gives me an error " Creating library C:\Users\OMARFA~1\AppData\Local\Temp\mex_xYdvBV\templib.x and object C:\Users\OMARFA~1\AppData\Local\Temp\mex_xYdvBV\templib.exp
midwt.obj : error LNK2019: unresolved external symbol idwt referenced in function mexFunction
midwt.obj : error LNK2019: unresolved external symbol rwt_matlab_init referenced in function mexFunction
midwt.mexw64 : fatal error LNK1120: 2 unresolved externals
C:\PROGRA~1\MATLAB\R2013A\BIN\MEX.PL: Error: Link of 'midwt.mexw64' failed"
So, could you help me please to compile it successfully.
Hi, i downloaded this package and i would like to use the function mdwt and midwt in matlab r2013a (x 64 bit) on Windows x64 bit. The problem that i tried to compile it using mex command that is "mex mdwt.x" but it gives me an error " Creating library C:\Users\OMARFA~1\AppData\Local\Temp\mex_xYdvBV\templib.x and object C:\Users\OMARFA~1\AppData\Local\Temp\mex_xYdvBV\templib.exp midwt.obj : error LNK2019: unresolved external symbol idwt referenced in function mexFunction midwt.obj : error LNK2019: unresolved external symbol rwt_matlab_init referenced in function mexFunction midwt.mexw64 : fatal error LNK1120: 2 unresolved externals
C:\PROGRA~1\MATLAB\R2013A\BIN\MEX.PL: Error: Link of 'midwt.mexw64' failed" So, could you help me please to compile it successfully.