DSP::Sig
Inherits Enumerable < Reference < Object
Constructors
new(data : Array(Float64), sample_rate : Float64)
SourceInstance methods
*(other : Float64)
Source*(other : Sig)
Source*(other : Array(Float64))
Source+(other : Float64)
Source+(other : Sig)
Source+(other : Array(Float64))
Source-(other : Float64)
Source-(other : Sig)
Source-(other : Array(Float64))
Source/(other : Float64)
Source/(other : Sig)
Source/(other : Array(Float64))
Sourceclone
Sourcedata
Sourceeach(*args, **options)
Sourceeach(*args, **options, &)
Sourceextrema
Sourcefrequency_domain
Sourcemax_magnitude
Sourcerms
Calculate signal RMS (root-mean square), also known as quadratic mean, a statistical measure of the magnitude.
sample_rate
Sourcesize(*args, **options)
Sourcesize(*args, **options, &)
Source