Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Tables/imax_vs_w.h@34:51647c6c500d, 2017-11-08 (annotated)
- Committer:
- benkatz
- Date:
- Wed Nov 08 15:18:18 2017 +0000
- Revision:
- 34:51647c6c500d
testing new things
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| benkatz | 34:51647c6c500d | 1 | #ifndef IMAX_VS_W |
| benkatz | 34:51647c6c500d | 2 | #define IMAX_VS_W |
| benkatz | 34:51647c6c500d | 3 | |
| benkatz | 34:51647c6c500d | 4 | /*max achievable magnitude current vs speed, for positive and negative works |
| benkatz | 34:51647c6c500d | 5 | Speed ranges from 0 to 220 rad/s |
| benkatz | 34:51647c6c500d | 6 | */ |
| benkatz | 34:51647c6c500d | 7 | |
| benkatz | 34:51647c6c500d | 8 | float imax_pw[16] = {40.0f, 40.0f, 40.0f, 40.0f, 40.0f, 36.0f, 32.0f, 28.0f, 24.0f, 21.0f, 17.0f, 14.0f, 11.0f, 7.0f, 4.0f, 2.0f}; |
| benkatz | 34:51647c6c500d | 9 | float imax_nw[16] = {40.0f, 40.0f, 40.0f, 40.0f, 40.0f, 40.0f, 40.0f, 40.0f, 40.0f, 40.0f, 40.0f, 40.0f, 40.0f, 40.0f, 40.0f, 40.0f}; |