Determine the complex exponential of following signals
X(t) = cos (2t+π/4)
Determine the complex exponential of following signals X(t)=sin w0t
Cache consists of a total of 128 blocks. The main memory contains 2K
blocks, each consisting of 32 words.
( I ) How many bits are there in each of the TAG, BLOCK and WORD
field in case of direct mapping?
( ii ) How many bits are there in each of the TAG, SET, and WORD
field in case of 4-way set-associative mapping?
Consider a memory of 8 words per block. If 2 clock cycle are required to transfer address
from CPU to main memory and 6 clock cycle to access the 1st word and 3 clock cycle each for
consecutive words and 2 clock cycle for transferring the word from memory to cache. Then
calculate the total clock cycle required to transfer the block with interleaving and without
interleaving if the number of module is four.
draw an isometric view of hexagonal prism with 50mm height and 25mm base.
draw an isometric view of frustum of cone with 50mm height, 50mm base diameter, and 30mm top diameter.
Suppose the xy plane is electrically charged with a constant charge
density σ. Find the electric field at a height h from the xy plane.
A delta modulator has the message signal
Determine the minimum sampling frequency to avoid slope overload distortion if the value of ∆ is
0.05π.
Python a program that allocates 10 points in a list of MyPoint, initializes to (1, 1), (2,
2), ... (10, 10), and print all the points.
Hints: You need to create an empty list and append each of the 10 MyPoint
instances.
points = []
for I in range(1,11):
points.append(MyPoint(i,i))
The current selected programming language is C. we emphasize the submission of a fully working code over partially correct but efficient code. Once submitted you cannot review this problem again. You can use printf() to debug your code. The printf() may not work in the case of syntax/runtime error. The version of GCC being used is 5.5.0.