eis/TestProject/RNG/model
Huamonarch e4233cc23d fix: add period_ms to linear and drift models to prevent unbounded divergence
Without period, y=k*t+b and y=base+drift_rate*t grow infinitely, which is
unrealistic for industrial simulation. period_ms makes t wrap modulo the period,
producing sawtooth patterns that simulate per-cycle behavior (e.g. tension build-up
per coil, sensor drift per shift).
2026-05-13 16:34:00 +08:00
..
BoolCsvModel.h feat: add 3 boolean signal models 2026-05-13 15:13:31 +08:00
BoolRandomModel.h feat: add 3 boolean signal models 2026-05-13 15:13:31 +08:00
BoolToggleModel.h feat: add 3 boolean signal models 2026-05-13 15:13:31 +08:00
CompositeModel.h feat: add ModelRegistry with JSON loading and composite model 2026-05-13 15:20:51 +08:00
ConstantModel.h feat: add 7 analog signal models (constant, normal, linear, sine, uniform, spike, drift) 2026-05-13 15:10:37 +08:00
CsvReplayModel.h feat: add CsvReplayModel for CSV data replay 2026-05-13 15:12:04 +08:00
DriftModel.h fix: add period_ms to linear and drift models to prevent unbounded divergence 2026-05-13 16:34:00 +08:00
IModel.h feat: add IModel base interface 2026-05-13 15:07:59 +08:00
LinearModel.h fix: add period_ms to linear and drift models to prevent unbounded divergence 2026-05-13 16:34:00 +08:00
ModelRegistry.cc feat: add ModelRegistry with JSON loading and composite model 2026-05-13 15:20:51 +08:00
ModelRegistry.h feat: add ModelRegistry with JSON loading and composite model 2026-05-13 15:20:51 +08:00
NormalModel.h feat: add 7 analog signal models (constant, normal, linear, sine, uniform, spike, drift) 2026-05-13 15:10:37 +08:00
SineModel.h feat: add 7 analog signal models (constant, normal, linear, sine, uniform, spike, drift) 2026-05-13 15:10:37 +08:00
SpikeModel.h feat: add 7 analog signal models (constant, normal, linear, sine, uniform, spike, drift) 2026-05-13 15:10:37 +08:00
UniformModel.h feat: add 7 analog signal models (constant, normal, linear, sine, uniform, spike, drift) 2026-05-13 15:10:37 +08:00
ValvePairModel.h fix: prevent ValvePairModel stuck-state by freezing prev_action during delay 2026-05-13 15:43:56 +08:00