Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
39 views
2 pages
All All: % Time Variable
Uploaded by
Ridwan Rahii
AI-enhanced title
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
Download
Save
Save L5Work2.pdf For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
0 ratings
0% found this document useful (0 votes)
39 views
2 pages
All All: % Time Variable
Uploaded by
Ridwan Rahii
AI-enhanced title
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
Carousel Previous
Carousel Next
Download
Save
Save L5Work2.pdf For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
Download
Save L5Work2.pdf For Later
You are on page 1
/ 2
Search
Fullscreen
clc; clear all; close all;
t = 0:1/8000:3; % time variable
fs = 8000;
fc = 10; % frequency of carrier signal
fm = 1; % frequency of message signal
kpm = pi/2; % phase deviation constant
mt = 1 + sin(6*pi*fm*t); %message signal
ct = cos(2*pi*fc*t); %carrier signal
x = pmmod(mt,fc,fs,kpm); %Modulated signal
y = abs(pmdemod(x,fc,fs,kpm)); %Demodulated signal
subplot(4,1,1)
plot(t,mt,'b','linewidth',2); grid on;
title('Message Signal');
axis([0 3 -1 3]);
subplot(4,1,2)
plot(t,ct,'r','linewidth',2); grid on;
title('Carrier Signal');
subplot(4,1,3)
plot(t,x,'g','linewidth',2); grid on;
title('Phase Modulated Signal');
subplot(4,1,4)
plot(t,y,'m','linewidth',2); grid on;
title('Phase Demodulated Signal');
1
Published with MATLAB® R2017b
You might also like
%redwan Kabir Khan 32710043: All All
PDF
No ratings yet
%redwan Kabir Khan 32710043: All All
2 pages
WM
PDF
No ratings yet
WM
4 pages
WMC 1
PDF
No ratings yet
WMC 1
19 pages
Dcs
PDF
No ratings yet
Dcs
2 pages
لقطة شاشة 2024-04-15 في 6.40.09 م
PDF
No ratings yet
لقطة شاشة 2024-04-15 في 6.40.09 م
10 pages
Nama: Farah Adiba NRP: 1210131035 Kelas: 2 D4 Teknik Telekomunikasi B Syntax
PDF
No ratings yet
Nama: Farah Adiba NRP: 1210131035 Kelas: 2 D4 Teknik Telekomunikasi B Syntax
9 pages
Communication Lab
PDF
No ratings yet
Communication Lab
20 pages
Pcs 2
PDF
No ratings yet
Pcs 2
14 pages
Matlab Code For Digital Modulation Techniques
PDF
100% (1)
Matlab Code For Digital Modulation Techniques
25 pages
ASK 3 Sinyal
PDF
No ratings yet
ASK 3 Sinyal
3 pages
PCS Codes - 250526 - 084143
PDF
No ratings yet
PCS Codes - 250526 - 084143
14 pages
12314
PDF
No ratings yet
12314
13 pages
BECE304P-analog LAB SOFT
PDF
No ratings yet
BECE304P-analog LAB SOFT
23 pages
MATLAB Code For Amplitude Modulation
PDF
50% (2)
MATLAB Code For Amplitude Modulation
2 pages
Cematlab
PDF
No ratings yet
Cematlab
12 pages
Study of Amplitude Modulation and Demodulation Using MATLAB
PDF
No ratings yet
Study of Amplitude Modulation and Demodulation Using MATLAB
13 pages
Eee3110 Exp01
PDF
No ratings yet
Eee3110 Exp01
8 pages
Experiment No.: 02 Name of The Experiment: SSB Modulation Using MATLAB Coding
PDF
No ratings yet
Experiment No.: 02 Name of The Experiment: SSB Modulation Using MATLAB Coding
8 pages
AC Lab Manual PDF
PDF
No ratings yet
AC Lab Manual PDF
55 pages
Principles of Communications: Laboratory Activity 1
PDF
No ratings yet
Principles of Communications: Laboratory Activity 1
7 pages
All All: For If
PDF
No ratings yet
All All: For If
2 pages
LAB1 and 2
PDF
No ratings yet
LAB1 and 2
15 pages
Matlab Code For BPSK Modulation
PDF
0% (1)
Matlab Code For BPSK Modulation
2 pages
AkanshaKhandelwalMCA (SE) 2ndsem
PDF
No ratings yet
AkanshaKhandelwalMCA (SE) 2ndsem
35 pages
Comm Lab Expt 8
PDF
No ratings yet
Comm Lab Expt 8
14 pages
Digital Modulation
PDF
No ratings yet
Digital Modulation
2 pages
Matlab Code Example
PDF
No ratings yet
Matlab Code Example
4 pages
Pcs New Lab Programs
PDF
No ratings yet
Pcs New Lab Programs
21 pages
23bec1231 Acslab3
PDF
No ratings yet
23bec1231 Acslab3
3 pages
EC21B1005 TharakL2
PDF
No ratings yet
EC21B1005 TharakL2
21 pages
FSK Modulation: Aim: Software Required
PDF
No ratings yet
FSK Modulation: Aim: Software Required
7 pages
If End: % Representation of The Message Signal % Representation of The DSBSC Signal
PDF
No ratings yet
If End: % Representation of The Message Signal % Representation of The DSBSC Signal
8 pages
FA23 PCS Lab3
PDF
No ratings yet
FA23 PCS Lab3
16 pages
List of Simulation Experiments For Analog Modulation Techniques
PDF
No ratings yet
List of Simulation Experiments For Analog Modulation Techniques
27 pages
Explanation
PDF
No ratings yet
Explanation
2 pages
Matlab Code:: All All 'Enter The Frequency of Carrier ' 'Enter The Frequency of Pulse '
PDF
No ratings yet
Matlab Code:: All All 'Enter The Frequency of Carrier ' 'Enter The Frequency of Pulse '
4 pages
Adc Sai
PDF
No ratings yet
Adc Sai
18 pages
Matlab Code
PDF
No ratings yet
Matlab Code
10 pages
Digital Communication EC - 301
PDF
No ratings yet
Digital Communication EC - 301
19 pages
% Message Signal % Carrier Signal Frequency % Carrier Signal % Phase Deviation % Modulated Signal % Demodulated Signal
PDF
No ratings yet
% Message Signal % Carrier Signal Frequency % Carrier Signal % Phase Deviation % Modulated Signal % Demodulated Signal
9 pages
9/3/21 10:12 PM D:/IV Sem/Commlab/Lab1/lab12.m 1 of 2: All All
PDF
No ratings yet
9/3/21 10:12 PM D:/IV Sem/Commlab/Lab1/lab12.m 1 of 2: All All
2 pages
Simulation of PSK Modulation and Demodulation
PDF
No ratings yet
Simulation of PSK Modulation and Demodulation
3 pages
Ac Lab Matlab Codes
PDF
No ratings yet
Ac Lab Matlab Codes
15 pages
NSS Experiment 11 Updated
PDF
No ratings yet
NSS Experiment 11 Updated
9 pages
ADCexp 4
PDF
No ratings yet
ADCexp 4
8 pages
ASK and PSK
PDF
No ratings yet
ASK and PSK
7 pages
Ecom Lab Practical
PDF
No ratings yet
Ecom Lab Practical
13 pages
Mat Lab Program For F SK Transmitter and Receiver
PDF
No ratings yet
Mat Lab Program For F SK Transmitter and Receiver
3 pages
NAME-Aditya Bhura SCHOLAR ID - 1914033 Ece-A Experiment-3 TITLE/AIM OF THE EXPERIMENT: DSBSC Modulation and Demodulation Software Used:Matlab Theory
PDF
No ratings yet
NAME-Aditya Bhura SCHOLAR ID - 1914033 Ece-A Experiment-3 TITLE/AIM OF THE EXPERIMENT: DSBSC Modulation and Demodulation Software Used:Matlab Theory
9 pages
Poc Lab Manual Correct
PDF
No ratings yet
Poc Lab Manual Correct
28 pages
Communication Lab Open Ended
PDF
No ratings yet
Communication Lab Open Ended
6 pages
WC Lab File
PDF
No ratings yet
WC Lab File
30 pages
361 Cs Journal Tejas 01fe22bec162
PDF
No ratings yet
361 Cs Journal Tejas 01fe22bec162
46 pages
Digital Communication Systems: Name:D.V.Sahithi REGNO:18BEC2011 SLOT:L29+L30 Faculty:Prof - Velmuragn.T
PDF
No ratings yet
Digital Communication Systems: Name:D.V.Sahithi REGNO:18BEC2011 SLOT:L29+L30 Faculty:Prof - Velmuragn.T
12 pages
Practica 3
PDF
No ratings yet
Practica 3
4 pages
Principles of Communication Engineering Practical
PDF
No ratings yet
Principles of Communication Engineering Practical
30 pages
Matlab File
PDF
No ratings yet
Matlab File
16 pages
Adc Software Avinash (1) 44
PDF
No ratings yet
Adc Software Avinash (1) 44
18 pages
Statistics for Spatio-Temporal Data
From Everand
Statistics for Spatio-Temporal Data
Noel Cressie
No ratings yet
Digital Signal and Image Processing using MATLAB, Volume 3: Advances and Applications, The Stochastic Case
From Everand
Digital Signal and Image Processing using MATLAB, Volume 3: Advances and Applications, The Stochastic Case
Gérard Blanchet
3/5 (1)