SDRSharper/Plugins/SDRSharper.RTLSDR/SDRSharp.RTLSDR/SamplingMode.cs

10 lines
113 B
C#
Raw Normal View History

namespace SDRSharp.RTLSDR
{
public enum SamplingMode
{
Quadrature,
DirectSamplingI,
DirectSamplingQ
}
}