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

#include <LadderFilter.h>

Public Attributes

std::array< T, 4 > z {}
 

Detailed Description

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

Definition at line 244 of file LadderFilter.h.

Member Data Documentation

◆ z

template<FloatType T>
std::array<T, 4> dspark::LadderFilter< T >::ChannelState::z {}

Definition at line 246 of file LadderFilter.h.


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