Class: DSP::Lpc::Model
- Inherits:
-
Data
- Object
- Data
- DSP::Lpc::Model
- Defined in:
- lib/dsprb/lpc.rb,
sig/dsprb.rbs
Instance Attribute Summary collapse
-
#coefficients ⇒ Object
readonly
Returns the value of attribute coefficients.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#coefficients ⇒ Object (readonly)
Returns the value of attribute coefficients
60 61 62 |
# File 'lib/dsprb/lpc.rb', line 60 def coefficients @coefficients end |
#error ⇒ Object (readonly)
Returns the value of attribute error
60 61 62 |
# File 'lib/dsprb/lpc.rb', line 60 def error @error end |
Class Method Details
.new ⇒ Model
296 |
# File 'sig/dsprb.rbs', line 296
def self.new: (coefficients: ::Array[::Float], error: ::Float) -> Model
|