Wavelet Toolbox
  Go to function:
    Search    Help Desk 
wnoise    Examples   See Also

Generate noisy wavelet test data.

Syntax

Description

X = wnoise(NUM,N) returns values of test function number NUM, on a 2N sample of [0,1].

[X,XN] = wnoise(NUM,N,SNRAT) returns a test vector X as above, rescaled such that std(x) = SNRAT. The returned vector XN contains the same test vector corrupted by additive Gaussian white noise N(0,1). XN has a signal-to-noise ratio of SNRAT.

[X,XN] = wnoise(NUM,N,SNRAT,INIT) returns previous vector X and XN, but the generator seed is set to INIT value.

The six functions are due to Donoho and Johnstone (See Reference):

NUM = 1
Blocks
NUM = 2
Bumps
NUM = 3
Heavy sine
NUM = 4
Doppler
NUM = 5
Quadchirp
NUM = 6
Mishmash

Examples

See Also

wden

References

D.L. Donoho, I.M. Johnstone(1994), "Ideal spatial adaptation by wavelet shrinkage," Biometrika, vol 81, pp. 425-455.



[ Previous | Help Desk | Next ]