The document presents a new Cyber Physical Stream (CPS) algorithm for selecting predominant items from large data streams. The algorithm works well for item frequencies starting from 2%. It is designed for use in intelligent Software-Defined Storage systems combined with fuzzy indexing. Experiments show CPS improves accuracy and efficiency over previous algorithms. CPS is inspired by a brain model and works by incrementing a "voltage" value when items match and decrementing it otherwise, selecting the item with highest voltage. It performs well on both uniform random and Zipf's law distributed streams, with optimal parameter values depending on the distribution.