SoundLibrary.SpectrumAnalysis.CFft.CFft C# (CSharp) Method

CFft() public method

public CFft ( int length ) : System
length int
return System
		public CFft(int length)
		{
			Fft.CheckLength(length);

			fft = new CFftCpp(length);
		}