C# 클래스 CSharp_NoiseFloor.Process

파일 보기 프로젝트 열기: pa3gsb/RadioBerry 1 사용 예제들

공개 메소드들

메소드 설명
Process ( int startf, int stopf, int step, double power ) : System
getIsStopped ( ) : bool
startWithSignal ( ) : void
startWithoutSignal ( ) : void
stop ( ) : void

비공개 메소드들

메소드 설명
calculateNoisFloor ( String values ) : string
initializeSDRProgram ( ) : void
measureNoiseFloor ( ) : void
measureRXSignals ( ) : void
writeToFile ( ) : void

메소드 상세

Process() 공개 메소드

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

getIsStopped() 공개 메소드

public getIsStopped ( ) : bool
리턴 bool

startWithSignal() 공개 메소드

public startWithSignal ( ) : void
리턴 void

startWithoutSignal() 공개 메소드

public startWithoutSignal ( ) : void
리턴 void

stop() 공개 메소드

public stop ( ) : void
리턴 void