sim_MI: Compare two sounds based using mutual information

Description Usage Arguments Details

View source: R/sim_MI.R

Description

Compare two sounds based using mutual information

Usage

1
sim_MI(s1, s2, type = "infotheo", ...)

Arguments

s1

Discretized spectrogram of sound 1.

s2

Discretized spectrogram of sound 2.

type

Type of estimation of mutual information. See details.

...

Additional arguments passed to infotheo::mutinformation.

Details

The types of estimation of mutual information are:

symba - Estimate mutual information using seewave::symba. infotheo - Estimate mutual information using package infotheo.


crodriguez-saltos/somora documentation built on Feb. 23, 2020, 4:37 a.m.