📄 shiyan1.asv
字号:
close all;clear all;clc;
T=10e-6;
fs=100e6;
t=0:1/fs:T-1/fs;
B=2e6;
k=B/fs*2*pi/max(t);
f0=10e6;
t1=t.*t;
ut=1/sqrt(T)*rectpuls(t,T).*exp(j*2*pi*(k*(t1)/2+f0*t));
figure,subplot(2 1 1),plot(t,ut);
subplot(2 1 2),plot(t,ut);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -