Met4FoF / agentMET4FOF

Metrological Agent-based system (MET4FOF project)
Other
22 stars 8 forks source link

Transfer the noise and jitter generation process from NPL's code into PR #101 #223

Closed BjoernLudwigPTB closed 3 years ago

BjoernLudwigPTB commented 3 years ago

We have a sine generator with jitter and noise in NPL's code and should extract their noise generation into the already prepared PR #101.

For this we split the SineGeneratorJitter class into to and have the jitter part inherit from our SineGenerator calss. This way, we can use the already provided sine_wave_function.

Same applies to the noise generation. This should be extracted to a separate agent, which takes any signal as input and adds noise to it.