calculate samples and sample time from switching frequency, No of poles, Machine rpm.
4 次查看(过去 30 天)
显示 更早的评论
采纳的回答
Sabin
2023-7-27
Electrical speed [rad/s] = mechanical_rpm*(2*pi/60)*Pp
Electrical frequency [Hz] = Electrical speed [rad/s] / (2*pi)
Electrical frequency [s] = 1 / Electrical frequency [Hz]
No samples per electrical revolution = Electrical frequency [s] / Ts
----------
Example: 5000 rpm, No pole pairs Pp=5 and Ts=6.25e-5
Electrical speed [rad/s] = 5000*(2*pi/60)*5 = 2618 rad/s
Electrical frequency [Hz] = 2618 / (2*pi) = 416.67
Electrical frequency [s] = 1 / 416.67 = 0.024 s
No samples per electrical revolution = 0.024 / 6.25e-5 = 38.4
I hope this helps.
更多回答(0 个)
社区
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simscape Electrical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!