Go to the source code of this file.
Classes | |
class | FilteredNumber |
A filtered number is a presentation of a value as a weighted sum of past values. More... | |
class | FilteredNumber< T, sampleCount, 0 > |
This implementation is provided for completeness sake, and is merely a wrapper for the last sample passed to setValue. More... | |
class | FilteredNumber< T, sampleCount, 1 > |
This is the stop class template specialisation for the recursive template definition of FilteredNumber. More... |