Skip to main content
. 2022 Oct 24;22(21):8124. doi: 10.3390/s22218124
Algorithm 4  Activate current node using the accumulated signal and get outbound signal.
functionapply_signal(g, n, r, s)
    if s=None then
        return None
    sg.nodes(n).receptor(r,s)
    return s