コード例 #1
0
ファイル: Fft.cs プロジェクト: ufcpp/UfcppSample
		public CFft(int length)
		{
			Fft.CheckLength(length);

			fft = new CFftCpp(length);
		}
コード例 #2
0
        public CFft(int length)
        {
            Fft.CheckLength(length);

            fft = new CFftCpp(length);
        }