blob: a76e7e6729939068eebece00ec614f7b9d7677dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//chapter-7,Example7_2,pg 496
//senstivity of phase detection
//Sphi=(Vo/sin(B))=(Vo/B)=(+/-)0.5Vmax
Vmax=1//amplitude of cosine waves
//B is phase displacement
Sphi=(1/2)*Vmax
printf("senstivity of phase detection\n")
printf("Sphi=%.2f V/rad",Sphi)
|