Adc Lab Matlab STUDENT
Adc Lab Matlab STUDENT
DEPT OF ECE,MITS
Program:
DEPT OF ECE,MITS
Result:
DEPT OF ECE,MITS
Program:
DEPT OF ECE,MITS
Result:
DEPT OF ECE,MITS
Program:
DEPT OF ECE,MITS
Result:
DEPT OF ECE,MITS
Algorithm:
FSK modulation
Generate two carriers signal.
1. Generate binary data, message signal and inverted message signal
2. Start FOR loop
3. Multiply carrier 1 with message signal and carrier 2 with inverted message signal
4. Perform addition to get the FSK modulated signal
5. Plot message signal and FSK modulated signal.
6. End FOR loop.
7. Plot the binary data and carriers.
FSK demodulation
1. Start FOR loop
2. Perform correlation of FSK modulated signal with carrier 1 and carrier 2 to get two decision
variables x1 and x2.
DEPT OF ECE,MITS
Model graph:
Result:
DEPT OF ECE,MITS
transmiter
Reciver
DEPT OF ECE,MITS
Algorithm
QPSK modulation
1. Generate quadrature carriers.
2. Start FOR loop
3. Generate binary data, message signal(bipolar form)
4. Multiply carrier 1 with odd bits of message signal and carrier 2 with even bits of message
signal
5. Perform addition of odd and even modulated signals to get the QPSK modulated signal
6. Plot QPSK modulated signal.
7. End FOR loop.
8. Plot the binary data and carriers.
QPSK demodulation
1. Start FOR loop
2. Perform correlation of QPSK modulated signal with quadrature carriers to get two decision
variables x1 and x2.
3. Make decision on x1 and x2 and multiplex to get demodulated binary data.
If x1>0and x2>0, choose 11. If x1>0and x2<0, choose 10. If x1<0and x2>0, choose
01. If x1<0and x2<0, choose 00.
End FOR loop
4.Plot demodulated data
Program:
DEPT OF ECE,MITS
Result:
DEPT OF ECE,MITS
PROGRAM:
Result:
DEPT OF ECE,MITS