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

#include <DCBlocker.h>

Public Attributes

double x1 = 0.0
 
double y1 = 0.0
 

Detailed Description

template<FloatType T>
struct dspark::DCBlocker< T >::OnePoleState

Definition at line 365 of file DCBlocker.h.

Member Data Documentation

◆ x1

template<FloatType T>
double dspark::DCBlocker< T >::OnePoleState::x1 = 0.0

Definition at line 365 of file DCBlocker.h.

◆ y1

template<FloatType T>
double dspark::DCBlocker< T >::OnePoleState::y1 = 0.0

Definition at line 365 of file DCBlocker.h.


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