|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
Per-channel FIR state. More...
#include <Oversampling.h>
Public Attributes | |
| std::vector< T > | history |
| Contiguous sliding-window history for the FIR convolution. | |
Per-channel FIR state.
Definition at line 263 of file Oversampling.h.
| std::vector<T> dspark::Oversampling< T, MaxChannels >::PolyphaseHalfBand::ChannelState::history |
Contiguous sliding-window history for the FIR convolution.
Definition at line 264 of file Oversampling.h.