代码搜索:波形合成
找到约 3,528 项符合「波形合成」的源代码
代码结果 3,528
www.eeworm.com/read/365787/9847099
m program_16_01.m
%生成3个正弦信号
N=1024;
t=1:N;
x1=sin(3*t);
x2=sin(0.3*t);
x3=sin(0.03*t);
%绘制其波形
figure(1);
subplot(3,1,1);plot(t,x1,'LineWidth',2);
xlabel('时间 t/s');ylabel('(sig1)幅值 A');
axis([0 1200 -2 2]);
s
www.eeworm.com/read/362220/10011912
m program_16_01.m
%生成3个正弦信号
N=1024;
t=1:N;
x1=sin(3*t);
x2=sin(0.3*t);
x3=sin(0.03*t);
%绘制其波形
figure(1);
subplot(3,1,1);plot(t,x1,'LineWidth',2);
xlabel('时间 t/s');ylabel('(sig1)幅值 A');
axis([0 1200 -2 2]);
s
www.eeworm.com/read/359349/10154050
m product.m
%=========================================================================
% 信号的时域运算 程序名:product.m
% 本程序给出两个信号之间的加法、乘法运算,并画出相应的波形图
% 设两个信号分别为:f1(t)=(-t+4)[u(t)-u(t-4)],f2(t)=sin(2*pi*t)
% 画出信号f3(
www.eeworm.com/read/357662/10203384
m 例程16-1.m
%生成3个正弦信号
N=1024;
t=1:N;
x1=sin(3*t);
x2=sin(0.3*t);
x3=sin(0.03*t);
%绘制其波形
figure(1);
subplot(3,1,1);plot(t,x1,'LineWidth',2);
xlabel('时间 t/s');ylabel('(sig1)幅值 A');
axis([0 1200 -2 2]);
s
www.eeworm.com/read/424844/10407358
m dm07202.m
%dm07202
%绘制实指数信号波形
syms a t
f=sym('exp(a*t)')
f1=subs(f,'a','-0.5')
subplot(2,3,1)
ezplot(f1,[-3,3])
f2=subs(f,'a','0.5')
subplot(2,3,2)
ezplot(f2,[-3,3])
f3=subs(f,'a','0')
subplot(2,3
www.eeworm.com/read/160251/10549047
m 例程16-1.m
%生成3个正弦信号
N=1024;
t=1:N;
x1=sin(3*t);
x2=sin(0.3*t);
x3=sin(0.03*t);
%绘制其波形
figure(1);
subplot(3,1,1);plot(t,x1,'LineWidth',2);
xlabel('时间 t/s');ylabel('(sig1)幅值 A');
axis([0 1200 -2 2]);
s
www.eeworm.com/read/275630/10806533
m dm07202.m
%dm07202
%绘制实指数信号波形
syms a t
f=sym('exp(a*t)')
f1=subs(f,'a','-0.5')
subplot(2,3,1)
ezplot(f1,[-3,3])
f2=subs(f,'a','0.5')
subplot(2,3,2)
ezplot(f2,[-3,3])
f3=subs(f,'a','0')
subplot(2,3
www.eeworm.com/read/275630/10806662
m dm12501.m
%dm12501
%观察系统函数零、极点分布对系统时域特性的影响
%绘制情况(1)系统零、极点分布图及冲激响应时域波形
num=[1];
den=[1 0];
sys=tf(num,den); %生成系统函数对象
pzmap(num,den); %绘制系统零、极点分布图
pause
impulse(num,den); %绘制系统
www.eeworm.com/read/267307/6933110
ʾ
数字存储示波器
模块:
1、DDS锯齿波发生器:
功能: 输出X路扫屏锯齿波。频率可用键盘精确控制,设置多个挡位;可水平移动波形;
技术指标:(X路)
频率范围:0.5Hz ~ 5kHz,频率步进为0.5 Hz,在输出范围内任意预置挡位;
水平移
www.eeworm.com/read/267307/6933413
ʾ
数字存储示波器
模块:
1、DDS锯齿波发生器:
功能: 输出X路扫屏锯齿波。频率可用键盘精确控制,设置多个挡位;可水平移动波形;
技术指标:(X路)
频率范围:0.5Hz ~ 5kHz,频率步进为0.5 Hz,在输出范围内任意预置挡位;
水平移