Virtual Method

AgsAudioFrequencyMapcompute_max_likelihood

since: 3.0.0

Declaration [src]

void
compute_max_likelihood (
  AgsFrequencyMap* frequency_map,
  AgsComplex* source,
  AgsComplex** retval
)

Description [src]

Compute maximum likelihood source and store in retval.

Available since: 3.0.0

Parameters

source

Type: AgsComplex

The source as AgsComplex buffer.

The data is owned by the caller of the function.
retval

Type: AgsComplex

The return location of result as AgsComplex buffer.

The data is owned by the caller of the function.