Versions in this module Expand all Collapse all v0 v0.0.1 Sep 4, 2014 Changes in this version + func Angle(z complex128) float64 + func DivideFrames(input []float64, frameLen, frameShift int) [][]float64 + func HistC(x, edges []float64) []int + func Hz2Mel(freq float64) float64 + func Interp1(x, y, xi []float64) []float64 + func Mel2Hz(mel float64) float64 + func ReconstructSpectrogram(amplitudeSpectrogram, phaseSpectrogram [][]float64) [][]complex128 + func ReconstructSpectrum(amp, phase []float64) []complex128 + func SplitSpectrogram(spectrogram [][]complex128) ([][]float64, [][]float64) + func SplitSpectrum(spec []complex128) ([]float64, []float64) + func Symmetrize(x []float64) []float64 + func ToReal(x []complex128) []float64 + func UnWrap(phase []float64) []float64