Research Article
The Optimization Problems of Transmit and Receive Design for Radar Operating in Littoral Zones
Algorithm 1
Clutter spikes selection algorithm (CSSA).
| Input: the index of the CUT. | | Output: the spike descriptor set; | | Begin: | | Estimation: estimate the SDs of the spikes and construct the descriptor set ; | | Version I: A threshold is used to determine whether a range cell contains a clutter spike: | | Selection: = select * from where ; | | Version II: The total number of the suppressed range cell is fixed: | | Selection: = select top * from ordered by descending; | | End. |
|