Community Profile

ROHIT M S


Active since 2017

Followers: 0   Following: 0

Statistics

  • First Review

View badges

Feeds

View by

Answered
Please help solving this...Haar wavelet
[x, y] = meshgrid(0.01:0.01:0.15, -1.2:0.1:1.2); % t= -1<=0<=1; % a=[0.01 0.01 0.15]; % b=[-1.2 0.1 1.2];...

7 years ago | 0

Question


Please help solving this...Haar wavelet
<</matlabcentral/answers/uploaded_files/80869/smooth.png>> I have attached the figure and my code ,,,,,,i need to get this ...

7 years ago | 1 answer | 0

1

answer

Answered
Wavelet transform of the characteristic function over the interval [−1; 1]
myfunction = @(x,y) (x^2 + y^2 + x*y); x = 1; y = 10; z = myfunction(x,y); z = 111; c = 1111; mygrid = @(x,y) ndgrid((-x...

7 years ago | 0

Question


Wavelet transform of the characteristic function over the interval [−1; 1]
Wavelet transform of the characteristic function of the interval [a,b] with varying a and b, varying mother wavelets and several...

7 years ago | 1 answer | 0

1

answer