Visual Basic (Declaration) | |
---|---|
Public Enum EqualizationSource Inherits System.Enum |
C# | |
---|---|
public enum EqualizationSource : System.Enum |
C++/CLI | |
---|---|
public enum class EqualizationSource : public System.Enum |
Member | Description | Minimum SW Version‡ |
---|---|---|
AllKnown | All allocations with a known sequence (PN or custom IQ/Real sequence) are used to estimate the channel. All allocations are equalized with this estimate. | — |
Customized | The Allocation.EstimationEnabled parameters are used to determine whether an allocation is used to estimate the channel and whether the allocation is equalized with this estimate. | — |
None | No equalization is applied to the frame. | — |
Pilots | AllocationType.Pilot allocations are used to estimate the channel. All allocations are equalized with this estimate. | — |
Preamble | AllocationType.Preamble allocations are used to estimate the channel. All allocations are equalized with this estimate. | — |
PreamblePilots | AllocationType.Preamble and AllocationType.Pilot allocations are used to estimate the channel. All allocations are equalized with this estimate. | — |
PreamblePilotsData | AllocationType.Preamble, AllocationType.Pilot, and AllocationType.Data allocations are used to estimate the channel. All allocations are equalized with this estimate. | — |
‡ This is the minimum 89600 VSA software version level needed to use this enum member. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)