Class: Vdsp::Biquad::Coefficient

Inherits:
Struct
  • Object
show all
Defined in:
lib/vdsp.rb

Instance Attribute Summary collapse

Instance Attribute Details

#a1Object

Returns the value of attribute a1

Returns:

  • (Object)

    the current value of a1



26
27
28
# File 'lib/vdsp.rb', line 26

def a1
  @a1
end

#a2Object

Returns the value of attribute a2

Returns:

  • (Object)

    the current value of a2



26
27
28
# File 'lib/vdsp.rb', line 26

def a2
  @a2
end

#b0Object

Returns the value of attribute b0

Returns:

  • (Object)

    the current value of b0



26
27
28
# File 'lib/vdsp.rb', line 26

def b0
  @b0
end

#b1Object

Returns the value of attribute b1

Returns:

  • (Object)

    the current value of b1



26
27
28
# File 'lib/vdsp.rb', line 26

def b1
  @b1
end

#b2Object

Returns the value of attribute b2

Returns:

  • (Object)

    the current value of b2



26
27
28
# File 'lib/vdsp.rb', line 26

def b2
  @b2
end