C# 클래스 SoundLibrary.Mathematics.Discrete.Correlation

配列 x と配列 y の相互相関値を求める。
상속: Function
파일 보기 프로젝트 열기: ufcpp/UfcppSample

공개 메소드들

메소드 설명
Correlation ( Type x, Type y ) : System
this ( int n ) : Type

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

메소드 상세

Correlation() 공개 메소드

public Correlation ( Type x, Type y ) : System
x System.Type
y System.Type
리턴 System

this() 공개 메소드

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