All posts by Dr K P J Pradeep

21

Jun'22

Motor Selection

DriveCycle=readmatrix(‘FUDS.xlsx’); t=DriveCycle(:,1); v_mph=DriveCycle(:,2); v_kmph=v_mph*1.609; v_mps=v_kmph*5/18; d_m(1)=0; a_mpss(1)=v_mps(2)-v_mps(1); for k=2:(length(t)-1)      d_m(k)=d_m(k-1)+v_mps(k);       a_mpss(k)=v_mps(k+1)-v_mps(k); end d_m(length(t))=d_m(length(t)-1)+v_mps(length(t)); d_m=(d_m)’; a_mpss(length(t))= …

Read More

03

Jun'22

Induction

clear all close all clc % Parameters value V=400/sqrt(3); % Applied voltage in Volt Ph=3; % No of Phases P=4; …

Read More

03

Jun'22

DC

  clear all close all clc % Input variables for DC MAchine Torque- Speed Characteristics   V=input(‘Enter the value of …

Read More

[hubspot type=form portal=7279403 id=a8684de8-c9ce-41b0-9113-c40245159916]

[hubspot type=form portal=7279403 id=e68518bf-63bb-43a2-b409-d54b60e727d9]