Use MatLAB to solve this
a1 = 8
a2 = 7
f1 = 10
f2 = 12
Equation: sig_ct = a1*sin(2*pi*f1*t) +
a2*cos(2*pi*f2*t)
2. Apply uniform quantization of
4 levels on sig_ct not using
Matlab built in function quantiz(). The quantized
levels must be in the midpoint of each of the quantization ranges.
Show approximately one full cycle of both
sig_ct and the quantized signal
in a single figure window in time domain. In the report, insert the
code as text and attach the figure. Legend,
labels, and title are mandatory. Use
‘*’ marker for sig_ct and
‘x’ marker for the quantized
signal. Use such a sampling frequency value so that the
points of sig_ct and the quantized
signal are visible clearly and comfortably.
(5)
Use MatLAB to solve this a1 = 8 a2 = 7 f1 = 10 f2 = 12 Equation: sig_ct = a1*sin(2*pi*f1*t) + a2*cos(2*pi*f2*t) 2. Apply
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am