예제 #1
0
파일: Fft.cs 프로젝트: ufcpp/UfcppSample
		public Fft(int length)
		{
			CheckLength(length);

			fft = new FftCpp(length);
		}
예제 #2
0
        public Fft(int length)
        {
            CheckLength(length);

            fft = new FftCpp(length);
        }