Interpolate

SCPI Command :

[SENSe]:DEMod:INTerpolate
class InterpolateCls[source]

Interpolate commands group definition. 4 total commands, 1 Subgroups, 1 group commands

get() RsFsw.enums.DemodInterpolation[source]
# SCPI: [SENSe]:DEMod:INTerpolate
value: enums.DemodInterpolation = driver.applications.k91Wlan.sense.demod.interpolate.get()

No command help available

return

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: RsFsw.enums.DemodInterpolation) None[source]
# SCPI: [SENSe]:DEMod:INTerpolate
driver.applications.k91Wlan.sense.demod.interpolate.set(interpolation = enums.DemodInterpolation.LINear)

No command help available

param 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 clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.sense.demod.interpolate.clone()

Subgroups