資源簡介
基于matlab的時延估計算法的互相關函數仿真源代碼
代碼片段和文件信息
dt=.1;?
t=[0:dt:100];?
x=3*sin(t);?
y=cos(3*t);
subplot(311);
plot(tx);?
subplot(312);
plot(ty);
[ab]=xcorr(xy);?
su
評論
共有 條評論
dt=.1;?
t=[0:dt:100];?
x=3*sin(t);?
y=cos(3*t);
subplot(311);
plot(tx);?
subplot(312);
plot(ty);
[ab]=xcorr(xy);?
su
共有 條評論