Tagged Questions

The name given to windows used to analyse/synthesize a signal with wavelet transforms. Used mostly in the analysis of non-stationary signals whose frequency content varies with time. The variable length windows with which the signals are analysed are called wavelets.

learn more… | top users | synonyms

5
votes
4answers
537 views

Prerequisites for understanding Wavelet theory

I have a degree in computer science and I have taken the following math courses. Calculus I Calculus II Discrete Mathematics and Number Theory Linear Algebra Probability Logic Automata Theory What ...
4
votes
3answers
869 views

Discrete Wavelet Transform integer Daub 5/3 lifting issue

I'm trying to run an integer-to-integer lifting 5/3 on an image of lena. I've been following the paper at http://www.uwec.edu/walkerjs/media/research_signpost_article.pdf I'm running into issues ...
4
votes
1answer
2k views

wavelet plot with python libraries

I know that scipy has some signal processing tools for wavelets in scipy.signal.wavelets and a chart can be drawn using matplotlib, but it seems I can't get it right. I have tried plotting a daub ...
3
votes
1answer
253 views

How to extend pyWavelets to work with N-dimensional data?

This may be a question for a different forum, if so please let me know. I noticed that only 14 people follow the wavelet tag. I've here an elegant way of extending the wavelet decomposition in pywt ...
2
votes
1answer
437 views

MATLAB -Wavelet Transform for N dimension[MODIFIED]

I came across this amazing response Applying MATLAB's idwt2 several times which I executed to understand it myself. However, I am unable to get how to use the same with work with an RGB image. So, I ...
2
votes
0answers
206 views

Discrete Wavelet Transform on images and watermark embedding in LL band coefficients, data is lost when IDWT-DWT is performed again?

I'm writing an image watermarking system to hide a watermark in an image's low frequency band by transforming the image's luminance channel with a Discrete Wavelet Transform, then modifying ...
2
votes
1answer
277 views

EEG Wavelet Analysis

I want to do a time-frequency analysis of an EEG signal. I found the GSL wavelet function for computing wavelet coefficients. How can I extract actual frequency bands (e.g. 8 - 12 Hz) from that ...
2
votes
1answer
318 views

Subband decomposition using Daubechies filter

I have the following two 8-tap filters: h0 ['-0.010597', '0.032883', '0.030841', '-0.187035', '-0.027984', '0.630881', '0.714847', '0.230378'] h1 ['-0.230378', '0.714847', '-0.630881', '-0.027984', ...
2
votes
1answer
210 views

Wavelet based interpolation

How do I do Wavelet based interpolation (simple zero-padding scheme) in matlab? I did wavedec2 on an image, and zeroize the vertical, horizontal and diagonal domains, interpolated the 4 domains to a ...
2
votes
3answers
985 views

best wavelet library for R

What is a good library for wavelets in R?
2
votes
2answers
781 views

Generating a scalogram of a signal

I'm trying to build a scalogram view for my app to see whether there is relevant information we can retrieve from a wavelet transform as opposed to using a spectograms to see what can be retrieved via ...
2
votes
2answers
564 views

Good tutorial on wavelet compression?

Any web sites, books, etc, that have a good tutorial on wavelet compression? I'd be interested in two tracks... a heavyweight tutorial that plows through the math, and a "light" one that just hits ...
2
votes
2answers
968 views

Applying MATLAB's idwt2 several times

I am using MATLAB to apply the Discrete Wavelet Transform on an image. I am applying it several times (3) in order to get a 3 level transform. I am using the dwt2 function provided by MATLAB in order ...
1
vote
0answers
7 views

Wavelet based time series analysis [migrated]

There are a plethora of wavelet tools available which is really confusing. I dont know how the image in (b),(c) of the figure provided is generated. I am doubtful if these can be done by using ...
1
vote
3answers
119 views

high-dimensional Spatial-temporal clustering

My question is, how I can make a cluster analysis from spatial - temporal and high dimensional data? my purpose is to find subspace clusters that can show patterns in the space and in the time. over ...
1
vote
5answers
405 views

Matlab - Signal Noise Removal

I have a vector of data, which contains integers in the range -20 20. Bellow is a plot with the values: This is a sample of 96 elements from the vector data. The majority of the elements are ...
1
vote
0answers
386 views

C++ Wavelet Transform of analog Signal [closed]

after reading pages after pages about FFT, STFT and Wavelet Transform I would like to try out some signal conversions in C++. Libraries I have found so far are: Blitzwave, FFTW or FFTW-w32 ...
1
vote
1answer
157 views

what values of an image should I use to produce a haar wavelet?

I currently have a Java program that will get the rgb values for each of the pixels in an image. I also have a method to calculate a Haar wavelet on a 2d matrix of values. However I don't know which ...
1
vote
1answer
617 views

CDF 9/7 Discrete Wavelet Transform (Convolution)

I'm trying to write a simple self-contained program that does a single level of a discrete wavelet transform on a 1D list, using the CDF 9/7 wavelets, and then reconstructs it. I'm just using the ...
1
vote
2answers
221 views

Is there a good free wavelet library for .NET?

Fast is good and support for wide range of wavelet families is also good.
1
vote
2answers
782 views

Daubechies-4 Transform in MATLAB

I have a 4x4 matrix which I wish to decompose into 4 frequency bands (LL, HL, LH, HH where L=low, H=high) by using a one-level Daubechies-4 wavelet transform. As a result of the transform, each band ...
0
votes
0answers
15 views

Normalizing wavelet coefficients? [migrated]

I'am working on Voice Morphing using matlab. After doing the 5 level DWT of the voice signal i need to set the level 1 and level 2 detail coefficients to zero and the normalize wavelet coefficients ...
0
votes
1answer
116 views

Matching Pursuit Algorithm using Gabor Dictionary in Matlab

I'm looking for a Matlab function which would decompose a signal using Matching Pursuit (MP) algorithm composed of Gabor atoms. I'm fairly new to adaptive signal processing. I have downloaded Wavelab ...
0
votes
0answers
346 views

Wavelet coefficient thresholding

I have been doing some experimentations using wavelets on image data in both Mathematica and Matlab. I have identified some piece of code in Mathematica that seems do basically do what I want which ...
0
votes
1answer
94 views

DWT or WP for signal filtration

I'm dealing with a tricky problem related to the wavelet transform (tricky at least for me :). I have a signal, say a sinusoid (frequency f1) with another sinusoid (freq. f2) superposed. If the other ...
0
votes
5answers
1k views

Discrete Wavelet Transformation

I need help for discrete wavelet transformation source code with MATLAB. Could I know full discrete wavelet transformation source code with MATLAB that can be used for video processing? Especially I ...