satishgra
Member level 3
- Joined
- Mar 29, 2008
- Messages
- 59
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Location
- Bangalore
- Activity points
- 1,717
Hi,
I am working on extending the work of some previous student and unfortunately I am not able to understand the following part of the code. Can someone help me to understand what exactly it means ????
pNode->SA = 0.5
pNode->P1 = sqrt(0.25 - 0.5*pNode->SA) + 0.5;
I understand that we are assigning 0.5 as the switching probability on the primary input. What does the second statement mean ??
Thanks in advance !!!
Regards,
Satish
I am working on extending the work of some previous student and unfortunately I am not able to understand the following part of the code. Can someone help me to understand what exactly it means ????
pNode->SA = 0.5
pNode->P1 = sqrt(0.25 - 0.5*pNode->SA) + 0.5;
I understand that we are assigning 0.5 as the switching probability on the primary input. What does the second statement mean ??
Thanks in advance !!!
Regards,
Satish