Click or drag to resize
Accord.NET (logo)

CDF97FWT97 Method (Double, Int32)

Forward biorthogonal 9/7 2D wavelet transform

Namespace:  Accord.Math.Wavelets
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double[,] FWT97(
	double[,] data,
	int levels
)
Request Example View Source

Parameters

data
Type: SystemDouble
levels
Type: SystemInt32

Return Value

Type: Double
See Also