Interpolate
SCPI Command :
[SENSe]:DEMod:INTerpolate
- Commands in total: 4Subgroups: 1Direct child commands: 1
- get() DemodInterpolation[source]
# [SENSe]:DEMod:INTerpolate value: enums.DemodInterpolation = driver.applications.k91Wlan.sense.demod.interpolate.get()
No help available
- Returns:
interpolation: WIENer | LINear WIENer The unused subcarriers of the channel estimation fields (1xHE-LTF, 2xHE-LTF) are determined by Wiener interpolation. The estimated channel is smoothed. The Wiener interpolation overwrites the used subcarrier sampling points. In case all subcarriers are used (4xHE-LTF) , sampling points for all subcarriers are available. The channel is smoothed. LINear The unused subcarriers of the channel estimation fields (1xHE-LTF, 2xHE-LTF) are determined by linear interpolation. Linear interpolation preserves the used subcarrier sampling points. In case all subcarriers are used (4xHE-LTF) , the available sampling points for all subcarriers are preserved, and no interpolation is applied.
- set(interpolation: DemodInterpolation) None[source]
# [SENSe]:DEMod:INTerpolate driver.applications.k91Wlan.sense.demod.interpolate.set(interpolation = enums.DemodInterpolation.LINear)
No help available
- Parameters:
interpolation – WIENer | LINear WIENer The unused subcarriers of the channel estimation fields (1xHE-LTF, 2xHE-LTF) are determined by Wiener interpolation. The estimated channel is smoothed. The Wiener interpolation overwrites the used subcarrier sampling points. In case all subcarriers are used (4xHE-LTF) , sampling points for all subcarriers are available. The channel is smoothed. LINear The unused subcarriers of the channel estimation fields (1xHE-LTF, 2xHE-LTF) are determined by linear interpolation. Linear interpolation preserves the used subcarrier sampling points. In case all subcarriers are used (4xHE-LTF) , the available sampling points for all subcarriers are preserved, and no interpolation is applied.
Cloning the Group
# Create a copy of the original group, that exists independently
interpolate_copy = driver.applications.k91Wlan.sense.demod.interpolate.clone()
Subgroups