private static SDR.MeasDtParam PreparedDetectedParam(DM.Tour tour) { var detectedParam = new SDR.MeasDtParam() { TypeMeasurements = SDR.MeasurementType.MonitoringStations }; return(detectedParam); }
private static SDR.MeasDtParam PreparedDetectedParam(DM.Allotment allotment) { var detectedParam = new SDR.MeasDtParam() { TypeMeasurements = SDR.MeasurementType.SpectrumOccupation, RBW = allotment.PlanRef.Bandwidth, VBW = allotment.PlanRef.Bandwidth, RfAttenuation = 0, IfAttenuation = 0, MeasTime = 0.003, DetectType = SDR.DetectingType.Avarage, Preamplification = 0 }; return(detectedParam); }