Hello,
I am trying to compute wavelet packet tree coeficients. Are there any methods or classes I can use for computation in JSci package? I know there is a FWTPacketCoef class in JSci.maths.wavelet package, but it is only a wrapper for computed coeficients. So should i write my own method which computes coeficients and these coeficients then pass to FWTPacketCoef class or there is some prepared method / class, which can be used for computation of packet coeficients?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am trying to compute wavelet packet tree coeficients. Are there any methods or classes I can use for computation in JSci package? I know there is a FWTPacketCoef class in JSci.maths.wavelet package, but it is only a wrapper for computed coeficients. So should i write my own method which computes coeficients and these coeficients then pass to FWTPacketCoef class or there is some prepared method / class, which can be used for computation of packet coeficients?
Thanks
You will need to write your own methods for that.