Can anyone give me the source code in C for the following Matlab wavelet denoising method, I have to implement it on an ARM board so Matlab library wont work.
xd1 = wden(x,'sqtwolog','s','mln',5,'db5');
Where xd1
is the denoised signal and x
is my input signal.
I require it for denoising the breathing signal.