I'm only in the beginning of learning wavelet transformation, so I have such naive question.
I have quite simple scaling function with only two non-zero coefficients:
h(0) = h(1) = 1/ sqrt(2)
I have calculated the average and difference part on my own, and now I want to draw a plot to describe my DWT.
How to show this plot using pywt
library on interval [0,1]
My vector is a = [8,2,1,6,3,−9,7,4]
My graph, should look like something similar to this one: https://yadi.sk/i/3MIfn3tF3NRFsB
It is to really clear what you are doing, but to get something that look like the image you gave the link, you can do :
to obtain :