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

#include <StateVariableFilter.h>

Collaboration diagram for dspark::StateVariableFilter< T >::ChannelState:

Public Attributes

ic1eq = T(0)
 First integrator state.
 
ic2eq = T(0)
 Second integrator state.
 

Detailed Description

template<FloatType T>
struct dspark::StateVariableFilter< T >::ChannelState

Definition at line 298 of file StateVariableFilter.h.

Member Data Documentation

◆ ic1eq

template<FloatType T>
T dspark::StateVariableFilter< T >::ChannelState::ic1eq = T(0)

First integrator state.

Definition at line 300 of file StateVariableFilter.h.

◆ ic2eq

template<FloatType T>
T dspark::StateVariableFilter< T >::ChannelState::ic2eq = T(0)

Second integrator state.

Definition at line 301 of file StateVariableFilter.h.


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