Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | Noise characterization of wavelet coefficients

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.


Noise characterization of wavelet coefficients - g - 2004-06-29 17:04:00

Hi,

I hope this question about wavelets is not too far off topic in this
forum...

I have some image data with noise for which the noise statistics (mean,
variance) are known :

noisy image = true image + noise in image domain

In my case, the mean and variance is not constant over the image (correlated
noise).

When I perform a wavelet transform on this noisy image, I presume I can
treat the "noisy" wavelet coefficients as:

noisy coefficients = true coefficients + noise in wavelet domain

My question is - How can I find the statistical properties of the "noise in
wavelet domain" term? This may be a naive question, or very
complicated...I'm not sure. Any references about where I might start looking
would be appreciated.

Specifically, I am using the discrete dyadic wavelet transform
(non-subsampled).

Many thanks,
Geoff


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Noise characterization of wavelet coefficients - Rune Allnor - 2004-06-30 02:54:00



"g" <n...@noreply.com> wrote in message
news:<cPkEc.610098$A...@twister01.bloor.is.net.cable.rogers.com>...
> Hi,
> 
> I hope this question about wavelets is not too far off topic in this
> forum...
> 
> I have some image data with noise for which the noise statistics (mean,
> variance) are known :
> 
> noisy image = true image + noise in image domain
> 
> In my case, the mean and variance is not constant over the image (correlated
> noise).

The above is a pretty basic signal model, even though some details are 
not clear. What do you mean by "correlated noise"? That the noise 
correlates with the signal or that the noise autocovariance is a 
2D Delta? Do you know the numerical values for variance and mean for 
the noise over the image, or do you only know that the noise have these 
general properties?

> When I perform a wavelet transform on this noisy image, I presume I can
> treat the "noisy" wavelet coefficients as:
> 
> noisy coefficients = true coefficients + noise in wavelet domain
> 
> My question is - How can I find the statistical properties of the "noise in
> wavelet domain" term? This may be a naive question, or very
> complicated...I'm not sure. Any references about where I might start looking
> would be appreciated.
> 
> Specifically, I am using the discrete dyadic wavelet transform
> (non-subsampled).

I don't know much about wavelets, but the problem statement seems to 
be the same as the basis for Wiener filters. Wiener filters require 
that the statistical properties of the noise is uncorrelated with the 
signal and the noise spectrum is known (or rather, assumed) a priori.

You may want to ask for help on such problems in sci.image.processing.

Rune
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.