Assignments

From Classes
Jump to: navigation, search
  1. \(\checkmark\) Let \(A=\begin{pmatrix}1&2&3\\4&5&6\\7&8&10\end{pmatrix}\). Find a matrix X such that \(X\cdot A=\begin{pmatrix}7&8&10\\4&5&6\\1&2&3\end{pmatrix}\). What do you get if you compute \(A\cdot X\)?
  2. \(\checkmark\) Find a 4x4 orthogonal matrix with at least 5 non-zero entries.
  3. \(\checkmark\) Can you find a 3x3 orthogonal matrix with no zeroes? Notebook
  4. \(\checkmark\) Find the vertical edges of a grayscale image (of your choice). Hint: For horizontal edges this is done in Notebook 031.
  5. \(\checkmark\) Pick a small grayscale image (your choice) and use matrix transposition and multiplication with suitable matrices to produce the following six images: FN.jpg
  6. In Notebook 032 you have seen how to convert a color image to its YCbCr components. Recreate the original color image from its Y-, Cb- and Cr- components. (Check your result by computing the Peak Signal to Noise Ratio to the original image. Note that when computing the luminance/chrominance components, we round to the nearest integer. )
  7. \(\checkmark\) Problem 3.8
  8. \(\checkmark\) Problem 3.16
  9. Problem 3.23
  10. Problem 3.26
  11. \(\checkmark\) Problem 3.35
  12. \(\checkmark\) Problem 3.37
  13. \(\checkmark\) Problem 3.40
  14. \(\checkmark\) Problem 3.42
  15. \(\checkmark\) Compute the real and/or complex Fourier series for the functions \(f(t)=t\) or \(f(t)=|t|\).
  16. In Notebook 031 a "resampling" algorithm is shown that cuts the number of rows and columns of an image in half. Suppose you want to reduce the number of rows and columns of an image by 20%. The straightforward idea is to delete every fifth row and column, but this leads to unsatisfactory results (see below). Can you come up with an idea and implementation for an improved algorithm that may lead to better results? It may be advantageous to first think about this problem in one dimension (for a vector).
    Lehmer01.png Lehmer02.png
  17. \(\checkmark\) Handout Exercise 1
  18. \(\checkmark\) Handout Exercise 2
  19. \(\checkmark\) Handout Exercise 3
  20. \(\checkmark\) Handout Exercise 4
  21. Handout Exercise 5
  22. \(\checkmark\) Handout Exercise 6
  23. \(\checkmark\) Problem 4.33
  24. Problem 4.34. Problem 4.34(b) seems to be wrong - try \(\overline{c_k}\) instead.
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox