Sie sind auf Seite 1von 3

Digital Signal Processing Laboratory

ADC, DAC, SIGNAL AND SYSTEM


===================================================================================

PRE ASSIGNMENT 1st MODUL


ADC, DAC, SIGNAL AND SYSTEM
For doing this Pre Assignment has to follow all of the rules. All the rules and Pre
Assignment programme can be seen and downloaded on each facebook groups (Teknik
Telekomunikasi/ Teknik Elektro) or may contact the practicum assistants of DSP
Laboratory.
A. THEORY
1. Give a brief explanation about:
a. Signal
b. DAC
c. ADC
d. Periodic Signal
e. Decoding
f. Convolution
g. Random signal
h. Discrete-time signal
i. Odd signal
j. Analog signal
k. Encoding
l. Interpolation
m. Digital signal

n.
o.
p.
q.
r.
s.
t.
u.
v.
w.
x.
y.
z.

Nyquist Theorem
Quantization Process
Recursive system
Linear system
Impulse Response
Stable system
Even signal
Static system
Anti causal system
Continuous-time signal
Aliasing
Deterministic signal
Complex signal

2. a. What do you know about DSP system? Explain the architecture of DSP system!
b. Explain the process of ADC and DAC system!
3. a. Mention some kind of basic signal
b. Explain the differences between 1D signal, 2D signal, 3D signal! Give the example
each of them! Mention each parameter of those signal!
4. Explain the ADC and DAC process to send and receive a signal x(t) = 4 sin(10) with
2 bit quantization level in complete explanation!
5. a. Mention and explain some kind of quantization!
b. What are the causes of error quantization? How to solve it?
6. Explain the function of MATLAB syntax bellow:
Twitter: @DSPLaboratory
Facebook: Digital Signal Processing Laboratory of Telkom University
1

Digital Signal Processing Laboratory


ADC, DAC, SIGNAL AND SYSTEM
===================================================================================

a.
b.
c.
d.
e.
f.
g.
h.
i.
j.

stem
plot
subplot
figure
grid on
xlabel
wavplay
wavread
num2str
imread

B. CALCULATION
1.

Calculate the convolution result between x(t) and h(t) signal below! Draw the
convolution result!
x(t)

h(t)
2

-1

2.

Given analog signal as x(t) = 0,5 cos (2000t) and sampling frequency = 4000 Hz.
determine the equation of discrete signal x(n)!

3.

Given the signals as


a.

b.

0.006 s

0.075 s

Determine the sampling frequency bythe Nyquist theorem!

Twitter: @DSPLaboratory
Facebook: Digital Signal Processing Laboratory of Telkom University
2

Digital Signal Processing Laboratory


ADC, DAC, SIGNAL AND SYSTEM
===================================================================================

C. APPLICATION
1. According to the coding bellow:
f1=200
f2=40
t=[0:.1:100]
xt= 2sin(2*pi*(1/f1)*t);
yt= 2sin[2*pi*(1/f2)*t];
z= yt*sin(2*pi*(1/f1)*t);
figure(1);
sbplot(111);plot(t,xt);
sbplot(112);plot(t,yt);
sbplot(113);plot(t,z);
grid:
xlabel(waktu diskrit (n));
ylabel(nilai x(n));
tittle(sinyal diskrit);
Run the source code above in MATLAB. Find and fix the error. Print the right source
code and the result after running the right one! (no print screen!)

2. Make program which show x1(n), x2(n), and x3(n)=5x1(n)+2x2(n) in a single figure
(Print the source code and picture of signal from MATLAB, no print screen!)
x1(n)= u(n+3)+ (n+1)+ (n+2)- 5(n)+ 2(n+1)- (n-2)
x2(n)= 2u(n)- (n-1)- 2u(n-4)- (n-2)
After runnig the program, write and enter clc and clear all in command window!
Explain the differences between both of them!
3. What is the purpose of the pre-assignment? Why it should be done in a book? Why
should submit the copy one? (Write in your book)

Bandung, September 2015


Pembina Laboratorium PSD

Ratri Dwi Atmaja, ST., MT.


Twitter: @DSPLaboratory
Facebook: Digital Signal Processing Laboratory of Telkom University
3

Das könnte Ihnen auch gefallen