psi[n] = x[n]^2 - x[n-1] * x[n+1]; sensitive to instantaneous
amplitude AND frequency.
Examples
morie_dsp_teager_energy(c(1, 2, 3, 4, 5))
#> [1] 0 1 1 1 0
psi[n] = x[n]^2 - x[n-1] * x[n+1]; sensitive to instantaneous
amplitude AND frequency.
morie_dsp_teager_energy(c(1, 2, 3, 4, 5))
#> [1] 0 1 1 1 0