Accord.Audio.Generators.SquareGenerator.SquareGenerator C# (CSharp) Method

SquareGenerator() public method

Creates a new Square Signal Generator.
public SquareGenerator ( ) : System
return System
        public SquareGenerator()
        {
            this.Format = SampleFormat.Format32BitIeeeFloat;
            this.Channels = 1;
        }