%_________aM__________
clc;
clear all;
close all;
A=1;
t=0:.001:1;
%Ac=input('Enter the carrier signal amplitude=');
fc=input('Enter the carrier signal frequency=');
%Am=input('Enter the modulating signal amplitude=');
fm=input('Enter the modulating signal frequency=');
m=input('Enter the value of m=');
%carrier signal generation
Sc=A*sin(2*pi*fc*t);
subplot(3,1,1);
plot(t,Sc);
title('Carrier Signal');
xlabel('Time');
ylabel('Amplitude');
%modulating signal generation
Sm=A*sin(2*pi*fm*t);
subplot(3,1,2);
plot(t,Sm);
title('Modulating Signal');
xlabel('Time');
ylabel('Amplitude');
%modulated signal
S=(A+m*sin(2*pi*fm*t)).*sin(2*pi*fc*t);
subplot(3,1,3);
plot(t,S);
title('Modulated Signal');
xlabel('Time');
ylabel('Amplitude');
% output:
% Enter the carrier signal frequency=25
% Enter the modulating signal frequency=2
% Enter the value of m=.9
没有合适的资源?快使用搜索试试~ 我知道了~
matlab..rar_easy
共3个文件
m:3个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 196 浏览量
2022-09-24
20:37:52
上传
评论
收藏 1000B RAR 举报
温馨提示
matlab..rar gives some matlab codes like am modulation, circular convolution and pdf distributions which is easy to understand
资源推荐
资源详情
资源评论
收起资源包目录
matlab..rar (3个子文件)
circular_conv.m 738B
am_modulation.m 905B
pdfonly.m 202B
共 3 条
- 1
资源评论
小波思基
- 粉丝: 85
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功