C# Class SoundLibrary.Mathematics.Discrete.Convolution

配列 x と配列 y の畳込みを求める。
Inheritance: Function
显示文件 Open project: ufcpp/UfcppSample

Public Methods

Method Description
Convolution ( Type x, Type y ) : System
this ( int n ) : Type

畳込み C[n] = Σ_i x[i]y[n-i] を求める。

Method Details

Convolution() public method

public Convolution ( Type x, Type y ) : System
x System.Type
y System.Type
return System

this() public method

畳込み C[n] = Σ_i x[i]y[n-i] を求める。
public this ( int n ) : Type
n int C[n] の n
return System.Type