#include <string>
#include <simthetic/phbib.h>
Go to the source code of this file.
Namespaces | |
namespace | simth |
E.g. a LinearLoopControl with start value 5 and end value 19 could represent an SNR-range from 5dB to 19dB in a simulation system that simulates a digital transmission chain. To have an influence on the SNR of the simulated transmission system, the LinearLoopControl must be connected with a ControlInterface of the Channel device that wrapps the function setSNR(double newValue). Then, each time the function nextIteration() of this loop control is called, the function setSNR() of the channel is called with the current value of the linear loop control.