public ChannelEnvInfo(double freqCenter, double freqWidth) { bStandard = false; freqInfoMonitor = new FreqPointMonitor(freqCenter, freqWidth); }
public FreqPointStandard(FreqPointMonitor freqMonitor) { freqPoint = freqMonitor.freqPoint; freqWidth = freqMonitor.freqWidth; }