• 大小: 907B
    文件类型: .m
    金币: 2
    下载: 1 次
    发布日期: 2021-05-10
  • 语言: Matlab
  • 标签: matlab  

资源简介

mti的matlab程序 ,已经仿真通过

资源截图

代码片段和文件信息

function [outputdatas ] = MTI( dataMatrixNClutterFreq)
% dataMatrix  row is fast time(distance)dimension,and column is space slow time(pulse) dimension
% N, pulse number of canceller
% ClutterFreq, estimation of clutter normolized central angular frequncy 

% outputdatasMTI output

[ML]=size(dataMatrix);% M is slow time dimension,and L is for  fast time dimension.

% canceller filter coefficients
switch N
    case 2
        h=[1

评论

共有 条评论