dct

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2014 License: MIT Imports: 3 Imported by: 1

Documentation

Overview

Package dct provides support for Discrete Cosine Transform (DCT).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DCT

func DCT(x []float64) []float64

DCT returns DCT-II coefficients given an input signal.

func DCTOrthogonal

func DCTOrthogonal(x []float64) []float64

DCTOrthogonal returns orthogonal DCT-II coefficients given an input signal.

func IDCT

func IDCT(dctCoef []float64) []float64

IDCT returns Inverse DCT (DCT-III) given a input signal.

func IDCTOrthogonal

func IDCTOrthogonal(dctCoef []float64) []float64

IDCTOrthogonal returns Inverse DCT (DCT-III) coefficients given a input signal.

Types

This section is empty.

Jump to

Keyboard shortcuts

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