Neuron/muscle questions 

I try to project simple creature brain using f1 coding and have some question.
1. Sin neuron. As I understand output of sin neuron in time tn is sin ((t+tn)*(f0+sin_input)). Is it correct?
2. When I place 2 times T or G receptors on the same stick. Does they always give the same values?
3. What about muscles "@" and "|". If I place 2 of them on the same stick does they work independently? If two "|" muscles are fired at the same moment, do they have 2 times more strength?

Forums: 
Maciej Komosinski's picture

  1. Have a look at the source for the Sin neuron (scripts_sample/sin.neuro); it should be the best reference.
  2. Yes.
  3. You can't place two muscles of the same type in the same location in body.
    If "@" and "|" are placed in the same location, the activity of one muscle may influence the rotating/bending plane of the other muscle.
    Strength of a muscle is determined by its "power" property.