Indoor Factory Base#

class IndoorFactoryBase(volume, surface, alpha_device=None, beta_device=None, gain=1.0, **kwargs)[source]#

Bases: ClusterDelayLineBase

Indoor Factory Cluster Delay Line Model Base.

Parameters:
  • volume (float) – Hall volume in \(\mathrm{m}^3\).

  • surface (float) – Total surface hall area in \(\mathrm{m}^2\). (walls/floor/ceiling).

  • alpha_device (SimulatedDevice, optional) – First device linked by the ClusterDelayLine instance.

  • beta_device (SimulatedDevice, optional) – Second device linked by the ClusterDelayLine instance.

  • gain (float, optional) – Linear power gain factor a signal experiences when being propagated over this realization. \(1.0\) by default.

property surface: float#

Assumed factory hall surface in \(\mathrm{m}^2\).

Raises:

ValueError – For values smaller or equal to zero.

property volume: float#

Assumed factory hall volume in \(\mathrm{m}^3\).

Raises:

ValueError – For values smaller or equal to zero.