Question

Problem 6 Matlab: For a baseband message signal m(t) = 5cos(250t), and carrier signal c(t) = cos(2103t). Sketch the FM modula

matlab is mathematics programing language.you have to write code of matlab, with your output screen shot of waveform

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Matlab Script:

fc = 1000;
fs = 2*fc;
t = 0:1/fs:0.1;
kp1 = pi/2;
mt = 5*cos(2*pi*50*t);
FM1 = cos((2*pi*1000*t)+(kp1*mt));
subplot(211)
plot(t,FM1);
ylabel('FM without using pmmod');
title('k_p = \pi/2');

FM2 = pmmod(mt,fc,fs,kp1);
subplot(212);
plot(t,FM2);
ylabel('FM using pmmod');

kp2 = pi/4;
mt = 5*cos(2*pi*50*t);
FM1 = cos((2*pi*1000*t)+(kp2*mt));
figure(2);
subplot(211)
plot(t,FM1);
ylabel('FM without using pmmod');
title('k_p = \pi/4');

FM2 = pmmod(mt,fc,fs,kp2);
subplot(212);
plot(t,FM2);
ylabel('FM using pmmod');

output:

k = 12 FM without using prmod 16 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 FM using prmod 0 0.01 0.02 0.03 0.04 0.05 0ke=4 FM without using pmmod 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 0.5 M MU FM using prmod 0 0.01 0.02 0.03 0.04

Add a comment
Know the answer?
Add Answer to:
matlab is mathematics programing language.you have to write code of matlab, with your output screen shot...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • In frequency Modulation (FM), the instantaneous frequency of a sinusoidal carrier wave will be modified proportionally...

    In frequency Modulation (FM), the instantaneous frequency of a sinusoidal carrier wave will be modified proportionally to the variation of amplitude of the message signal. Use Matlab to build an FM modulation and demodulation process. The FM coefficient is Kf=80, and the carrier frequency is 300Hz. 1. Generate a baseband signal as show below. Plot the baseband signal in time domain and frequency domain. 2. Create an FM process and plot the modulated signal in time and frequency domain. -1...

  • In frequency Modulation (FM), the instantaneous frequency of a sinusoidal carrier wave will be mo...

    In frequency Modulation (FM), the instantaneous frequency of a sinusoidal carrier wave will be modified proportionally to the variation of amplitude of the message signal. Use Matlab to build an FM modulation and demodulation process. The FM coefficient is Kf=80, and the carrier frequency is 300Hz. 1. Generate a baseband signal as show below. Plot the baseband signal in time domain and frequency domain. 2. Create an FM process and plot the modulated signal in time and frequency domain. -1...

  • I need someone to code this up in C , and show the screen shot shot...

    I need someone to code this up in C , and show the screen shot shot of the output for some input Design an amplitude modulation scheme that will generate the amplitude modulated signal yAM(t) ct)m(t)c(t) where c(t) sin 2rFd is the carrier with carrier frequency F, and m(t)-A,n sin 2πFmt is the modulating signal with amplitude Am and modulating frequency Fm. For initial values you may assume that Fc-6 kHz, Fm-400 Hz and Am-1.

  • Please explain in detail and use MATLAB code. Thank you. Prob. 4-1 FM and PM are,...

    Please explain in detail and use MATLAB code. Thank you. Prob. 4-1 FM and PM are, respectively, defined as FM: A cos ((t) PM: A cos (kpm(t)) The FM and PM coefficients. kf and kp are kf-100 and kp-2, respectively. The carrier frequency is 400 Hz (1) Plot both the time-domain and frequency-domain representation for two independent message signals, m1(t) and m2(t) using MATLAB. Figure 1 is, again, the illustration of the Rectangular pulse (a) Tn1(t) = 11(t _ 0.5)...

  • Question 1 In the shown block diagram, the missing block is an integrator m(1) SIA True...

    Question 1 In the shown block diagram, the missing block is an integrator m(1) SIA True False AA Moving to another question will save this respo Question 2 The narrowband FM signal is expressed as: A(t) cos {2 11 ft+tan- '[kfa(t)}} True False Question 3 Given the message signal m(t) with peak value 2 and carrier signal 5 cos (108 11 t). If ky = x10, the value of (min equals 50.1 MHz O True False Question 4 The following...

  • Help with writing morse code

    Screen Shot 2021-03-17 at 9.57.42 AM.pngScreen Shot 2021-03-17 at 9.57.49 AM.png3 Decoding a Morse Code messageIn this exercise you will decipher a Morse code message sent to Agent 008 by Agent \(007 .\) The last words of Agent 007 were "The future of technology lies in \(\ldots\) " at which point she produced a memory stick containing a MATLAB file ctftmod.mat. The file ctftmod \(.\) mat contains the following:af, bf the denominator and numerator coefficients of a lowpass filter, whose...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT