summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Lukáš Jiřiště [Mon, 20 May 2024 13:59:31 +0000 (15:59 +0200)]
Change pseudo_exp.m so it is closer to real data
The data was meassured in a different way to what I assumed hence the
pseudo experimental data were not that similar to the real data.
This commit changes the pseudo_exp function so it mimics the experiment
much more closely.
Lukáš Jiřiště [Tue, 14 May 2024 13:01:33 +0000 (15:01 +0200)]
Implement process_experiment function
This function accepts the pressure-time dependence along with other
important characteristics of the aparature (volumes, temperature).
It also optionally accepts the pressure of V1 which is then used to
get a more precise value for the pressure after connecting V1 to V2.
Lukáš Jiřiště [Tue, 14 May 2024 12:27:25 +0000 (14:27 +0200)]
Implement the get_important_pressure function
This function reduces the input data to only the starting and
equilibrium pressures of each "cycle".
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.