1D Deconvolution
One-dimensional deconvolution
This page contains the computational Matlab files related to the book
Linear and Nonlinear Inverse Problems with Practical Applications
written by Jennifer Mueller and Samuli Siltanen and published by SIAM in 2012.
You can order the book at the SIAM webshop.
Simulation of convolution data
You will need these files:
, , .
These routines create and plot high-resolution convolution data:
, .
For practical purposes we need discrete and not so high-dimensional data:
, .
You can try out naive deconvolution:
Truncated SVD
Here is a routine for recovering the original signal from convolution data using truncated singular value decomposition. Note that the program pauses after each plot and waits for you to press any key to continue. You can see how the reconstruction changes when more singular vectors are used.
Tikhonov regularization
In this routine you can use classical Tikhonov regularization for the deconvolution task. Try to change the regularization parameter and see what happens!
This file implements generalized Tikhonov regularization with derivative penalty. Again, test the effect of changing the regularization parameter.
Total variation regularization
Here we apply the total variation regularization to the deconvolution problem.