Class: Vdsp::Biquad::Coefficient
- Inherits:
-
Struct
- Object
- Struct
- Vdsp::Biquad::Coefficient
- Defined in:
- lib/vdsp.rb
Instance Attribute Summary collapse
-
#a1 ⇒ Object
Returns the value of attribute a1.
-
#a2 ⇒ Object
Returns the value of attribute a2.
-
#b0 ⇒ Object
Returns the value of attribute b0.
-
#b1 ⇒ Object
Returns the value of attribute b1.
-
#b2 ⇒ Object
Returns the value of attribute b2.
Instance Attribute Details
#a1 ⇒ Object
Returns the value of attribute a1
26 27 28 |
# File 'lib/vdsp.rb', line 26 def a1 @a1 end |
#a2 ⇒ Object
Returns the value of attribute a2
26 27 28 |
# File 'lib/vdsp.rb', line 26 def a2 @a2 end |
#b0 ⇒ Object
Returns the value of attribute b0
26 27 28 |
# File 'lib/vdsp.rb', line 26 def b0 @b0 end |
#b1 ⇒ Object
Returns the value of attribute b1
26 27 28 |
# File 'lib/vdsp.rb', line 26 def b1 @b1 end |
#b2 ⇒ Object
Returns the value of attribute b2
26 27 28 |
# File 'lib/vdsp.rb', line 26 def b2 @b2 end |