RfsaChannelBasedDeembedding.ConfigureDeembeddingTableInterpolationLinear Method
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Selects the linear interpolation method.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public void ConfigureDeembeddingTableInterpolationLinear( string tableName, RfsaLinearInterpolationFormat format )
Public Sub ConfigureDeembeddingTableInterpolationLinear ( tableName As String, format As RfsaLinearInterpolationFormat )
Parameters
- tableName String
- Specifies the name of the table.
- format RfsaLinearInterpolationFormat
- Specifies the format of parameters to interpolate.
Remarks
If the carrier frequency does not match a row in the de-embedding table, this method performs a linear interpolation based on the entries above and below in the de-embedding table to determine the parameters used for de-embedding.