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

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

공개 메소드들

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

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

메소드 상세

CircularConvolution() 공개 메소드

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