DSPUtil.SampleBuffer.ReadComplex C# (CSharp) Method

ReadComplex() public method

public ReadComplex ( int n, int &nn, bool &moreSamples ) : Complex[][]
n int
nn int
moreSamples bool
return Complex[][]
        public Complex[][] ReadComplex(int n, out int nn, out bool moreSamples)
        {
            throw new NotImplementedException();
        }