• 大小: 53KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-08
  • 语言: Matlab
  • 标签: 频域差值  matlab  

资源简介

包含频域差值技术的文档和matlab源代码,对于研究时频变换的同学有很大帮助的。

资源截图

代码片段和文件信息

%Frequency Domain Integration Test
%

%Generate chirp (Down-up linear frequency sweep‘)
dt=512/25000;
fDop0=1000;
nrecs=10000;
tt=[-nrecs/2:nrecs/2-1]*dt;
a= 2*pi*fDop0/tt(1);
phase=a*tt.^2/2;                     %Pure symmetric quadratic phase
fDop =a*tt/(2*pi);                   %Associated linear rate of change

phase_meas=FrequencyDomainIntegrator(fDoptt);

figure
subplot(211)
plot(ttphase-phase(nrecs/2)‘r‘)
ylabel(‘True Phase--rad‘)
grid on
subplot(212)
plot(tt(phase_meas-phase_meas(nrecs/2))-(phase-phase(nrecs/2))‘r‘)
ylabel(‘Phase Error--rad‘)
xlabel(‘time--sec‘)
grid on


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       57301  2009-12-30 18:30  FourierDomainIntegration.pdf
     文件         620  2009-12-30 18:24  FreqDomainIntTest.m
     文件        1476  2009-12-30 18:27  FrequencyDomainIntegrator.m
     文件        1333  2009-12-30 22:48  license.txt
     文件         218  2009-12-30 18:18  nicefftnum.m

评论

共有 条评论