Deltanotationen
Deltanotationen, also known as delta notation or delta coding, is a data compression technique that stores the differences between consecutive data points rather than the raw data itself. This method is particularly effective for data streams where values tend to change incrementally, such as sensor readings, time-series data, or audio signals.
The core principle of Deltanotationen is to calculate the difference, or "delta," between the current data point
The effectiveness of Deltanotationen relies on the assumption that the delta values will be smaller in magnitude