MCPcopy Create free account

hub / github.com/ESPARGOS/pyespargos / functions

Functions691 in github.com/ESPARGOS/pyespargos

Functionradar_cb_predicate
(cluster: espargos.CSICluster)
tools/record_radar.py:70
Methodreboot
Trigger a reboot on all boards in the pool.
espargos/pool.py:373
Methodreboot
Trigger a controller reboot. The controller responds with ``"ok"`` and then reboots shortly after sending the reply.
espargos/board.py:801
Methodreference
(self)
demos/phases-over-time/phases-over-time.py:81
MethodrelativePhase
(self)
demos/instantaneous-csi/instantaneous-csi.py:110
Methodremove_csi_callback
(self, callback)
espargos/uart.py:276
Methodremove_log_callback
(self, callback)
espargos/uart.py:283
Functionremove_mean_sto
Removes the mean symbol timing offset (STO) from the CSI data by estimating the STO from the phase slope across subcarriers. All datapoints a
espargos/util.py:425
MethodrequiredAntennas
(self)
demos/power-over-time/power-over-time.py:129
MethodrequiredAntennas
(self)
demos/instantaneous-csi/instantaneous-csi.py:93
MethodrequiredAntennas
(self)
demos/phases-over-time/phases-over-time.py:93
MethodresetHistogram
(self)
demos/stochastic-fading/stochastic-fading.py:146
MethodresolutionAzimuth
(self)
demos/camera/camera.py:664
MethodresolutionElevation
(self)
demos/camera/camera.py:668
Methodrssi
(self)
demos/camera/camera.py:684
MethodsampleBufferWrapped
(self)
demos/stochastic-fading/stochastic-fading.py:130
MethodsampleCount
(self)
demos/stochastic-fading/stochastic-fading.py:116
MethodsampleFillFraction
(self)
demos/stochastic-fading/stochastic-fading.py:120
MethodsampleOverwritePhase
(self)
demos/stochastic-fading/stochastic-fading.py:124
Methodscale
(self)
demos/power-over-time/power-over-time.py:119
Functionscale_csi_by_reported_gain
Compensate CSI amplitudes for the receiver gain reported by the ESP32. The ESP32 reports RX gain in 1 dB units and FFT gain in 0.25 dB units
espargos/util.py:43
MethodscanningAngles
(self)
demos/music-spectrum/music-spectrum.py:78
MethodscheduleOffsetUs
(self)
demos/radar-schedule-check/radar-schedule-check.py:179
MethodselectedSensor
(self)
demos/power-over-time/power-over-time.py:138
MethodsensorCount
(self)
demos/power-over-time/power-over-time.py:123
MethodsensorCount
(self)
demos/radar-schedule-check/radar-schedule-check.py:153
MethodsensorCount
(self)
demos/instantaneous-csi/instantaneous-csi.py:89
MethodsensorCount
(self)
demos/cfo-viewer/cfo-viewer.py:121
MethodsensorCount
(self)
demos/tdoas-over-time/tdoas-over-time.py:65
MethodsensorCount
(self)
demos/radar-csi/radar-csi.py:77
MethodsensorCount
(self)
demos/phases-over-time/phases-over-time.py:85
MethodsensorCount
(self)
demos/combined-array-calibration/combined-array-calibration.py:199
MethodsensorCountPerBoard
(self)
demos/phases-over-time/phases-over-time.py:89
MethodsensorCountPerBoard
(self)
demos/combined-array-calibration/combined-array-calibration.py:203
MethodsensorMode
(self)
demos/power-over-time/power-over-time.py:115
Functionseparate_feeds
Separate the CSI data by antenna feeds (R/L) based on the RF switch states. Also takes care of scaling the CSI data for each feed to account
espargos/util.py:879
Methodserialized_csi_t
(self)
espargos/revisions.py:85
MethodsetConfigFromUI
(self, config_json)
demos/common/config_manager.py:262
MethodsetDevice
(self, device_str: str)
demos/camera/videocamera.py:94
MethodsetFormat
(self, format_str: str)
demos/camera/videocamera.py:97
MethodsetMacFilter
(self, mac)
demos/camera/camera.py:700
Methodset_cfo_correction
Configure CFO correction on all boards in this pool.
espargos/pool.py:229
Methodset_cfo_correction
Configures receiver CFO correction on the ESPARGOS controller. When ``auto`` is false, the receiver frequency-offset estimate is for
espargos/board.py:684
Methodset_csi_acquire_config
Sets the CSI acquisition configuration on the ESPARGOS controller. The controller expects a JSON object (provided here as a Python d
espargos/board.py:615
Methodset_gain_settings
Sets the gain settings on the ESPARGOS controller. The gain settings are provided as a JSON object (here as a Python dict) with fixe
espargos/board.py:701
Methodset_level
Sets the logging level of the logger.
espargos/__init__.py:61
Methodset_mac_filter
Tell ESPARGOS board to only receive packets from transmitters with this sender MAC. mac_filter is a dict with the following format::
espargos/board.py:517
Methodset_radar_config
Sets the low-level radar TX configuration on the ESPARGOS controller. The payload mirrors the controller's ``/set_tx_control`` API.
espargos/board.py:766
Methodset_rfswitch
Sets the RF switch state on the ESPARGOS controller for reception mode. :param state: The RF switch state to set, must be one of :cl
espargos/board.py:485
Methodset_wifi_channel_overrides
Set per-sensor WiFi channel overrides on all boards in this pool and sanity-check that all boards end up with the same settings. Thi
espargos/pool.py:277
Methodset_wifi_channel_overrides
Sets per-sensor WiFi channel overrides on the ESPARGOS controller. The payload mirrors the controller's ``/set_wifi_channel_override
espargos/board.py:739
Methodset_wificonf
Sets WiFi configuration on the ESPARGOS controller. The controller expects a Python dict with fixed field names using hyphen
espargos/board.py:566
MethodshiftPeak
(self)
demos/phases-over-time/phases-over-time.py:77
Functionshift_to_firstpeak_sync
Shifts the CSI data so that the first peak of the channel impulse response is at time 0. All CSI datapoints are shifted by the same amount, i
espargos/util.py:451
MethodshutdownComputer
(self)
demos/common/espargos_application.py:399
Methodstart
Start the CSI backlog thread, must be called before using the backlog
espargos/backlog.py:420
MethodstatusText
(self)
demos/radar-schedule-check/radar-schedule-check.py:175
Methodstop
Stop the CSI backlog thread
espargos/backlog.py:428
Methodstrip_ignored
(d: dict)
espargos/pool.py:130
Methodsubcarrier
(self)
demos/power-over-time/power-over-time.py:150
MethodsubcarrierCount
(self)
demos/instantaneous-csi/instantaneous-csi.py:122
MethodsubcarrierCount
(self)
demos/radar-csi/radar-csi.py:85
MethodsubcarrierRange
(self)
demos/combined-array-calibration/combined-array-calibration.py:207
MethodsuperResolution
(self)
demos/instantaneous-csi/instantaneous-csi.py:326
Methodthroughput
(self)
demos/speedtest/speedtest.py:93
MethodtimeDomain
(self)
demos/instantaneous-csi/instantaneous-csi.py:322
MethodtotalAntennas
(self)
demos/speedtest/speedtest.py:97
MethodtxRxTimestampTableText
(self)
demos/radar-schedule-check/radar-schedule-check.py:183
Methodtx_succeeded
(self)
espargos/csi.py:646
Methodtype_header
(self)
espargos/revisions.py:16
Methodtype_header
(self)
espargos/revisions.py:81
Methodui_worker
(delta: dict, force_apply: bool)
demos/common/config_manager.py:213
Functionunpack_lltf12_values
(buf, value_count: int)
espargos/csi.py:689
Functionunpack_lltf8_values
(buf, pair_count)
espargos/csi.py:677
Methodupdate
(self)
demos/power-over-time/power-over-time.py:233
Methodupdate
(self)
demos/tdoas-over-time/tdoas-over-time.py:69
Methodupdate
(self)
demos/phases-over-time/phases-over-time.py:106
Methodupdate
(self)
demos/polarization/polarization.py:59
MethodupdateCSI
(self, powerSeries, phaseSeries, subcarrierAxis, axis)
demos/instantaneous-csi/instantaneous-csi.py:151
MethodupdateCSI
(self, powerSeries, phaseSeries, axis)
demos/radar-csi/radar-csi.py:227
MethodupdateCalibrationResult
(self, phaseSeries)
demos/combined-array-calibration/combined-array-calibration.py:176
MethodupdateDistribution
(self, histogramUpperSeries, histogramLowerSeries, fitSeries, magnitudeAxis, densityAxis)
demos/stochastic-fading/stochastic-fading.py:347
MethodupdateRequest
(self)
demos/phases-over-space/phases-over-space.py:48
MethodupdateRequest
(self)
demos/radiation-pattern-3d/radiation-pattern-3d.py:192
MethodupdateRequest
(self)
demos/combined-array/combined-array.py:40
MethodupdateSpatialSpectrum
(self)
demos/camera/camera.py:164
MethodupdateSpatialSpectrum
(self, series, axis)
demos/music-spectrum/music-spectrum.py:53
Methodupdate_data
(self)
demos/azimuth-delay/azimuth-delay.py:77
Functionvalidate_csistream_payload
(payload: bytes, revision)
espargos/uart.py:602
MethodvisualizationSpace
(self)
demos/camera/camera.py:680
Methodworker
Apply a *delta* config to the Pool (delta contains only keys to change). UI-only keys are ignored.
demos/common/pool_drawer.py:146
← previous601–691 of 691, ranked by callers