C# Class CSharp_NoiseFloor.Process

Afficher le fichier Open project: pa3gsb/RadioBerry Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
calculateNoisFloor ( String values ) : string
initializeSDRProgram ( ) : void
measureNoiseFloor ( ) : void
measureRXSignals ( ) : void
writeToFile ( ) : void

Method Details

Process() public méthode

public Process ( int startf, int stopf, int step, double power ) : System
startf int
stopf int
step int
power double
Résultat System

getIsStopped() public méthode

public getIsStopped ( ) : bool
Résultat bool

startWithSignal() public méthode

public startWithSignal ( ) : void
Résultat void

startWithoutSignal() public méthode

public startWithoutSignal ( ) : void
Résultat void

stop() public méthode

public stop ( ) : void
Résultat void