Radar - CFAR Threshold and Probabilities (Noise and Swerling)
조회 수: 6 (최근 30일)
이전 댓글 표시
Hello,
CFAR (constant false alarm rate) performance depends on probabilites of noise and target signals.
Why is the noise typcially Rayleigh shaped and not white? Do you have matlab files for the topics (noise and swerling targets)?
Can you point to information sources on such topics?
Thanks
댓글 수: 0
답변 (2개)
Wayne King
2012년 8월 8일
편집: Wayne King
2012년 8월 8일
Hi, I think you maybe confusing the term "white" with Gaussian.
In terms of the Rayleigh distribution and Swerling models, that assumption is asserted for the voltage distribution (not power) for the Swerling models 1 and 2. The power distribution for those models is exponential. The Rayleigh distribution comes from taking the square root to obtain the voltage.
Swerling models 1 and 2 are applicable when you have a large number of equal-strength scatterers without having a dominant one. The question you are asking is why in those cases do you get exponential instead of Gaussian (I assume you meant Gaussian when you said white)
Normally, if you sum a number of equally-weak or strong random influences you get something that is Gaussian, but remember in this context you are talking about POWER, and you are really talking about the magnitude squared of a complex number (radar data being assumed to be complex-valued baseband samples). Assume you have a complex number with real and imaginary parts both Gaussian and independent (arising from the situation of a number of equal-strength scatterers), the magnitude squared is the sum of the real part squared and the imaginary part squared. That is exponential with mean two (chi-square with 2 dof).
The difference between Swerling models 1 and 2 comes from the decorrelation time ("scan-to-scan" vs. "pulse-to-pulse")
In terms of MATLAB code, have you looked at the Phased Array System Toolbox.
That toolbox has a number of utilities for simulating Swerling models and for CFAR detection.
댓글 수: 0
Honglei Chen
2012년 8월 8일
Like Wayne mentioned in the post, you may want to take a look at Phased Array System Toolbox.
Another point regarding your Rayleigh distribution question. CFAR is in general done in a noncoherent fashion, i.e., either magnitude or power. If you have a complex white Gaussian noise, its magnitude distribution obeys Rayleigh distribution.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!