?? 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 + -