fft

package
v1.8.5 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 1 Imported by: 1

Documentation

Overview

Package fft provides generic abstractions around fourier transformers.

Index

Constants

View Source
const FFTW = false

FFTW is false if Catnip is not built with cgo. It will use gonum instead.

Variables

This section is empty.

Functions

func InitPlan added in v1.5.0

func InitPlan(pointer **Plan, input []float64, output []complex128)

Types

type Plan

type Plan struct {
	// contains filtered or unexported fields
}

Plan holds a gonum FFT plan.

func (*Plan) Execute

func (p *Plan) Execute()

Execute executes the gonum plan.

Jump to

Keyboard shortcuts

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