C# Class EDMConfig.WaveformSetGenerator

Exibir arquivo Open project: ColdMatter/EDMSuite

Public Methods

Method Description
GenerateRandomWaveform ( int codeLength ) : Waveform
GenerateWaveforms ( Waveform staticWaveforms, string waveformNames ) : Waveform>.Dictionary
RandomBool ( ) : bool

Private Methods

Method Description
waveformCodeToInteger ( bool code ) : int

Method Details

GenerateRandomWaveform() public static method

public static GenerateRandomWaveform ( int codeLength ) : Waveform
codeLength int
return Waveform

GenerateWaveforms() public static method

public static GenerateWaveforms ( Waveform staticWaveforms, string waveformNames ) : Waveform>.Dictionary
staticWaveforms Waveform
waveformNames string
return Waveform>.Dictionary

RandomBool() public static method

public static RandomBool ( ) : bool
return bool