calculate samples and sample time from switching frequency, No of poles, Machine rpm.

4 次查看(过去 30 天)
How do I calculate samples and sample time from switching frequency, No of poles, Machine rpm.

采纳的回答

Sabin
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 个)

社区

更多回答在  Power Electronics Control

类别

Help CenterFile Exchange 中查找有关 Simscape Electrical 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by