summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Lukáš Jiřiště [Mon, 13 May 2024 07:21:49 +0000 (09:21 +0200)]
Implement better generation of pseudo exp. data
Lukáš Jiřiště [Tue, 7 May 2024 14:00:30 +0000 (16:00 +0200)]
Add the function detect_open
This function returns an array of logicals, where the value is true only
at the index, which corresponds with the time the valve only just opened.
It should work like this:
t(detect_open(t, p)) = t_when_valve_opened
Lukáš Jiřiště [Tue, 7 May 2024 13:51:28 +0000 (15:51 +0200)]
Add a function that generates pseudo experiment
I add this function to generate data that is qualitatively similar to
the data produced by the experiment. The real data may prove more
difficult, but the structure of the processing should be the same.