sdrangel/plugins/channelrx/channelpower
Simon Ruderich 39575c10fa channelrx/channelpower/readme.md: fix minor typo 2024-04-26 08:37:56 +02:00
..
CMakeLists.txt Add channel power channel. 2024-03-13 15:45:14 +00:00
channelpower.cpp Remove unused includes and use more direct includes 2024-04-11 23:31:34 +02:00
channelpower.h Add channel power channel. 2024-03-13 15:45:14 +00:00
channelpowerbaseband.cpp Remove unused includes and use more direct includes 2024-04-11 23:31:34 +02:00
channelpowerbaseband.h Add channel power channel. 2024-03-13 15:45:14 +00:00
channelpowergui.cpp Remove unused includes and use more direct includes 2024-04-11 23:31:34 +02:00
channelpowergui.h Channel Power: Add absolute frequency setting. 2024-04-05 16:46:49 +01:00
channelpowergui.ui Channel Power: Add absolute frequency setting. 2024-04-05 16:46:49 +01:00
channelpowerplugin.cpp Updated versions and changelogs 2024-04-14 11:41:00 +02:00
channelpowerplugin.h Add channel power channel. 2024-03-13 15:45:14 +00:00
channelpowersettings.cpp Remove unused includes and use more direct includes 2024-04-11 23:31:34 +02:00
channelpowersettings.h Channel Power: Add absolute frequency setting. 2024-04-05 16:46:49 +01:00
channelpowersink.cpp Add channel power channel. 2024-03-13 15:45:14 +00:00
channelpowersink.h Add channel power channel. 2024-03-13 15:45:14 +00:00
channelpowerwebapiadapter.cpp Add channel power channel. 2024-03-13 15:45:14 +00:00
channelpowerwebapiadapter.h Add channel power channel. 2024-03-13 15:45:14 +00:00
readme.md channelrx/channelpower/readme.md: fix minor typo 2024-04-26 08:37:56 +02:00

readme.md

Channel Power Plugin

Introduction

This plugin can be used to calculate channel power. Channel power is measured as average power, maximum peak power, minimum peak power as well as pulse average power (i.e. average power above a threshold) over a specified bandwidth.

Interface

The top and bottom bars of the channel window are described here

Channel power plugin GUI

1: Channel frequency entry mode

Select from one of the following modes to determine how the channel center frequency is calculated:

  • Δf - Specify an offset in Hz from device center frequency.
  • f - Specific a frequency in Hz.

2: Channel Frequency

Specifies channel center frequency according to frequency entry mode (1):

  • Δf - Offset in Hz from device center frequency.
  • f - Absolute frequency in Hz.

3: BW - Channel Bandwidth

Bandwidth in Hz of the channel for which power is to be measured.

4: Tavg - Average Time

Time period over which the channel power is averaged. Values range from 10us to 10s in powers of 10. The available values depend upon the sample rate.

5: THp - Pulse Threshold

The pulse threshold sets the power in dB for which the channel power needs to exceed, in order to be included in the pulse average power measurement.

6: Avg - Average Power

Displays the most recent average power measurement in dB.

7: Max - Max Peak Power

Displays the maximum instantaneous peak power measurement in dB.

8: Min - Min Peak Power

Displays the minimum instantaneous peak power measurement in dB.

9: Pulse - Pulse Average Power

Displays the most recent pulse average power measurement in dB.

10: Clear Data

Clears current measurements (min and max values are reset).