research

package module
v0.0.0-...-b5a92f3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2019 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Convolve

func Convolve(xs, ys []float64) []float64

func ExploreLearning

func ExploreLearning(d []float64, x [][]float64, af adf.AdaptiveFilter, muStart, muEnd float64, steps int) float64

func MakeData

func MakeData(data []int, L int) (d []float64, x [][]float64)

func MakeDataWithNoise

func MakeDataWithNoise(data []int, L int) (d []float64, x [][]float64)

func MakeXWhiteDData

func MakeXWhiteDData(data []int, L int) (d []float64, x [][]float64)

func ReadDataFromWav

func ReadDataFromWav(name string) []int

func SaveFilterdDataAsCSV

func SaveFilterdDataAsCSV(d, y, e []float64, dataDir string, testName string)

func SaveFilteredDataToWav

func SaveFilteredDataToWav(e []float64, dataDir string, testName string)

func SaveWAsCSV

func SaveWAsCSV(w []float64, dataDir string, testName string)

Types

type OptStepADF

type OptStepADF struct {
	WavName string  `json:"wav_name"`
	AdfName string  `json:"adf_name"`
	Mu      float64 `json:"mu"`
	L       int     `json:"l"`
	Order   int     `json:"order"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL