C# Class SoundLibrary.Mathematics.Discrete.CircularCorrelation

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

Public Methods

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

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

Method Details

CircularCorrelation() public method

public CircularCorrelation ( 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