File tree 2 files changed +4
-5
lines changed 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 292
292
*
293
293
* \f$ \tau(t) = \frac{ ( \mu - 1 )dt }{ ln( |\theta_{1}| ) } + \mu \tau(t-1) \f$
294
294
*
295
- * \f$ K_{c}(t) = \alpha \frac{ r_{2} \tau (t) }{ g (t)dt } \f$
295
+ * \f$ K_{c}(t) = \alpha \frac{ 1.35 }{ g (t) } \left ( \frac{ \tau (t) }{ T_d } + 0.185 \right ) \f$
296
296
*
297
- * \f$ K_{i}(t) = \alpha \frac{ g (t)[ 0.54 + 0.33r_{1} ] }{ r_{2}dt } \f$
297
+ * \f$ K_{i}(t) = K_{c}(t) \frac {\tau (t) + 0.611 T_d }{ 2.5 T_d( \tau(t) + 0.185 T_d) } \f$
298
298
*
299
- * \f$ K_{c }(t) = \alpha \ frac{ K_{c}(t)dt }{ r_{2} } \f$
299
+ * \f$ K_{d }(t) = \frac{ 0.37 K_{c}(t) T_d \tau(t) }{ \tau(t) + 0.185 T_d } \f$
300
300
* </center>
301
301
*
302
- * where \f$ r_{1} = dt/\tau(t) \f$ and \f$ r_{2} = 1.35 + 0.25r_{1} \f$
303
302
*
304
303
* and the remaining parameters \f$\mu\f$, \f$\alpha\f$, \f$\lambda\f$ are internally
305
304
* computed for best performance.
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ namespace qlibs {
219
219
220
220
/* *
221
221
* @brief Set the minimum value considered as error.
222
- * @param[in] eps The minimal error value.
222
+ * @param[in] eps The minimal error value ( eps > 0 ) .
223
223
* @return @c true on success, otherwise return @c false.
224
224
*/
225
225
bool setEpsilon ( const real_t eps ) noexcept ;
You can’t perform that action at this time.
0 commit comments