---
jupytext:
  formats: md:myst
  text_representation:
    extension: .md
    format_name: myst
kernelspec:
  name: python3
  display_name: Python 3
---

```{include} ../../_includes/license_block.md
```
# Clutter and Echo Classification


This section provides a collection of example code snippets to show clutter detection and correction as well as echo classification capabilities of $\omega radlib$.


## Examples List
```{toctree}
:hidden:
:maxdepth: 2
Clutter detection using Gabella approach <clutter_gabella>
Clutter detection by using space-born cloud images <clutter_cloud>
Heuristic clutter detection <histo_cut>
Fuzzy echo classification <fuzzy_echo>
2D Membershipfunction HMC <2d_hmc>
Hydrometeor partitioning ratio - GPM <hmcp_gpm>
Hydrometeor partitioning ratio - GroundRadar <hmcp_nexrad>
```
