DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::Oversampling< T, MaxChannels >::PolyphaseHalfBand::ChannelState Struct Reference

Per-channel FIR state. More...

#include <Oversampling.h>

Public Attributes

std::vector< T > history
 Contiguous sliding-window history for the FIR convolution.
 

Detailed Description

template<typename T, int MaxChannels = 16>
struct dspark::Oversampling< T, MaxChannels >::PolyphaseHalfBand::ChannelState

Per-channel FIR state.

Definition at line 263 of file Oversampling.h.

Member Data Documentation

◆ history

template<typename T , int MaxChannels = 16>
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.


The documentation for this struct was generated from the following file: