0% found this document useful (0 votes)
119 views2 pages

MATLAB Program For AM Signal Generation PDF

The document describes a MATLAB program for generating an amplitude modulated (AM) signal. It prompts the user to input the carrier signal frequency, modulating signal frequency, and modulation index. It then generates the AM signal by multiplying the carrier signal by 1 plus the product of the modulation index and modulating signal. Plots of the amplitude modulated signal and suppressed carrier signal are displayed.

Uploaded by

eeenitt0301
Copyright
© Attribution Non-Commercial (BY-NC)
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)
119 views2 pages

MATLAB Program For AM Signal Generation PDF

The document describes a MATLAB program for generating an amplitude modulated (AM) signal. It prompts the user to input the carrier signal frequency, modulating signal frequency, and modulation index. It then generates the AM signal by multiplying the carrier signal by 1 plus the product of the modulation index and modulating signal. Plots of the amplitude modulated signal and suppressed carrier signal are displayed.

Uploaded by

eeenitt0301
Copyright
© Attribution Non-Commercial (BY-NC)
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/ 2

9/9/13

MATLAB program for AM signal generation

MATLAB program to plo

MATLAB Program for R

MATLAB Program for U

MATLAB Program for R

MATLAB program for AM signal generation

clc; close all; MATLAB program for sa clear all; s5ecelectronicsandco search % AM signal generation MATLAB program for eq fc=input('Please enter the carrier signal frequency in MATLAB program for Id Hz,fc='); fm=input('Please enter the modulating signal frequency in MATLAB program for U Hz,fm='); m=input('Modulation index,m='); MATLAB program to fin n=0:0.001:1; c=sin(2*pi*fc*n); MATLAB program to fin M=sin(2*pi*fm*n); y=(1+m*M).*c; MATLAB program to fin subplot(211); MATLAB program for P plot (n,y); ylabel('Amplitude'); MATLAB program for F xlabel('Time index'); title('Amplitude Modulated signals'); MATLAB program for A y1=M.*c; subplot(212); MATLAB program for ex plot(n,y1); ylabel('Amplitude'); MATLAB program for st xlabel('Time index'); MATLAB program for im title('supressed Carrier');
MATLAB program for sa

MATLAB program for no

Program Code

MATLAB program for sq

Example of Output
Please enter the carrier signal frequency in Hz,fc=50 Please enter the modulating signal frequency in Hz,fm=5
1/2

MATLAB program for R

s5electronicsandcommunication.blogspot.in/2012/10/matlab-program-for-am-signal-generation.html

9/9/13

MATLAB program for AM signal generation

MATLAB Program to ge Matlab program to creat

Modulation index,m=.5

Whenever you are unha

Send feedback

[http://2.bp.blogspot.com/ct2kgzkR_OQ/UhS_cnlC7sI/AAAAAAAAAEI/_ycq6cbWLA8/s1600/AMsignal.bmp]

Posted 22nd October 2012 by zero Labels: b.tech, matlab

s5electronicsandcommunication.blogspot.in/2012/10/matlab-program-for-am-signal-generation.html

2/2

You might also like