math - partially reconstruct information of function convoluted with boxcar kernel -
the function (f) want reconstruct partially this:
the following properties known:
it consists of alternating plateau (high/low).
so first derivation 0 respectively undefined @ edges.
the function convoluted kernel fulfilling following conditions:
it boxcar function
its center @ x=0
its integral 1.
i want reconstruct positions of edges of original function (f) convolution result (c). these positions of interest me:
if convolution kernel width (k) less minimum plateau width (b, 40 in example above) of f, c looks follows: (the width of box car convolution kernel here k=31.)
in case easy reconstruct edge positions: (possibly broad) extrema, , in between neighbours [e1_x, e1_y] , [e2_x, e2_y] (one of them minimum , 1 maximum of course), search x0 fulfilling: c(x0) = (e1_y + e2_y) / 2.
the reconstructed edge positions that:
but if k > b approach fails: (k=57)
is there possibility calculate original edge positions in f, if g (and k) , c known, k>b cases?
Comments
Post a Comment