Draft report writeup - 1D problem; 2D Fourier partial sums
Pen and Paper Exercises
Compute (analytically) the Fourier coefficients of the following functions:
Matlab Exercises
for
loops; you can then replace the for
loops using matrix-matrix multiplication for improved efficiency.) for
loops (or matrix multiplications) from your previous simulation with the (1D) ComputeFourierReconstruction
Matlab script. You can do this by reconstructing the function along either rows or columns. Verify that both variants yield the same reconstruction.EdgeEnhancedReconstruction
Matlab script to improve the quality of your reconstruction. Describe qualitatively the reconstruction properties. Are the Gibbs artifacts completely eliminated?FindJumps
Matlab script.In each case, generate a plot of the error (in 2-norm and infinity-norm) as a function of N - the number of Fourier coefficients used.
Documents to Prepare