0% found this document useful (0 votes)
45 views3 pages

DSP Expt1

This document contains exercises from a Signals Spectra, and Signal Processing Laboratory course at Mapua University. The exercises include evaluating mathematical expressions, defining matrices, performing matrix operations, solving for atmospheric pressure and solving a system of equations. The exercises require calculating answers and using proper MATLAB syntax.

Uploaded by

Benj Mendoza
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views3 pages

DSP Expt1

This document contains exercises from a Signals Spectra, and Signal Processing Laboratory course at Mapua University. The exercises include evaluating mathematical expressions, defining matrices, performing matrix operations, solving for atmospheric pressure and solving a system of equations. The exercises require calculating answers and using proper MATLAB syntax.

Uploaded by

Benj Mendoza
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

MAPUA UNIVERSITY 1Q20202021

EXERCISES:

1. Evaluate the following


a) (0.0004123 + 5.67x10-3) x 0.4567x10-4

Answer: _____________________________________
Syntax: _____________________________________

b) 5√2𝜋/3

Answer: _____________________________________
Syntax: _____________________________________

c) 𝑉 = 𝑉 + ∅ cosh ( − 1) ;

where 𝑉𝑟𝑒𝑓 = 7.25V, ∅ = 0.25V, 𝑉 = 2.75

Answer: _____________________________________
Syntax: _____________________________________

2. Define the ffg matrices:


1 1 3 6 1 3 9 -8
-4 -3 -2 -1 -5 -3 -1 1 )
X= Y=
1 7 3 -1 5 3 4 5
4 2 0 -2 -1 2 -3 4

7 9 -1 7
1 0 -2 10
Z=
2 8 3 -1
5 6 7 8

Syntax:
_____________________________________
____________________________________
_____________________________________

SIGNALS SPECTRA, AND SIGNAL PROCESSING LABORATORY EXPT. 1


MAPUA UNIVERSITY 1Q20202021

Determine the following matrices


a) Q = X+Y

Q=

b) S = X. * Z

S=

c) R = Z./Y

R=

d) T = (X*Y).^2

T=

e) U = all second column of [X,Y,Z,R]


Syntax: _____________________________________

U=

f) V = all third row of [Q; S; X; Z]


Syntax: _____________________________________

V=

SIGNALS SPECTRA, AND SIGNAL PROCESSING LABORATORY EXPT. 1


MAPUA UNIVERSITY 1Q20202021

3. The atmospheric pressure P at h miles above th sea level leads to the equation
ln 𝑃 − ln 52.7 ≈ −0.75ℎ
What is the atmospheric pressure at 3 miles above sea level?
Answer: _____________________________________
Syntax: _____________________________________

4. Determine the roots of the system of equations:


5X1 + X2 – 2X3 = 9
3X1 – 2X2 + X3 = 1
-X1 + 2X2 + 7X3 = 5
Answer:
_____________________________________
_____________________________________
_____________________________________

Syntax:
_____________________________________
_____________________________________
_____________________________________
_____________________________________
_____________________________________
_____________________________________
_____________________________________

SIGNALS SPECTRA, AND SIGNAL PROCESSING LABORATORY EXPT. 1

You might also like