Show / Hide Table of Contents

Class FilterButterworth

Inheritance
System.Object
FilterButterworth
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DelsysAPI.Transforms
Assembly: DelsysAPI.dll
Syntax
public class FilterButterworth

Constructors

FilterButterworth(Double, Double, FilterButterworth.PassType, Double)

Declaration
public FilterButterworth(double frequency, double sampleRate, FilterButterworth.PassType passType, double resonance)
Parameters
Type Name Description
System.Double frequency
System.Double sampleRate
FilterButterworth.PassType passType
System.Double resonance

Properties

Value

Declaration
public double Value { get; }
Property Value
Type Description
System.Double

Methods

Update(Double)

Declaration
public void Update(double newInput)
Parameters
Type Name Description
System.Double newInput
Back to top Generated by DocFX