wavelet1d
wavelet1d copied to clipboard
problem with gnuplot scripts
Dear Developers
I am Davinder Siwal from Delhi University India
I am trying to use your wavele1d c++ codes for decomposition of my data in
terms of wavelets.
I am trying to run wavedemo1.cpp with gnudwtplot(J) function but is is showing
the error and says
wavedemo1.cpp:81: error: ‘gnudwtplot’ was not declared in this scope
can you please resolve the problem.
Original issue reported on code.google.com by [email protected] on 28 May 2012 at 9:34
gnudwtplot function works only with the first version of the library
("wave1d.rar"). I disabled GNU plot functionality in the latest version as it
considerably slowed down the computation process. If you want you can add the
function manually by copying it from "wave1d.rar" library into your code.
Original comment by [email protected] on 19 Jun 2012 at 8:07