C# Class CSharp_NoiseFloor.Process

Datei anzeigen Open project: pa3gsb/RadioBerry Class Usage Examples

Public Methods

Method Description
Process ( int startf, int stopf, int step, double power ) : System
getIsStopped ( ) : bool
startWithSignal ( ) : void
startWithoutSignal ( ) : void
stop ( ) : void

Private Methods

Method Description
calculateNoisFloor ( String values ) : string
initializeSDRProgram ( ) : void
measureNoiseFloor ( ) : void
measureRXSignals ( ) : void
writeToFile ( ) : void

Method Details

Process() public method

public Process ( int startf, int stopf, int step, double power ) : System
startf int
stopf int
step int
power double
return System

getIsStopped() public method

public getIsStopped ( ) : bool
return bool

startWithSignal() public method

public startWithSignal ( ) : void
return void

startWithoutSignal() public method

public startWithoutSignal ( ) : void
return void

stop() public method

public stop ( ) : void
return void