Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property RequiredInputDataPoints As Long |
C# | |
---|---|
public long RequiredInputDataPoints {get;} |
This calculated value is partly determined by the DemodResultLengthInSubframe in combination with the RequiredSampleRateForTimeDomainInput. The calculated value also includes any additional search interval samples required to reliably find the frame boundary, the size of which depends on both the periodicity of the synchronization signal being searched for, and whether the frame trigger is enabled when capturing the data. In addition, the calculated value also includes RequiredSettlePoints which represents the sum of any additional pre-settling (delay) and post-settling samples required to settle the measurement filtering used in the demodulation process. To summarize, RequiredInputDataPoints directly depends on the sample point requirements of DemodResultLengthInSubframe + Search Interval + RequiredSettlePoints.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)