Empirical validation and verification of error bounds and edge detection methods; Two-dimensional Fourier sums.
Empirical Evaluation of Error Bounds
Last week, you worked out analytical error bounds for the Fourier partial sum reconstruction
as well as the edge-augmented Fourier sum (assuming true jump locations and heights)
Verify these bounds with numerical simulations in Matlab.
Pen and Paper Exercises
Error Bound for Edge-Augmented Fourier Reconstruction with Estimated Edges
Can you extend your analytical results from last week to the case where you use approximate or estimated edge information?
Empirical Evaluation of Edge Detection/Estimation Schemes
sig2*randn(size(coefficients))
Here, sig2
is the variance of noise and coefficients
is a vector of Fourier coefficients. Plot/tabulate the error in jump locations and jump heights as a function of the added noise variance (Note: when performing experiments with random noise, you may want to report the average error over several trials).Note: Try and write Matlab code (that you can eventually make public on the web) that is readable, well-documented and can recreate your figures/tables/other technical results.
Documents to Prepare