Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. @param thrHardlimitExit The exit threshold w.r.t. powerBackoffThresh
  2. * for hard limiting
  3. * @param firstDesiredCLpoleScaled The first desired closed loop pole of the
  4. * back-off control loop.
  5. * @param secondDesiredCLpoleScaled The second desired closed loop pole of the
  6. * back-off control loop
  7. * @param poleOfTheEstimatorScaled The pole of the estimator of the derivative
  8. * of the average power
  9. * @param thrOnoffOn The relative threshold when back-off control
  10. * is turned on
  11. * @param thrOnoffOff The relative threshold when back-off control
  12. * is turned off
  13. * @param thrControlRef The relative reference value for the back-off
  14. * control loop
  15. * @param thrMargin The margin w.r.t. powerBackoffThresh is a
  16. * hard-immediate reduction of the actuator level
  17. * to its minimum value is performed.
  18. * @param hardLimitDerivativeThreshold The power back-off derivative threshold to trigger
  19. * hard limit action
  20. * @param marginOfMpcTrigger The margin factor of the hard limit triggered by MPC
  21. * @param currAvgPowRatioPerCtrlStep current average power ratio in percentage relative
  22. * to max Tx power for current ctrl step
  23. * @param currAvgPowerInWattsForSlideWin average power in slide window for slide window
  24. * @param currAvgPowInWattsForSlideWinBeforeCorrection average power in slide window before
  25. * correction
  26. * @param currPbDerivative Power back-off derivative for current
  27. * control step
  28. * @param currPbResThr Power back-off resource threshold(percentage) used
  29. * for integration
  30. * @param thisGamma Power back-off resource threshold(percentage) for
  31. * current control step
  32. * @param currCtrlSignal control signal for current control step
  33. * @param currErrorSignal error signal for current control step
  34. * @param currPbStatus Power back-off controller status for current
  35. * control step
  36. * @param currHardLimit Hard limit state for current control step
  37. * @param startActuator Switch to start Actuator for current control step
  38. * @param stopActuator Switch to stop Actuator for current control step
  39. * @param triggerMPC Switch to trigger MPC control based on calculation
  40. * result of MPC logic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement