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

配列 x と配列 y の畳込みを求める。
상속: Function
파일 보기 프로젝트 열기: ufcpp/UfcppSample

공개 메소드들

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

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

메소드 상세

Convolution() 공개 메소드

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

this() 공개 메소드

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