C# Class SoundLibrary.Mathematics.Discrete.Correlation

配列 x と配列 y の相互相関値を求める。
Inheritance: Function
显示文件 Open project: ufcpp/UfcppSample

Public Methods

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

相互相関値 C[n] = Σ_i x[i]y[i-n] を求める。

Method Details

Correlation() public method

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

this() public method

相互相関値 C[n] = Σ_i x[i]y[i-n] を求める。
public this ( int n ) : Type
n int C[n] の n
return System.Type