% sine100hz.m generate 100 Hz sine wave with sampling rate fs=1/Ts
clear;
f=1000; % frequency of wave
time = 0.1; % total time in seconds
Ts = 1/10000; % sampling interval
t = Ts:Ts:time; % define a "time" vector
tmp = rand(1,10);
for n=1:10
if(tmp(n)>0.5)
tmp1(n) = 1;
else
tmp1(n) = -1;
end
end
for i=1:10
for j=1:100
band((i-1)*100+j) = tmp1(i);
end
end
w=sin(2*pi*f*t); % define the sine wave
v = w.*band;
nco = sin(2*pi*(f+20)*t + pi*0/180);
r = v.*nco;
figure(1);
subplot(4,1,1)
plot(t,band); % plot the sine vs. time
xlabel('seconds') % label the x axis
subplot(4,1,2)
plot(t,w); % plot the sine vs. time
xlabel('seconds') % label the x axis
subplot(4,1,3)
plot(t,v); % plot the sine vs. time
xlabel('seconds') % label the x axis
subplot(4,1,4)
plot(t,r); % plot the sine vs. time
xlabel('seconds') % label the x axis
duchangbin0467du
- 粉丝: 1
- 资源: 3
最新资源
- 前端分析-2023071100789
- 2024.12.15.628585v1.full-复制.pdf
- html+css网页设计 美食 美食模版1个页面
- FL008-V1.1.1-基于单片机水位控制系统设计(1).pdf
- 程序员简历模板-供参考
- 程序员专用简历.zip
- 构网型 模块化多电平变流器 MMC 的VSG控制 同步发电机控制 MATLAB–Simulink仿真模型,可按需求定制 10电平.14电平,任意电平可做 三相MMC,采用VSG控制 设置负荷变动
- node管理工具 nvm
- 一个简洁使用的程序员简历模板.zip 包含个人经历-专业技能-项目经历
- 程序员简历模板-简洁、清晰
- 高压直流输电Matlab simulink仿真 采用三电平流器 整流侧采用直流电压外环+电流内环控制,逆变侧采用有功 无功功率外环+电流内环控制 下图依次为整流侧和逆变侧输出电压电流及有功无功图
- Rational Rose基础
- 程序员简历模板-单页单色53.docx
- 前端分析-2023071100789
- 程序员简历,个人学习整理,仅供参考
- 程序员简历模板-行业通用模板
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈