資源簡介
比較脈沖壓縮技術與非脈沖壓縮的效果,生成比較圖像
代碼片段和文件信息
close?all;clc;clear?all;
fs=10000;
f0=200;
f1=50;
f2=600;
T=0.2;
t=0:1/fs:T;
x1=sin(2*pi*f0*t);
subplot(211);
y1=(1/T)*xcorr(x1x1)/fs;
t1=(0:1:length(y1)-
評論
共有 條評論
close?all;clc;clear?all;
fs=10000;
f0=200;
f1=50;
f2=600;
T=0.2;
t=0:1/fs:T;
x1=sin(2*pi*f0*t);
subplot(211);
y1=(1/T)*xcorr(x1x1)/fs;
t1=(0:1:length(y1)-
共有 條評論