예제 #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);
        }