Tagged Questions
4
votes
2answers
509 views
Wavelet Packet Transform in Mathematica 7 and 8
For finding location of spikes in a time series I used to transform the data into wavelet space using
DiscreteWaveletPacketTransform [ data, filter, 0]
and then ...