Skip to content

A set of tools built in C# to assist the signal processing with Wavelet Analysis.

Notifications You must be signed in to change notification settings

walteram/waveletstudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wavelet Studio

The Wavelet Studio project is a set of tools built in C# to assist the signal processing with Wavelet Analysis. More information about the topic can be found in the vast literature available on the Internet. In particular I suggest the excellent The Wavelet Tutorial.

Documentation

The documentation is now available at: https://waveletstudio.codeplex.com/documentation

Main features

  • Discrete Wavelet Transform (DWT)
  • Inverse Discrete Wavelet Transform (IDWT)
  • Support for most common discrete wavelet (Haar, Daubechies 2 to 10, Coiflets1-5, DMeyer, Symlets 2-8)
  • Make and use your own mother wavelet function
  • 8 Signal Extension methods: SymmetricHalfPoint, SymmetricWholePoint, AntisymmetricHalfPoint, AntisymmetricWholePoint, PeriodicPadding, ZeroPadding, SmoothPadding0 (continuous), SmoothPadding1
  • Estimate location of disturbance based on the normal distribution
  • Signal generation of Sine, Sawtooth, Square and Triangle waves
  • Application to demonstrate the features

About

A set of tools built in C# to assist the signal processing with Wavelet Analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages