fft

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2019 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Processor

type Processor interface {
	Output() <-chan float64
	OnFinish(func())
	Start()
}

Processor は、FFT・逆FFTを用いて波形を加工する処理器です。

func NewProcessor

func NewProcessor(input *buffer.WaveSource, width int, processor func([]complex128, []float64) []complex128) Processor

NewProcessor は、新しい Processor を作成します。

Jump to

Keyboard shortcuts

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