wfbm function wierdly crashes for a range of hurst exponent
Show older comments
The function wfbm(H,L) used to generate a fractional brownian signal returns an error for H
.
H = 0.49;
L=200;
Brownian_signal = wfbm(H,L);
Returns an error inside wfbm itself.
Error using idwt
Lowpass (scaling) and highpass (wavelet) filters must be the same length and
must have an even number of samples.
Error in wfbm (line 145)
CA = idwt(CA,CD,fs1,gs1,len);
However it works fine for H={0.01 0.02 .... 0.48} soo any idea?
Accepted Answer
More Answers (0)
Categories
Find more on Image Transforms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!