exclm / wavelet1d

Automatically exported from code.google.com/p/wavelet1d
0 stars 0 forks source link

problem with gnuplot scripts #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 dev84s...@gmail.com on 28 May 2012 at 9:34

GoogleCodeExporter commented 9 years ago
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 rafat....@gmail.com on 19 Jun 2012 at 8:07