Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

single phase motor program

조회 수: 3 (최근 30일)
Devia Rafika Putri
Devia Rafika Putri 2013년 5월 22일
마감: Sabin 2023년 1월 7일
I would like to ask if anyone has ever made a program about single phase motors, but not using simulink .. use a regular program to obtain the characteristics of the motor in the form of graphs.
  댓글 수: 3
Devia Rafika Putri
Devia Rafika Putri 2013년 5월 23일
thanks so much for commented, can i look your single phase motor formula? because i'll make a motor characteristic.. but i can't make the graph with this formula..
zf =(((r2/s)+(j*x2))*(j*xm))/(((r2/s)+(j*x2))+(j*xm))
zb = (((r2/(2-s))+(j*x2))*(j*xm))/(((r2/(2-s))+(j*x2))+(j*xm));
I = v/(r1+(j*x1)+(0.5*zf)+(0.5*zb))
PagF = (abs(I^2))*(0.5*real(zf));
PagB = (abs(I^2))*(0.5*real(zb));
Pag=PagF(i)-PagB(i);
Tind = Pag/ws;
thanks so much before, hopefully you are can help me
with sincerity
Devia
Valmir Sadiku
Valmir Sadiku 2013년 5월 24일
I used an predefined 'BLOCK' of a single phase motor, so i don't know how the formula looks behind the single phase motor 'BLOCK'. sorry

답변 (0개)

이 질문은 마감되었습니다.

커뮤니티

더 많은 답변 보기:  Power Electronics Community

Community Treasure Hunt

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

Start Hunting!

Translated by