blob: 6b09b48213b7581fe8ad8f7d4fb2e5036596835d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
clc,clear
printf('Example 2.21\n\n')
// K_1= E_b/N = (phi*P*Z)/(60*A)
//P_m = T * omega
//E_b*I_a = T *(2*%pi*N/60)
//T= I_a (E_b*60 / 2*%pi*N )
//Use E_b= phi*P*N*Z/(2*%pi*A)
//T / I_a = phi*P*Z / (2*%pi*A) =K_dasah
printf('The constant of proportionality in both the cases is K=K_dash = phi*P*Z /(2*3.142*A)')
|