blob: e30b573672eccbcf38100029f2a4994fed540782 (
plain)
1
2
3
4
5
|
printf("\n trnsfer function of the given network ")
printf("\n Vi(s)=R*I(s)+s*L*I(s)")
printf("\n V0=s*L*I")
printf("\n V0(s)/Vi(s)=s*L*I/(R*I(s)+s*L*I(s))")
printf("V0(s)/Vi(s)=s*L/(R+s*L) is the required transfer function")
|