.. | ||
channelpower.cpp | ||
channelpower.h | ||
channelpowerbaseband.cpp | ||
channelpowerbaseband.h | ||
channelpowergui.cpp | ||
channelpowergui.h | ||
channelpowergui.ui | ||
channelpowerplugin.cpp | ||
channelpowerplugin.h | ||
channelpowersettings.cpp | ||
channelpowersettings.h | ||
channelpowersink.cpp | ||
channelpowersink.h | ||
channelpowerwebapiadapter.cpp | ||
channelpowerwebapiadapter.h | ||
CMakeLists.txt | ||
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
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 overwhich 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).