Process Data obtained from Staggered PRF

19 ビュー (過去 30 日間)
Muhammad
Muhammad 2017 年 3 月 31 日
コメント済み: debojit sharma 2021 年 5 月 14 日
a. As shown in the Example Ground Clutter Mitigation with Moving Target Indication (MTI) Radar, when pulse is generated using
step(waveform)
command, different number of samples are generated for each prf. However, to process data from both prfs, some of the samples in larger data set are neglected by using:
pulses(:,m) = rsig(1:length(fast_time_grid));
How the data from both prfs can be processed simultaneously without neglecting data from larger array?
b. How PRF staggering in Matlab can be employed to increase the maximum detectable velocity using Range-Doppler Response?

回答 (1 件)

Honglei Chen
Honglei Chen 2017 年 4 月 3 日
I'm not sure what you mean by simultaneously processing the data from two different PRFs, but what the example does is to process the data that corresponds to the same range, with the assumption that no matter which PRF is used, the clutter does not change from pulse to pulse.
This approach does not work with range Doppler response because the processing in range Doppler response requires a fixed PRF so the Doppler can be extracted. In that case you actually want to get the Doppler information. On the other hand, staggered PRF is often related to MTI, where it only intends to know whether there are targets in motion. The value of Doppler for those moving targets are not sought.
HTH
  1 件のコメント
debojit sharma
debojit sharma 2021 年 5 月 14 日
How can we generate different PRI modulation scheme (jitter, staggered, Dwell and switch etc) of radar signal in matlab?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeRange and Doppler Estimation についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by