1 / 2

Homework 5 (Due: 6/29)

Homework 5 (Due: 6/29). Write a Matlab program that can generate the forward and inverse N -point number theoretic transform matrices (modulus M ). [A, B] = NTTm(N, M) % A: forward, B: inverse

delu
Download Presentation

Homework 5 (Due: 6/29)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Homework 5 (Due: 6/29) • Write a Matlab program that can generate the forward and inverseN-point number theoretic transform matrices (modulus M). • [A, B] = NTTm(N, M) % A: forward, B: inverse • The outputs A and B are NN matrices. Choose the smallest . • The Matlab program should be mailed to me. (25 scores) (2) (a) What are the advantages and the disadvantages of the Walsh transform when compared with the DFT? (b) What are the advantages and the disadvantages of the Jacket transform when compared with the Walsh transform? (20 scores) (3) How many addition operations for the 2k point Haar transform (expressed the solution in term of k) (15 scores)

  2. (4) Which are the possible applications of the NTT? Why? (a) Filter design. (b) Calculating the convolution of x[n] and h[n]. The values of x[n] and h[n] are small. (c) Data compression. (d) Encryption. (20 scores) (5) (a) What is the results of CDMA if there are three data [1 0 1], [0 1 0], [1 1 0]and these three data are modulated by the 1st, 3th, and 7th rows of the 16-point Walsh transform? (b) Is it better to use the Haar transform for CDMA? Why? (20 scores)

More Related