ricedsp / rwt

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.
http://dsp.rice.edu
Other
135 stars 47 forks source link

Error using mdwt (line 83) You must compile wavelet toolbox before use #15

Closed chengerr closed 6 years ago

chengerr commented 6 years ago

I run Demos-->CS_1D_Demo.m , But error like this appeared. Error mdwt (line 83) You must compile wavelet toolbox before use. Would you please tell me Why ?

kalliste commented 6 years ago

Ok I'm just going to take your question at face value and tell you why you must compile Wavelet Toolbox before use. The core of Wavelet Toolbox is written in C code to give you the best performance and to demonstrate how the wavelet transform can be calculated efficiently.

kalliste commented 6 years ago

Meanwhile if you want to know how you can compile Wavelet Toolbox:

You can find the compile.m script in the bin directory. That will handle the compilation for you.