.. | ||
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: Frequency shift from center frequency of reception
Use the wheels to adjust the channel center frequency as a shift in Hz from the center frequency of reception. Left click on a digit sets the cursor position at this digit. Right click on a digit sets all digits on the right to zero. This effectively floors value at the digit position. Wheels are moved with the mousewheel while pointing at the wheel or by selecting the wheel with the left mouse click and using the keyboard arrows. Pressing shift simultaneously moves digit by 5 and pressing control moves it by 2.
2: BW - Channel Bandwidth
Bandwidth in Hz of the channel for which power is to be measured.
3: 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.
4: 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.
5: Avg - Average Power
Displays the most recent average power measurement in dB.
6: Max - Max Peak Power
Displays the maximum instantaneous peak power measurement in dB.
7: Min - Min Peak Power
Displays the minimum instantaneous peak power measurement in dB.
8: Pulse - Pulse Average Power
Displays the most recent pulse average power measurement in dB.
9: Clear Data
Clears current measurements (min and max values are reset).