root/applications/pmsm/Barcelona/QandR.m
@
333
Revision 332, 302 bytes (checked in by smidl, 16 years ago) |
---|
Line | |
---|---|
1 | % Q |
2 | std_ua=1; %2std = 2V |
3 | std_ub=1; |
4 | std_i_om=0.0002; |
5 | std_i_th=1e-7; |
6 | |
7 | dt=0.000125; |
8 | |
9 | Rs=0.28; |
10 | Ls=0.003465; |
11 | Fmag= 0.1989; |
12 | kp = 1.5; |
13 | p = 4.0; |
14 | J = 0.04; |
15 | Bf = 0.0; |
16 | Uc = 200.0; |
17 | DT = 3e-6; |
18 | |
19 | |
20 | StdQ=[ (dt/Ls)*std_ua + 0.005, ... |
21 | (dt/Ls)*std_ub + 0.005,... |
22 | 0.0002,... |
23 | 1e-7]; |
24 | |
25 | Q= StdQ.^2 |
26 | |
27 | %R |
28 |
Note: See TracBrowser
for help on using the browser.