C# Class EDMConfig.Waveform

Mostrar archivo Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
Inverted bool

Public Methods

Method Description
Waveform ( ) : System
Waveform ( string name, int codeLength ) : System

Creates a waveform which can be represented by a code of codeLength bits.

Private Methods

Method Description
GenerateBits ( ) : void

Method Details

Waveform() public method

public Waveform ( ) : System
return System

Waveform() public method

Creates a waveform which can be represented by a code of codeLength bits.
public Waveform ( string name, int codeLength ) : System
name string The name of the waveform.
codeLength int The number of bits in this waveform's code.
return System

Property Details

Inverted public_oe property

public bool Inverted
return bool