Understanding Wavelet Transform for Time Series Data Analysis

  • Thread starter Thread starter DavidLiew
  • Start date Start date
  • Tags Tags
    Transform Wavelet
AI Thread Summary
Wavelet transform is a useful technique for de-noising time series data before analysis with neural networks. MATLAB is recommended for implementing wavelet transforms, and there are various resources available, including toolboxes and academic papers. The choice of wavelet type and decomposition level is crucial and can depend on the specific characteristics of the input data. Normalized cross-correlation can be applied to wavelet coefficients for signal detection. Using wavelet coefficients as input to neural networks is viable, and wavelet networks can also be explored for this purpose.
DavidLiew
Messages
16
Reaction score
0
I have a time series data, I want to use wavelet transform to de-noise the data and then use neural network to analysis the transform data. However, I quite not understand about the wavelet transform. Can tell me about how to use wavelet transform? How to determine the scale? Is it suitable use the coefficients as a input to neural network for analysis?
 
Engineering news on Phys.org
DavidLiew said:
I have a time series data, I want to use wavelet transform to de-noise the data and then use neural network to analysis the transform data. However, I quite not understand about the wavelet transform. Can tell me about how to use wavelet transform? How to determine the scale? Is it suitable use the coefficients as a input to neural network for analysis?

MATLAB is your best bet to play around with the wavelet transform (i think they even have a toolbox)
-IEEE access and do some digging on the transforms (esp if someone used the output of them as the input to a neural network simulation) and how others have applied it..

I used the wavelet transform coefficients (daubechies) for an undergrad signal detection project...
depends on the input data (ours looked like the letter N (gunshots) with noise on it) the type and level of decomposition needed would vary (of course computational horsepower as well more levels would be slow basically u are splitting the signal by sending it thru low pass and bp filters and looking at it more closely...)
We kinda did a Normalized cross correlation (NCC) on the wavelet coefficients (incoming signal versus our database signature) and used some statistical estimation to classify when they would match (detecting the high peaks generated due to NCC)
The Wiki page is free :) (compared to IEEE and others) http://en.wikipedia.org/wiki/Daubechies_wavelet
 
I now using MATLAB to analysis the data with discrete wavelet transform, but I don't know how to choose the best level for decomposition and what type of wavelet to use. Have any method to determine the level and wavelet? Besides, how to choose the suitable thresholding method and noise structure?
 
Hi all, i have some questions about the tesla turbine: is a tesla turbine more efficient than a steam engine or a stirling engine ? about the discs of the tesla turbine warping because of the high speed rotations; does running the engine on a lower speed solve that or will the discs warp anyway after time ? what is the difference in efficiency between the tesla turbine running at high speed and running it at a lower speed ( as fast as possible but low enough to not warp de discs) and: i...
Thread 'Where is my curb stop?'
My water meter is submerged under water for about 95% of the year. Today I took a photograph of the inside of my water meter box because today is one of the rare days that my water meter is not submerged in water. Here is the photograph that I took of my water meter with the cover on: Here is a photograph I took of my water meter with the cover off: I edited the photograph to draw a red circle around a knob on my water meter. Is that knob that I drew a red circle around my meter...
Back
Top