Versions in this module Expand all Collapse all v0 v0.7.0 Mar 29, 2023 Changes in this version + func Load(r io.Reader) (xs, ys []float64, err error) + func Plot(dc draw.Canvas, fft FFT) error + type FFT struct + Chunks int + Coeffs [][]float64 + Data struct{ ... } + Freqs []float64 + Name string + Scale float64 + Ts []float64 + func ChunkedFFT(fname string, chunksz int, xs, ys []float64, freq float64) FFT + func (fft FFT) Dims() (c, r int) + func (fft FFT) X(c int) float64 + func (fft FFT) Y(r int) float64 + func (fft FFT) Z(c, r int) float64