Problem Set 5
This problem set reviews wavelets and time-frequency analysis Total points: 50pt
Problem 1. JPEG-2000 (10pt)
Many of you have heard about the JPEG format of images. Not so many have heard about the JPEG- 2000 format.
Read https://en.wikipedia.org/wiki/JPEG_2000 and answer the following questions.
1. What is the main difference between JPEG-2000 and JPEG?
2. Why are JPEG-2000 never commonly adopted as JPEG?
Problem 2. Programming: wavelet decomposition (10pt)
Take your favorite picture and preprocess it to a grayscale image. Then perform a single-level 2-D wavelet decomposition using your favorite wavelet package (e.g. pywavelets in python). You need to show four images that correspond to the approximation, the horizontal detail, the vertical detail and the diagonal detail, respectively. You can choose to use any wavelet (Haar, Shannon, Daubechies, etc.).
Please submit both your codes and results.
Problem 3. Programming: Dow Jones (10pt)
In this task, you are going to study the Dow Jones Industrial Average Index data over 25 years.
To retrieval, the data, go to https://finance.yahoo.com/quote/%5EDJI/history/, choose “MAX” for Time Period and “Daily” for Frequency. You can download the data and retrieve a time series of the daily close prices.
Plot the spectrogram of the time series of the daily close prices. For instance, you can use “scipy.signal.spectrogram” in python or “spectrogram” in MATLAB. You can choose to use your favorite window function. Please submit both your codes and results.
Problem 4. Shannon MRA (10pt)
Verify that the Shannon approximation gives an MRA by showing Properties 1, 2, 3 in the definition of the MRA.
Problem 5. Orthonormal basis (10pt + (bonus) 5pt)
1. Prove: in an MRA, the family of {ψj,n}j,n∈Z2 is an orthonormal basis of L2(R).
2. (Bonus) Given an example of a function ψ ∈ L2(R) such that j=Σ−∞ ψˆ(2jω) 2 = 1, for all ω 0 , but {ψj,n}j,n∈Z2 is not an orthonormal basis of L2(R).
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme