Sunteți pe pagina 1din 50

ELECTRICAL ENGINEERING

B-TECH PROGRAMME
IN
ELECTRICAL
ENGINEERING
ELECTRICAL ENGINEERING

SEMESTER III
CS1312 NUMERICAL ANNALYSIS& COMPUTER PROGRAMMING (2-1-0)
NUMERICAL ANALYSIS
Approximation and round of error truncation errors and Taylor series;
Determination of roots of polynomials and transcendental equations by Newton Raphson, secant
and Barstow’s method;
Solution of linear simultaneous linear algebraic equation by Gauss elimination and Gauss-siedel
iteration method; Curve fitting-linear and non-linear regression analysis;
Backward, forward and central difference solution and their uses a numerical differentiation and
integration. Application of different relations in the solution of partial differentiation.
Numerical solution of ordinary differentiation equation by Euler, Modified Euler, Runge-Kutta
and Predictor-Corrector method;
Computer Programming
Introduction to computer programming in C and C++ languages. Arithmetic expression, simple
programs. The emphasis should be more on programming techniques rather than the languages
itself. The C programming language is being chosen mainly because of the availability of the
compilers, books and other reference materials.
Example of some simple C program.Dissection of the program line by line; Concepts of
variables, program statements and function calls from the library (printf for example);
C datatypes, int, char, float etc.
C expression, arithmeticoperations, relational and logic operation.
C assignment statements, extension of assignment to the operations; C primitive input output
using get char and put cher, exposure to the scanf and printf functions.
C statements, conditional execution using if, else; operationally switch and break statements may
be mentioned.
Concepts of loops; Example of loops in C using for, while and do-while; Optionally continue
may be mentioned.
One dimensional arrays and example of iterative programs using arrays, 2-d arrays; Using in
matrix computations.
Concept of sub-programming, functions. Example of functions.Argument passing mainly for the
simple variables;
Pointers, relationship between arrays and pointers; Argument passing using pointers;
Array of pointers; Passing arrays as arguments;
ELECTRICAL ENGINEERING

Strings and string library;


Structure and unions, defining C structures, passing structures as arguments; Arguments;
Program examples;
File I/O, Use of fopen, fscan and fprientf routines.
Suggested Text Books and References

 Shastry S.S., “Numerical Methods”, Prantice Hall Inc., India 1998.


 Noble Ben, “Numerical Methods”, New Tork International Publications, New York,
1964. Stanson Ralph, G., “Numerical Methods for Engineering”, Englewood Cliffs, N.J.,
Prentic Hall Inc., 1961.
 Buckinggham, R.a., “Numerical Methods”, SiorIsac Pitman Sons.LVD, London,1957.
 Bukhvalove. N.S., “Numerical Methods”, Mir .Pub. Moscow, 1977.
 Grewal,B.S.,” Numerical Methods ”,Khanna Pub., New Delhi,1998.
 SudhitKaicker,” The Complete ANSI C”, BPB Publications, New Delhi, 1996.
 Kernighan, B.W. and Ritchie D.M., “The C programming language”, Prantic hall of
India,1998.
 Byron, S.Gottfired,” programming with C”, Tata McGraw Hill, 2nd edition 1998.
ELECTRICAL ENGINEERING

ME 1312 MATERIAL SCIENCE (2-1-0)


History of materials: Source of engineering materials; categorization of engineering materials [2
or 3 materials, their properties and hence their application just to make an illustrative point];
Periodic table approach to;
Engineering materials: Atomic bonding vis-à-vis properties of materials: Crystal structure and
non crystalline structure; Miller indices.
X-ray Diffraction: Defects, their origin, Frenkel and Schottky defects; Order- disorder,
transformations, association of defects.Non- stoichiometric solids; role of defects in defining
electronics properties of materials- Si, GaAs, Dislocations 3 hours.
Diffusion in solids, atom mobilizes; temperature and impurity dependence of diffusion, various
diffusion processes.
Binary phase diagrams (Pb- Sr, Al-Si, and Au-Si etc) microstructure and its effects on properties.
Materials for use in electronics drives: Polymers, ceramics, semiconductors and metals- their
structure and properties, superconductors; dielectric, ferroelectric, memory and magnetic
materials. Case studies, Quantum mechanical approach to structure of materials: Energy bands in
solids; electrical conductivity; extrinsic and intrinsic semiconductors; carrier concentration: work
function
Carrier transport mechanism: Scattering and drift of electrons and holes; diffusion and drift of
carrier: Hall Effect.
Technology of fabrication of semiconductor devices; Unit operations: Thin film deposition;
oxidation; diffusion; implantation lithography ;etching; metallization bonding; encapsulation and
packaging; Description of a discrete drive fabrication ;IC fabrication technology.
Sensors and actuators: classification and terminology; acoustic sensor, mechanical sensors,
magnetic sensors, radiation sensors, thermal sensors, biosensors, chemical sensors and Examples
of integrated sensors.
Opto-electric materials and drives: Modulation of light: birefringence; Kerr effect, magneto
detector, Photo devices, Lasers, Optical switching devices.
Structural, chemical characterization of materials- introduction to X-ray Analysis, optical
microcopy, ESCA, SEM-EDAX, STM, AFM; case studies of Si, GaAs, ferrites, lithium niobate.
Environmental assessments of semiconductor device production retrospect and prospect.
ELECTRICAL ENGINEERING

ME-1303 STRENGTH OF MATERIALS (3-1-0)


Stress: axial load-safety concept, general concepts; stress analysis of axially loaded bars;
member strength of design criteria.
Strain: Axial strain and deformation; strains and deformation in axially loaded bars, stress-
strain relationship, Poison’s ratio, thermal strain and deformation, strain concentration.
Generalization Hooke’s law, pressure vessels, constitutive relationship- generalization concepts,
relationship between elastic constants; thin wall pressure vessels.
Torsion:Tensional stress and deformation in circular members, design of circular members in
torsion, closed coil helical spring.
SFD & BMD: Axial force, shear and bending moment diagram, introduction-direct approach for
axial force, shear and bending, bending of beams with symmetrical cross- section.
Stress in Beam: Shear stress in beams; introduction-shear flow- shear stress in beams.
Combine Stress: Transformation of stress and strain; analysis for combined loading;
transformation of stress and strain-Mohr’s rule for stress transformation.
Deflection of beams:Introduction-deflection by integration-deflection by moment-area method.
Stability of column:Introduction-Euler’s buckling load formula, Rankin’s formula-introduction
to beam column.
ELECTRICAL ENGINEERING

MH1302 MATHEMATICS-III (3-1-0)

Fourier series: Fourier series, Half-range series, Harmonic analysis

Solution in Series: Differentiation and integration of infinite series. Series solution of


differential equations, Bessel and Legendre equations, their series solution, elementary properties
of Bessel functions and Legendre polynomials

Complex Variables: Functions of a complex variable, Exponential, trigonometric, hyperbolic


and logarithmic functions, Differentiation, Analytic functions, Cauchy-Riemann equations,
conjugate functions, Applications to two-dimensional potential problems, Conformal
transformations, Schwartz-Christoffel transformation, Cauchy’s Integral theorem, Taylor’s and
Laurent’s expansions, Branch points, zeroes, poles and residues, Simple problems on contour
integration

Boundary Value Problems: Equations for vibrations of strings, heat flow and electrical
transmission lines, Laplace’s equation in Cartesian, cylindrical polar and spherical polar
coordinates, Solution by separation variables

Integral Transforms: Fourier integral theorem, Fourier transforms, Convolution theorems,


Inversion theorem for Fourier and Laplace transforms Simple applications of these transforms to
one-dimensional problems
ELECTRICAL ENGINEERING

CE 1301 FLUID MECHANICS (3-1-0)

Introduction:

Fluids and continuum; Physical properties of fluids, ideals and real fluids, Newtonian and non-
Newtonian fluids, Measurement of surface tension;

II. Kinematics of Fluid Flow:

Steady and Unsteady, uniform & non-uniform, laminar and turbulent flows one ,two and three
dimensional flows, streamlines, streak lines and path lines, continuity Equation, rotation and
circulation elementary explanation of stream function and velocity potential, graphical and
experimental methods of drawing a pressure.

III. Fluid Statics:

Pressure-density-height relationship, manometer, pressure on plane and curved surface, Centre of


Pressure, buoyancy; Stability of immersed and floating bodies, fluid masses subjected uniform
acceleration, measurement of pressure.

IV. Dynamics of Fluid Flow:

Ruler’s equation of motion alo0ng a streamline and its integration; Bernoulli’s equation and its
application Piton tube, flow through orifices, mouthpieces, nozzles weirs sluice gates under free
and submerged flow condition, Aeration of nape, capitation, free and forced vortex, momentum
equation and its application to stationary and moving vans, pipe bends. Problem related to
combined application of energy and momentum equations.

V. Dimensional Analysis and Hydraulic Similitude:

Dimensional Analysis Buckingham’s theorem; important dimensionless numbers and their


significance
Geometric, kinematic and dynamic similarity model studies;
ELECTRICAL ENGINEERING

EE1301 ELECTRICAL MEASURMENTS AND INSTRUMENTATION (3-1-0)

Electrical Measurements:Characteristics of Measuring Instruments, Accuracy and precision,


significant figures; slandered of Management &errors, Type of errors- Gross errors, systematic
errors and random errors; Probability of errors- normal distribution of errors; limiting errors;
Review of indicating and integrating instruments: voltmeter, Ammeter, Wattmeter, Multi-Meter
and Energy- Meter.
Measurement of Resistance: Measurement of low resistance- Kelvin Double Bridge;
Measurement of medium resistance- Wheatstone bridge method; Measurement of high
resistance- Megger, Insulation resistance measurement.
Magnetic measurement: Measurement of magnetic flux, magnetic measurements using Hall
Effect Measurement of self- inductance, mutual inductance; Measurement of capacitance.
Measurement of voltage: Potentiometer- Principle of the potentiometer, study of unbalanced
conditions, potentiometer use for the measurement of resistance, current and voltage, AC
potentiometers, AC Bridge method- Ac bridges under unbalanced conditions; current
measurement; Ac bridges for Inductance and capacitance measurement.
Instruments:Moving coil and moving Iron meters, Dynamometer and Induction instruments-
wattmeter and energy meter, Electronic voltmeter, multi meter, Instrument Transformer: Current
and voltage transformers: frequency, phase and power factor meters, Electronic multi meters,
Digital voltmeters, analog and digital Oscilloscopes, Time, frequency and phase angle
measurement using CRO, Spectrum & wave analyzer, Storage Oscilloscope; Signal and Function
generators, Digital Counters.
Instrumentation:Transducers- classification & selection of transducers, Strain Guage, Inductive
and capacitive transducers, Piezo-electric and Hall-Effects transducers, Thermisters,
Thermocouples, Photo- diodes& photo- transistors, Encoding type Digital transducers.
ELECTRICAL ENGINEERING

PRACTICAL/DRAWING/DESIGN

ME 1307- P Material Science Lab (0-0-3)

List of experiments

 To study the lattice structure of various types of unit cell. Observe the Miller Indices for
various Planes and directions in a unit cell.
 To study the microstructure of cast iron, mild steel, brass , solder under annealed, cold
worked, forged/ rolled conditions.
 To verify the Hall Effect
 To determine the fracture characteristics of ductile and brittle materials
 To determine the chemical composition of a few common alloys
 To determine percentage of C and SW content in an alloy with Fe as main constituent.

OR

ME 1308 – P Strength of Material Lab: (0-0-3)

List of experiments

 Introduction to testing equipments


 Uniaxial tension test (Mild steel, Timber)
 Uniaxial Compression test (Timber-along and across, concrete, bricks, etc.)
 Torsion test (Mild steel/ aluminum)
 Bending stress distribution in beams using demac gauges and extensometer
 Analysis of truss model with spring members
 Compression test on brick masonry specimen
 Hardness test
 Creep test
 Impact test
 Strength of etched and un-etched glass
 Spring test
 To study the microstructure of various metals

CS 1313- P Numerical Analysis and Computer Programming lab (0-0-3)


ELECTRICAL ENGINEERING

List of experiments

Development of computer program for

 Numerical integration by Trapezoidal and Simpson’s rule


 Gauss-siedel integration method
 Various matrix operation and their use as sub-routines
 Uses of pointers, data structures, loops, arrays.

CE1303-P FLUID MECHANICS LAB (0-0-3)

List of Experiments:

 To determine experimentally the metacentric height of ship model.


 To verify the momentum equation experimentally.
 To determine the coefficient of discharge of an orifices (or a mouth pieces) of a given
shape.
o Also to determine the coefficient of velocity ant the coefficient and the
contraction of a orifice (or the mouth pieces)
 4. to plot the flow net for a given model using the concept of electrical analogy.
 5. to measure surface tension of a liquid.
 6. To obtained the surface profile and the total head distribution of a forced vortex.
 7. To calibrate and orifice meter and study the variation of the coefficient of discharge
with the Reynolds number.

References:

1. Grade, R.J.and A.G. Mirajgaoker.”Engineering Fluid Mechanics (including Hydraulic


Machines)”Second edition.,Nem Chand & Bros,Roorkee,1983.
2. Grade, R.J “Fluid Mechanics through problem” Woley Eastern Limited, New Delhi,
1989.
3. Hunter Rouse, “Elementary Mechanics of Fluids” John Wiley & Sons, Inc., 1946.
4. L.H.Shames, “Mechanics of fluids”, McGraw Hill, Int. Student Education.
5. Vijay Gupta and S.K. Gupta “Fluid Mechanics and its applications”. Wiley Eastern Ltd.

EE1302-P ELECTRICAL MEASURMENTS AND INSTRUMENTATION LAB (0-0-3)


ELECTRICAL ENGINEERING

List of Experiments:

 Study of Kelvin’s Double Bridge and its application for measurement of low resistance.
 Schering Bridge for measurement of capacitance.
 Anderson’s Bridge for measurement of capacitance.
 Study and use of LVDT or Displacement Transformer.
 Study and use of Time Division Multiplexing(TDM)
 Study and use of Frequency Division Multiplexing (FDM).

SEMESTER IV
EE1406 POWER SYSTEM – I (3—1—0)
ELECTRICAL ENGINEERING

Generation of Electric Power:Brief description of Thermal, Hydro, Nuclear and Gas Power
Plants and other non-conventional power plants
Transmission and Distribution Systems:
DC 2-wire and 3-wire systems, AC single phase, three phase and 4-wire systems, and
comparison of copper efficiency;
Distribution Systems: Primary and Secondary distribution systems, concentrated and uniformly
distributed loads on distributors fed at one and both ends, ring distribution, sub mains and
tapered mains, voltage drop and power loss calculations, voltage regulators;
Overhead Transmission Lines:
Types of conductors, Line Parameters: Calculation of inductance and capacitance of single and
double circuit transmission lines, three phase lines with stranded and bundle conductors,
generalized ABCD constants and equivalent circuits of short, medium and shunt compensation,
introduction to FACTS, per unit representation of system quantities, steady state performance of
transmission network, elements of load flow analysis, nature of faults in electrical systems, fault
calculations in power networks, elements of economic operations
Overhead line insulators:
Type, string efficiency, voltage distribution in string of suspended insulators, grading ring,
preventive maintenance,
Mechanical design of transmission lines:
Different type tower, Sag-tension calculation, Sag-template, string chart, vibration and damping,
corona - corona losses, radio and audio noise, transmission line – communication line
interference;
Cables: Calculation of capacity of cables, charging current, stress, grading, heating of cables,
construction and characteristic of HV and EHV cable.
Tariffs and load curves:
Definition and different tariffs for domestic, commercial, industrial application, different Lad and
Load duration curve, curves and their significance
Introduction to EHV/HVDC transmission: Brief description of both the systems with working
and constructional details.
Suggested Books and References

 Grainger John, J. Stevenson, Jr. W. D., “ Power System Analysis”, McGraw Hill, 1994

EE 1408 DIGITAL ELECTRONICS (3–1–0)


ELECTRICAL ENGINEERING

Review of Binary numbers, Boolean functions, Karnaugh Maps, and minimal realization of
combinational circuits;

Half an Full Adder, Comparator, Schmitt Triggers, mono stable, bi stable a stable multi
vibrators, Multiplexer, De multiplexers, Decoders and encoders, counters, Transistors ( BJT &
MOS ) as switching element;

Logic Gates: TTL, ECL and CMOS gates;

Memories: RAM, ROM, EPROM, EEPROM, R-S, J-K, T and D flip-flops;

State transition diagram, Asynchronous and synchronous design, counters, registers;

Shift registers, A/D, and D/A Converters;

Arithmetic Circuits, State Machine Design, Memory Cells, Introduction to Digital Circuit
Testing, Introduction to Hardware Description Language, Introduction to Field Programmable
Devices.

Suggested Books & References:

 Taub and Schilling, “Digital Integrated Electronics”, McGraw Hill, 1976.

EE 1403 ELCTROMAGNETIC THEORY (3 – 1 – 0)


ELECTRICAL ENGINEERING

General Principles: Concept of gradient, divergence and curl, Ampere’s Laws, Magnetic
vectors and scalar potentials; Eddy current Loss and Skin Effect, The field concept, Source of
Electromagnetic-field, Classifications, Boundary conditions.

Boundary value problems in Electrostatics: Laplace and Poisson’s equations, Product solution
method of solving Laplace’s equation, Rectangular, Spherical and Cylindrical coordinates,
method of Images; Field plotting methods.

Magneto-static Fields: Integral theorems; Coulomb’s Law, Gauss’ Equipotential surface,


Divergence theorem, Poisson’s evaluation of capacitance, Electrostatic energy, Electrostatic
uniqueness theorem, Faraday’s Law of Magneto-static energy, Ampere’s Laws, Magnetic vector
and scalar potentials; Eddy current Loss and Skin Effect, Boundary value problems in Magneto-
static; Current sheet and flux sheet.

Electromagnetic fields: Propagation of electromagnetic waves in dielectrics and conductors,


space sheet, transmission lines, Polarization, Reflection and Refraction of plane waves, Brewster
angle, Surface impedance, Polynting theorem, Power loss in plane conductor, Transmission line
equations, Standing waves, Impedance matching, Transmission charts, Smith charts, guide wave,
Rectangular wave guides, wave impedance and characteristic impedance; Retarded potentials,
Radiation from elementary dipole and half wave dipole, Radiation Pattern.

Radiation and Antenna: Retarded potential, Hertzian dipole, Antenna pattern, directivity and
gain, Application of field theory to electrical devices.

Suggested Text books & References:

 Rao, N.N., “Elements of Engineering Electromagnetics”, Third Edition, Prentice Hall,


India, 1992.
 Mathew, N., Sadiku, O., “Elements of Electromagnetics”, Second Edition, Saunders
College Publishing, 1994.
 Ramo, S., Whinnery, S. and Van Duzer, T., “Fields and Waves in Communication
Electronics”, 3rd Edition, John Wiley and Sons, 1994.
 Kraus, J.D., “Electromagnetics”, 3rd Edition, McGraw Hill, 1989. Jordan, E.C. and
Balmain, K.G., “Electromagnetic Waves and Radiating Systems”.

EE 1404 ELECTRICAL MACHINES- I (3-1-0)

Electromagnetic and transformers:


ELECTRICAL ENGINEERING

Review of laws of Electromagnetic and Electro-mechanics.

Autotransformer: Equivalent circuits and equations shown step-up and step-down operations;
comparison with two winding transformer on the basis of copper losses and volume of copper.

Three-phase transformers, special constructional features – cruciform mitering, alternative


winding arrangements, cooling methodology, conservators, breathers, Buchholz relay,
Transformer connections, vector phase groups. Phase conversions -3 to 1, 3 to 2, 3 to 6 and 3 to
12.

Parallel operations of single and three-phase transformers and load sharing; testing of 3-phase
transformers; Special purpose Transformers; pulse ,Isolation, Welding, rectifier, High frequency.

DC Machines:

Review of constructional features. Methods of excitation, Armature windings, Power balance,


Voltage and torque equations; Operation as generator – Self excitation principles; Armature
reaction, Characteristics of generators and motors, commutation; starting and speed control
including solid state controllers; Banking losses, Efficiency; Testing, efficiency and application
of DC motors ; parallel operation of generators; Amplifying and Metaldyne.

Poly-Phase Synchronous Machines:

Constructional features, Poly-phase Distributed AC Windings; Types; Coil span and Winding
factors; Excitation systems, e.m.f. equation and harmonic elimination; Interaction between
excitation flux and armature m.m.f., equivalent circuit model and phasor diagram for circle
diagram; power angle equations and characteristics; Voltage regulation and affect of AVR;
Synchronizing methods, parallel operation and load sharing, active and reactive power control,
operation on infinite bus-bar.

Analysis under sudden short circuit; Transient parameters;

Motoring mode, Transition from motoring to generating mode Phasor diagram steady state
operating characteristics, V-curves, starting, synchronous condenser, hunting damper winding
effects, speed control including solid state control.

Testing of synchronous machines- Stability considerations; Brushless generators, Single-phase


generators;

Induction Machines:

Review of basic theory and construction, phasor diagram and equivalent circuits,

Torque-speed characteristics, testing and circle diagram; Starting and speed control including
solid state controllers.
ELECTRICAL ENGINEERING

Suggested Books & References:

 Mcpherson, George, “Introduction to Electric Machines and Transformer”, john


Wiley and sons, 1980
 NaserSyed,A, “Electric Machines and Transformer” , New York, Macmillan,
1984.
 Sen, P.C., “Thyristor DC Drives “, New York, Wiley, 1991
 Sen, P.C., “Principles of Electric Machines and power Electronics”,(Second
Edition), John Wiley & Sons 1997.
 Say, M.G.,” Alternating Current Machines”,(5th Edition) McGraw-Hill Book
co.,1992.

(CS1402) DATA STRUCURE & PROGRAMMING METHODOLOGY (2-1-0)


ELECTRICAL ENGINEERING

Elementary data structures: Arrays and strings; packing; space arrays; algorithm development;
recursion.
Sequential search, Divide and Conquer binary search; selection and insertion sort, merge sort;
quick sort; complexity of sorting. Linear lists – stacks; stack use-postfix notation recursion
removal. Queues-circular queues. Linked list-definition on Pascal and C; creation and deletion of
nodes; circular and doubly linked lists; applications of list; Graphs; UNION and FIND
operations; graph algorithms ; optimization and greedy method; minimum spanning tree, shortest
path. Trees, binary trees; threaded trees; heap sort; tries and B-trees; external
search.Backtracking.String algorithms-pattern search and text editing. Structured approach to
programming step wise refinement approach. Reasoning about programs, program specification,
pre and post condition, weakest [pre-conditions, program assertions, loop invariants.
Programming style-documentation, basic concepts program testing.
Suggested Text Books & Reference

 Wirth Niclaus, “Algorithms +Data Structure=Programs”, Prentice hall International 1978


 Horwitz, E, and Sahni, S.”Fundamentals of Data Structures”, Computer Science Press,
1978.
 Kuth,D.”Theart of computer programming”, vols.1-2, Addision-Wesley, 1970-80.
 Aho A.v.,Hopcroft, and Ullman; J.E., ”Data Structure and Algorithms”, Admission
Wesley,19782.
 Trembley and Sorenson, “Data structures using Pascal”, McGraw Hill, 1985.
 Stubbas,D.,”Dtastructurewith abstract data types and Modula 2”,Books & Cole
publications Comp.1987
 Srivastava, “Data structure through C in depth”, 2nd edition, BPB publication.

EE 1402 CIRCUIT THEORY (2-1-0)


ELECTRICAL ENGINEERING

Review of circuit concepts:

L, C, Mutual Inductance, Controlled sources, Transformers, Dot convention for coupled


circuits, Nodal & Loop analysis, Relation between field & circuit parameters.

Network Theorems (with proof):

Thevenin’s, Norton’s, Tellegen’s, Reciprocity theorem, Maximum power transfer theorem,


Compensation theorem, Reciprocity theorem.

Time and frequency domain analysis of circuits for step, ramp, exponential and damped
exponential inputs, Wave form synthesis, Laplace transform method and complex frequency
approach.

Network functions:

Driving point and Transfer function, Calculations of network function. Poles and zeros and their
significance, concept of stability of active networks, Frequency response (frequency & phase
plots);

Coupled circuits and Two-port Networks:

Analysis of mutually coupled circuits; two port parameters, relation among different parameters,
scattering parameters

Elements of Filter Design:

Low-Pass, High-Pass and Band-Pass filters; Butter worth and Chebyhev approximations: Design
of first order and second order low-pass filters; Elementary synthesis techniques.

Suggested Text Book & References:

 Kuo,F.F., ”Network Analysis” ,John Wiley and Sons inc.,1966.


 Valkenburg, Van “Network Analysis ”,PHI

PRACTICAL

EE 1407-P CIRCUIT THEORY LAB (0-0-3)


ELECTRICAL ENGINEERING

List of Experiments:

i. Verification of Tellegen’s Theorem and Reciprocity theorem.


ii. Time and Frequency domain analysis of circuits for Step, Ramp and Exponential inputs.
iii. Design of first order and second order Filters.
iv. Analysis of mutually coupled circuit.
v. Response of RLC series circuit for Step input.
vi. Wave form Synthesis using CRO.
vii. Design and simulation circuit by using software.

EE 1408-P ELECTRICAL MACHINES LAB (0-0-3)

List of Experiments:

Characteristics of DC Machines motors and generators with different excitation;

Hopkinsin’s test and Fields test-loss calculations and prediction of performance characteristics;

 Griffiths D.J.,” Introduction to Electo dynamics”, PHI, 1981.


 Nasar Syed, A.,”Electric Machines & Power Systems, Volume-I”, McGraw-Hill, Inc
U.S.A., 1995.
 NasarSyed,A. &Unnewehr, L.E.,” Electro mechanics & Electric Machines, Volume-
II”,John Wiley & Sons, Canada,1971.
 OpenshawTayor,E.,”The performance & Design of A.C.Commutator Motors”, A.H
Wheeler & Co(P)Ltd.,Allahabad,1971.
 Ivanov-Smolonsky, A., “Electrical machines vol-2”, Mir Publishers Moscow, 1982.
 Ivanov-Smolonsky, A., “Electrical machines vol-3”, Mir Publishers Moscow, 1982.
 Filzgerald, A.E. & Kingsley Charles, Jr.,” Electrical Machinery”( 2nd Ed.), McGraw-
Hill & Kogakusha company Ltd. Japan,1961.

Speed control of DC motors-conventional and electronics.

Determination efficiency of single-phase transformer by using back-to-back test;

Determination efficiency of single-phase transformers by R-L & R-C loads.

Determination of equivalent circuit parameters of a three-phase slip-ring induction motors;

Determination of equivalent circuit parameters of a three-phase squirrel cage induction motor by


block rotor test and to draw circle diagram;
ELECTRICAL ENGINEERING

Phase conversion using Scott connection and perform load test.

No-load short-circuit and zero power factor (ZPF) tests on a synchronous machine;

Determination of voltage regulation at specified load by (i) EMF (ii) MMF (iii) Potier method,

(iv) ASA methods and comparison of results; Load angle characteristic and comparison with
theoretically predicted results.

V-curves and inverted V-curves of synchronous machines; Comparison with predicted


characteristics; Synchronization of three phase alternator with infinite bus bar; Study of variation
of excitation and mechanical power input on performance.

Slip test, short circuit and lagging current test on a salient pole machine and determination of
armature parameters; Estimation of voltage regulation at specified loads using Blonde’s method;
Comparison with results from load test.

Sudden short circuit test and determination of Xc , X d , X d and machine time constants.
Determination of X1, X2, X0 by fault simulation methods;

Study of Automatic Voltage Regulators(AVR) and from grid to stand alone mode.

 McPherson, G. and Laramore R.D.,” An Introduction to Electrical Machines and


Transformer”,( 2nd Edition),John Wiley & Sons, 1990.
 Say M.G., and Taylor, E.O.,” Direct Current Machines”, 3rd Ed. Pitman 1961.
 Del Toro, V.,” Electrical Machines & Power Systems”, 1985, Prentice Hail, Inc
Englewood Cliffis, 1985.
 Del Toro, V.,” Electro mechanical devices for Energy Conversion & Control Systems”,
1985 ,PHI Pvt.Ltd.,1985.
 Garik , M.L. &Weil, R.T.,”DC& AC Machines”, Affiliated East-West PVT Ltd. East-
West student Edition,1968.
 Konsow, I.L.,” Electric Machinery &Transformers”, PHI, 2nd Ed .1992.

EE 1409-P DIGITAL ELECTRONICS LAB (0-0-3)

List of Experiments:

 To study the switching characteristics of a diode.


ELECTRICAL ENGINEERING

 To study the switching characteristics of a Bipolar Junction Transistor.


 Implementation of logic functions using gates, Multiplexers and De-multiplexers.
 To set up an RS, a clocked RS, J-K, Edge triggered J-K, Master Slave K-J flip-flops
using NAND Gates.
 Design & implementation of sequential memory using shift register to design and test
counters and sequence detectors using J-K flip-flops.

EE- POWER SYSTEM – I (0-0-3)

List of experiments:

1) Determination of the generalized constants A, B, C, D of a long transmission line;


2) Simulation of DC distribution by network analyzer.
3) Measurement of earth resistance by earth tester.
4) Di electric strength test of insulating oil.
5) Determination of break down strength of solid insulating material.
6) Different parameter calculation by power circle diagram.
7) Study of different types of insulators.
8) Active & reactive power control of an alternator.
9) Study and analysis of an electrical transmission line circuit with the help of PSPICE.
10) Dielectric constant, tan delta, resistivity test of transformer oil.

SEMESTER- V
HS1501 MANAGEMENT SCIENCE (2-1-0)
Principle of management: Definition and concept of management, Evolution of management
thought, System approach and decision. Theory approach to management; process of decision-
making;
ELECTRICAL ENGINEERING

Function of Management Planning: Types of plans, major steps in managerial planning.


Categories MB; organization; nature and purpose of organization; Basic department .Co-
ordination supervision, communication and direction, Leadership, Motivation; Controlling;
nature and purpose control techniques and information technology. International Management;
Japanese Management vs. U.S. Management Managerial functions in international business;
Organization Theory: Group Dynamics; Defining and classifying groups, Group processes,
Group task.
Group Co-hesiveness: Contlict Management discovery of conflicts, processing of grievances,
conflicts resolutions, stress management: Nature of stress, Potential Sources of stress,
consequences strategies.
Suggested books and References:
Koontz H. and Weihrich, H., “Essential Management”.
Mathur, S.S., “principle of management”
Agarwal, R.D., “Organization and management”
Robbin, S.P., “Organizational Behavior”
Hicks and Gullet, “Organizations: Theory and Behavior”
Allen, : Management and Organization”.

EE1502 CONTROL ENGINEERING (3-1-0)


Introduction to Control Problem
Scope of control, parts of a control system, Mathematical modeling of physical systems –
Mechanical, Electrical, and Hydraulic systems, Differential equation; Systems with dead-time,
System response; Control hardware and their models: Potentiometers, Synchros, LVDDT,DC and
ELECTRICAL ENGINEERING

AC Servomotors, Tacho-generators, Electro-hydraulic vales, Hydraulic servomotors, Electro-


pneumatic valves, Pneumatic actuators; Closed-loop systems, Block diagram and Signal flow
graph analysis, Transfer function.
Basic characteristics of feedback control systems
Stability, steady-state accuracy, Transient accuracy, Disturbance rejection, Sensitivity and
Robustness; Basic modes of feedback control: Proportional, integral and derivative; Feed-
forward and multi-loop control configurations, Stability concept, relative stability, Routh
Stability criterion;
Time response of second-order systems, steady-state errors and error constants;
Performance in time-domain; Root locus method of design; Lead and lag compensation.
Frequency-response analysis
Relationship between time and frequency response, Polar plots, Bode’s plot, stability in
frequency domain, Nyquist plots, Nyqusit stability criterion; Performance specifications in
frequency-domain; Frequency-domain methods of design, Compensation and their realization in
time and frequency domain; Lead and lag compensation.
Op-amp based and digital implementation of compensators; tuning process controller; State
variable formulation and solution.
State variable Analysis
Concepts of state, State variable, state model, state models for linear continuous time
functions, Diagonalization of transfer function, Solution of state equation.; Concept of
controllability and observability;
Introduction to optimal control and non-linear control
Optimal control problems, regulator problem, Output regulator, trekking problem; Non-linear
system-basic concept and analysis;

Suggested Books & References:


 Gopal,M., ”Control Systems: Principles and Design”, Tata McGraw Hill, 1997.
 Kuo, B.C., “Automatic Control System”, Prentice Hall, Sixth Edition,1993
 Ogata, K., “Modern Control Engineering”, Prentice Hall, Second Edition, 1991.
 Nagrath&Gopal, “Modern Control Engineering”, New Ages International.
EE 1503 ELECTRICAL MECHANICS LAB (3-1-0)
3-PHASE Induction Motor:
Review of Constructional details, Poly-phase Distributed AC Windings, production of EMF,
Coupled circuit equations, Steady state analysis- Equivalent circuit, Phasor diagram, power flow
diagram and torque-slip characteristics; Starting and speed control; Effect of rotor resistance,
ELECTRICAL ENGINEERING

deep and double cage rotor; Speed control schemes including solid state and vector control;
Braking.
Effect of space/time harmonics and analysis; Testing, looses and Efficiency; Induction
generators- Grid connected and Self excited mode; Applications;
Single Phase Motors:
Induction types double field revolving theory, equivalent circuit, Characteristics, Starting of
Single-phase motor, Shaded pole machines.
Synchronous type Hysteresis motor, Reluctance motor, Stepper motors, Variable reluctance and
permanent magnet type, Permanent Magnet Synchronous motor, Brushless motor;
Special Electric Motors
Switched reluctance motor, linear machines-Power energy and levitation types; Permanent
Magnet DC motors.
Machines for control Systems
Disc motors, Printed circuit Motors, Servo motors- AC and DC, Tacho generators,
Synchronous, Disc Machines.

EE1501 ANALOG ELECTRONICS (2-1-0)

Review of construction, operation and characteristics of diodes and BJTs:

Region of operation; Biasing, Bias stability; Current mirror biasing; Transistor as an amplifier;
Load line analysis ; Design for maximum symmetrical swing, thermal stabilization; FET: JFET
ELECTRICAL ENGINEERING

and MOSFET devices: Device structure, characteristics and equations; FET as an amplifier;
common source, Common drain and Common Gate configuration;

Small Signal Analysis:

Mid-frequency response of BJT and FET circuits; Hybrid parameter models and analysis Low
frequency response including the effects of emitter bypass and coupling capacitors; High
frequency response;

Multistage Transistor Circuits:

Differential amplifier, cascade amplifier; internal details of Op-amps; some linear and non-
linear applications of Op-amps; Schmitt trigger using Op-amp;

Power Amplifiers:

Class A, Class B, Class C, operation; Push Pull Amplifier; Complementary, symmetry


configuration;

Feedback in Amplifiers:

Different types of feedback; stability and oscillation; Wien bridge, phase Shift; colpitts and
Hartley Oscillators;

Operational Amplifier (741) – use and its applications

Introduction to and use of Circuit Simulation software (SPICE)with an Op-amp;

EE1504 POWER SYSTEM-II (3-1-0)


ELECTRICAL ENGINEERING

System Representation:

Single line representation, Per Unit System, Modeling of Transformer, Load, Synchronous
Machine;

Formulation of Network Matrix:

Bus admittance and impedance matrices, Algorithm for formulation of Z-Bus and Y-Bus
matrices, Modulation of bus impedance matrix, Sparsity oriented inversions for Y-Bus;

Short Circuit Studies:

Short Circuit Studies for balanced three phase network for various types of shunt faults using
sequence network, short circuit studies using Z-Bus Matrix;

Load Flow Studies:

Power System equations, solutions techniques, Gauss-Seidel iteration method, Newton-Raphson


method, Fast Coupled method, Comparison of Methods, Acceleration of Convergence, Voltage
Control busses, Digital Computer Studies of Load Flow. Information from Load Flow;

Stability Studies:

Stability Problem, Swing Equation, Power Angle Equation, Equal area criteria of stability,
Elements of steady state and Dynamic Stability studies, Methods of Simulation for transient
stability, Representation of network, load and generator, System Security concepts.

Power System Monitoring and Control:

Economic operation and load dispatch, Elementary ideas of Voltage-VAR and load-frequency
controls, Load-frequency control elements, voltage control elements, Block Diagram
Representation of Hydro and steam turbine governors, Tie-line bias Current.

EE 1505 DIGITAL ELECTRONICS AND LOGIC DESIGN (3-1-0)

Number system and Codes:


ELECTRICAL ENGINEERING

Decimal Odometer, Binary Odometer, Number Codes Why binary Numbers are used, Binary-to-
decimal Conversion, Decimal-to-binary conversion ,Hexadecimal Numbers, Hexadecimal-binary
conversion , Hexadecimal-to-decimal Conversion, Decimal-to-hexadecimal Conversion, BCD
Numbers, The ASCII Code.

Gates:

Inverter, OR, AND, NOT, NOR and NAND Gate, Boolean Algebra, De-Morgan’s Second
Theorem, Exclusive-NOR Gate, Controlled Inverter.

TTL Circuits:

Digital integrated Circuit, 7400 Devices, TTL Characteristics, TTL overview, OR-Inverter Gates,
Open-Collector Gates Multiplexers.

Boolean algebra And Karnaugh Maps:

Boolean Relations, Sum-of-products Method, Algebraic Simplification, Karnaugh Maps, Pars,


Wads, and Octets, Karnaugh simplifications, Don’t-care Condition.

Arithmetic-Logic Units:

Binary addition, Binary Subtraction, half Adders, Full Adders, Binary Address, Singed Binary
Numbers, 2’s Complements, 2’s Complement Adder-Subtractor.

Flip Flops:

RS Latches, Level clocking, D-latches, Edge-triggered D Flip-Flops, Edge triggered 7K Master-


Slave Flip-Flop.

Registers and Counters:

Buffer Registers, Shift Registers, Controlled Shift Registers, Ripple Counter, Synchronous
Counters, Ring Counters, Other Counters, Three-state Register, Bus-Organize Computers.

Memories:

RAMs ROMs, PROMs, EPROMs; TTL Memory, Hexadecimal Addresses.

PRACTICAL/DRAWING/DESIGN

EE-1506-P ANALOG ELECTRONIC LAB (0-0-3)

List of Experiments:

 To design and test of a multistage RC-coupled amplifier with given specifications.


 To design and test a current mirror using BJTs.
ELECTRICAL ENGINEERING

o (a)Set up an RC oscillator using BJT to give sinusoidal output at 2 khz.


o (b)Set up a Wien bridge oscillator using a BJT to give sinusoidal output at 2 kHz.
 To design and test a series voltage regulator with short circuit protection.
 To design and test a complementary symmetry power amplifier and observe the
performance.
 To implement a summer and integrator by using op-amps.

SUGGESTED BOOKS & REFERENCES:

 Sedra Adel, S. And Smith Kenneth C.,”Microelectronic Circuits Engineering”, June 1997.
 Sedra, K.C., “1995 problems supplement to Microelectronic Circuits”, Oxford University
Press,1995
 Roberts, G.W. and Sedra, A.S., “Spice (The Oxford Series in Engineering and Computer
Engineering)”, second edition,1996
 Millman & Taub, “ Pulse Digital Switching Wave forms” McGrew Hill.EE 1509-P

EE1509- P DIGITAL ELECTRONICS & LOGIC DESIGN LAB (0-0-3)


List of Experiments:

 Verification of logic Gates.


 Verification and realization of different Flip-flops.
 Study of 4-Bit Register.
 Study of Synchronous Counter.
 Study of BCD Counters.
 Study of Ripple Counters.
 Design of MOD 6 Counters.
 Design of Up and Down Counter.

Suggested Books & References:

 Malvino,A.P. “ Digital Computer Electronics”


 Taub& Shilling, “Digital Integrated Electronics” McGraw Hill, 1976.

EE 1507-P ELECTRICAL MACHINE II LAB (0-0-3)

List of Experiments:

 Parallel operation of two identical Three-phase transformers.


 No-Load Short circuit and Zero power Factor test on synchronous machine.
ELECTRICAL ENGINEERING

 Determination of Torque-speed Characteristics of a three phase induction machine in


braking, motoring and generating regions and its calibrations.
 Study the effect of rotor resistance on the load characteristics of a wound rotor induction
motor.
 Speed Control of a induction Motor- Conventional and Electronics control. Solid State
Speed Control Using (i) V Constant, (ii) V/f constant, (iii) Slip-energy injection.
 Load Characteristics of Induction generator working in (i) Grid Connected Mode, (ii)
Self-excited mode.
 Determine the Equivalent circuit and parameter of single phase Induction motor.
Prediction of torque-speed Characteristics and Verification of Load Test.
 Load Characteristics of Universal motor, operation of DC and AC supply. Comparison of
performance with two results.
 Starting of slip-ring induction motor by using (a) three phase variac, (b) star connected
rheostat, (c) Oil-immersed rotor resistance starter.
 Experimental determination of performance characteristic of two-phase servo motor.
 Determination of equivalent circuit parameters of three –phase Induction Motor by (i) no-
load test, (ii) Blocked rotor test; and to draw the circle diagram of 3-phase Induction
Motor.
 Determination of torque and slip rate characteristics of stepper motor & determination of
operating range.
 Load characteristics of hysteresis motor and shaded pole motor.
 Characteristics of permanent magnet motor.
 Characteristics of Switched Reluctance Motor.

Suggested Books & References:

 Mepherson, George, “Introduction to Electric Machines and Transformers” John


Wiley and Sons, 1980.
 Naser Syed, A., “Electric machine and Transformer “New York, Macmillan, 1984.

EE 1508-P POWER SYSTEM II LAB (0-0-3)

List of Experiments:

 Power factor control of a system excited by single phase supply.


ELECTRICAL ENGINEERING

 To determine phase sequence of a three-phase circuit using (i) RC Methods, (ii) two lamp
methods.
 Measurement of Earth resistance by Earth Tester.
 Study the different type of insulator.
 Simulation of DC distribution by network analyzer.
 To determine positive, negative and zero sequence impedance of three-phase
transformer/three-phase induction motor.
 Power factor control of a system excited by single-phase supply.
 Simulation of DC distribution by Network Analyzer.
 To determine generalized constant A, B, C, D of a given System.
 To determine dielectric strength of insulating oil.

Suggested Books & References:

 Elgerd, O.I.,”Electrical Energy system Theory: An introduction “, Tata McGraw Hill.


Second Edition, 1982.
 Kundur,p., “Power system stability, Vol I: Elements of Stability Calculations” John
Wiley & Sons,1948.
 Kundur,p.,” Power System Stability and Control” McGrew Hill, 1994.

SEMESTER VI

EE1603 POWER ELECTRONICS (3-1-0)


Power Semiconductor Drives:
ELECTRICAL ENGINEERING

History of development of Power electronic Drives, Constructional features; Characteristics,


rating and specification, gate/base drive circuits; Protection including cooling and application of
diodes; SCRs, GTOs, BJTs, MCT, MOSFET and IGBT; Electromagnetic interferences.
AC to DC converters:
Operation and analysis of single phase and multi-phase uncontrolled and controlled rectifiers
with R,R-L, and back EMF load, effect of source inductance, Freewheeling effect; Power Factor
Improvement methods for Phase-Controlled rectifiers; Filters.
AC to AC converter:
Operation and analysis of single- phase integral cycle and phase controlled converters;
Configuration of three- phase controllers.
DC to DC converters:
Single phase and their phase bridge inverters, VSI and CSI, voltage control- PWM and square
wave operation; Harmonics and their reduction techniques.
Cyclo- converters:
Single-phase and three phase configuration and operating principle.

EC 1612 SIGNALS & SYSTEMS (2-1-0)

Dynamic Representation of Systems

Systems Attributes, causality linearity, Stability, Time-invariance; Special Signals, Complex


exponentials, Singularity functions – Impulse and step functions; Linear time invariant systems;
ELECTRICAL ENGINEERING

Differential equation representation, Convolution integral, Discrete form of special functions,


discrete convolution and its properties, Realization of LTI- Differential and Difference equations.

Fourier analysis of Continuous Time Signals and Systems

Fourier series, Fourier Transform and properties, Parseval’s theorem, frequency response of LTI
systems; Sampling theorem;

Fourier analysis of Discrete Time Signals and Systems

Discrete Time Fourier Transform, and properties, Frequency response of discrete time
LTI systems;

Laplace Transform

Laplace Transform and its inverse: Definition, existence conditions, region of Convergence and
properties, Application and Laplace transform for the analysis of continuous time LTI systems;
Significance of poles and zeros.

Z-Transform

Z-Transform and its inverse: Definition, existence conditions, region of Convergence


and properties, Application of Z-Transform for the analysis of discrete time LTI systems;
Significance of poles and zeros.

Random Signals

Introduction to probability; Bayes Theorem, Concept of random variable, Probability density and
distribution functions, Function of a random variable ; Moments, Independence of a random
variable; Introduction to random process; Auto and cross correlation; power spectral density,
White noise, Random signal analysis;

Suggested Books &References:

 Oppenheim Alan, V., Willsky Alan. S., and Nawab, H. “Signal and Systems”.
Prentice Hall, 1997.
 HaykinSymon, ”Communication Systems” , 3rd Edition, John Wiley, 1995.
ELECTRICAL ENGINEERING

EE 1605 DESIGN OF CONTROL SYSTEMS (3-1-0)

 Review of frequency response, Frequency domain specifications; Design of


controllers for single loop systems in the frequency domain – Lag, Lead, Lag-
Lead networks as compensators; Design of P, PDT,I,PI and PID controllers for
first, second and third order systems; Control loop with auxiliary feedback, Feed
forward control, Multivariable control.
 Ziegler and Nichol’s methods, Oppelt’s method; State variable
representation of control systems; Design using state variable feedback;
 AC Carrier Control Systems
ELECTRICAL ENGINEERING

 Modern Control Theory


 Formulation of equations of a system – Linearization, Input-output relations,
State space methods; State transition Matrix, Stability, controllability, Observe
ability and Transfer Function
 Lyapunov’s direct method, Sensitivity, Optimal control formulation, Calculus of
variations, Performance indices, Pontryagin’s maximum principle. Time optimal
control, Principle of optimally, Dynamic programming.
 Pole placement, Quadratic performance index, Linear regulator problem.

EE-16 ELECTRICAL DRIVES (3-1-0)

Electrical drive: Concept, classification, parts and advantages of electrical dives.

Dynamics of Electrical Drives: Types of Loads, Components of load toques, Fundamental torque
equations, Equivalent value of drive parameters for loads with rotational and translational
motion.
Steady state stability, Transient stability, Multi quadrant operation of drives; Load equalization;
Motor power rating: Thermal model of motor for heating and cooling, classes of motor duty,
determination of motor rating for continuous, short time and intermittent duty, equivalent
current, torque and power methods for fluctuating and intermittent loads.
ELECTRICAL ENGINEERING

Starting of Electric Drives: Effect of starting on Power supply, motor and load;
Methods of stating of electric motors, Acceleration time Energy relation during stating, methods
to reduce the Energy loss during starting.
Breaking of Electric Drives: Types of breaking, breaking of DC motor, Induction motor and
Synchronous motor, Energy loss during braking;
DC motor drives: Single phase, three phases fully controlled and half controlled rectifier fed DC
drives.
Dual converter control of DC drives. Power factor, supply harmonics and ripple in motor current.
Chopper control of DC drives.

Induction motor drives: Stator voltage variation by three phase controllers, Speed control using
chopper resistance in the rotor circuit, slip power recovery scheme. Pulse width modulated
inverter fed and current source inverter fed induction motor drive. Volts/Hertz Control, Vector or
Field oriented control. Synchronous motor drive: Variable frequency control, Self-Control,
Voltage source inverter fed synchronous motor drive, Vector control.

Introduction to Solar and Battery Powered Drive, Stepper motor, Switched Reluctance motor
drive Industrial application: Drive consideration for Textile mills, Steel rolling mills, Cement
mills, Paper mills, Machine tools. Cranes & hoist drives.

Text Books:
1. Fundamental of Electrical Drives, G.K. Dubey, New Age International Publication.
2. Electric Drives, Vedam Subrahmanyam, TMH
3. A first course on Electrical Drives, S.K. Pillai, , New Age International Publication.
Reference Books:

1. Electric motor Drives, R. Krishnan, Pearson Education. Modern power Electronics and AC
drives, Bimal K Bose, PHI

EE POWER PLANT ENGINEERING (3-1-0)

THERMAL POWER PLANT


Basic thermodynamic cycles, various components of steam power plant layout pulverized coal
burners- Fluidized bed combustion-coal handling system sash Handling systems- Forced draft
and induced draft fans- Boilers-feed pumps super heater regenerator-condenser- de regenerators-
cooling tower
HYDRO ELECTRIC POWER PLANTS
Layout-dams-selection of water turbines-types-pumped storage hydel plants
NUCLEAR POWER PLANTS
Principles of nuclear energy- Fission reactions-nuclear reactor-nuclear powerplants
GAS AND DIESEL POWER PLANTS
ELECTRICAL ENGINEERING

Type’s open and closed cycle gas turbine, work output & thermal efficiency, Methods to improve
performance-reheating, inter cooling’s, regeneration advantage and disadvantages- Diesel engine
power plant-component and layout
NON-CONVENTIONAL POWER GENERATION
Solar energy collectors, OTEC, wind power plants, tidal power plants and geothermal resources,
fuel cell, MHD power generation-principle, thermoelectric power generation, thermionic power
generation

TEXT BOOKS
1. A Course in Power Plant Engineering by Arora and Domkundwar, Dhanpat
Rai and
Co.Pvt.Ltd., New Delhi.
2. Power Plant Engineering by P.K. Nag, Tata McGraw Hill, Second Edition ,
Fourth reprint 2003.
REFERENCES()
1. Power station Engineering and Economy by Bernhardt G.A.Skrotzki and
William A.
Vopat- Tata McGraw Hill Publishing Company Ltd., New Delhi, 20th reprint
2002.
2. An introduction to power plant technology by G.D. Rai-Khanna
Publishers, Delhi-
110 005.
3. Power Plant Technology, M.M. El-Wakil McGraw Hill 1984.

EE 1601 MICROPROCESSOR & MICROCONTROLLER (2-1-0)

Architecture of 8085 Microprocessor:

Function Block Diagram-Registers, ALU, Bus System, Timing and Control signals, Machine Cycles and
timing diagram.

Programming of 8085

Instruction format, Addressing Modes, Instruction set, Need for a Assembly Language- Development of
assembly language programs.
ELECTRICAL ENGINEERING

Memory Interface:

Interface requirements-Address space partitioning-Buffering of Buses-timing constraints, Memory control


signals, Read and write cycles, Interdicting SRAM, EPROM and DRAM section.

I/O Interfacing:

Memory mapping I/O scheme, I/O mapped I/O/ scheme, Input and output cycle, Simple I/O port,
Programmable peripheral Interface (8255), Data Transfer Scheme: Programmable data transfer, DMA
Data transfer, Synchronous, Asynchronous and Interrupt driven data transfer scheme, Interfacing, Simple
Keyboards and LED Display.

Interrupts and DMA:

Interrupt feature, Need for interrupts, Characteristics of Interrupt, Types of Interrupts, Interrupts
structure, Methods of servicing Interrupts , Developments of Interrupts service subroutines, Multiple
Interrupt request and their handling, Need for direct Memory Access, Device for Handling DMA,
Programmable DMA controller 8237.

Applications:

Interfacing of A/D converters (ADC 0800/ADC 8080/ADC 0809); Interfacing of DMA converters (DAC
0808), Waveform Generators, Multiplexed Seven Segment LED display Systems; Measurement of
frequency, Phase angle and Power factor; Traffic Light Controller, Stepped Motor Control.

Intel 8051 Microprocessor:

Architecture of 8051; Memory organization, Addressing Modes; Instruction Set; Boolean processing;
Simple Programs;

8051 Peripheral Functions:

8051 Interrupt Structures; Timer and Serial Functions; Parallel port features; Modes of operation: Power
control; Interfacing of 8051; typical applications, MCS family features 8031/851/8751.

PRACTICAL:

EE 1609-P CONTROL SYSTEMS LAB (0-0-3)

List of experiments:

 Identification of transfer function of a system using Bode plots from exponentially


obtained frequency response.
 Experimental study of characteristics of Synchro device & AC and DC servo motor.
 Position control of DC servo system with Lead / Lag compensator in the loop.
 Experimental study of a hydraulic servomechanism.
 Experimental study of a pneumatic system.
ELECTRICAL ENGINEERING

 PID tuning on process control simulator.


 Stepper motor control using 8-bit Microprocessor.
 PID control of thermal and / or liquid level system.
 Study of proportional, integral and Derivative control.
 Study of stability of a control mechanism.

Suggested Books & References:

 Gopal, M. “Control systems: Principles and Design”, Tata McGraw Hill, 1997.
 Kuo, B.C. “Digital Control systems” , 2nd edition, Saunders college publishing, 1992
 Ogata, K., “Discrete Time Control systems”, Prentice Hall, 1987.

EE 1606-P POWER ELECTRONICS LAB (0-0-3)

List of experiments:

 Study of V-I characteristics of SCR, Triac and Diac.


 Study of BJT and IGBT, GTO and MOSFET.
 Study of a UJT firing circuit for the control of SCRs.
 To generate and study the PWM control signal for single- phase DC to Dc inverter.
 To study and use of the single-phase half controlled and fully controlled AC to DC
Converter and effect of firing angle control on load Voltage and waveforms.
 To study and use of back to back connected SCR / Triac controlled AC Voltage controller
and its wave forms with Variation of firing angle.

EE-16 ELECTRICAL DRIVES LAB (0-0-3)

1. Study of thysistor controlled DC Drive.


2. Study of Chopper fed DC Drive
3. Study of AC Single phase motor-speed control using TRIAC.
4. PWM Inverter fed 3 phase Induction Motor control using PSPICE / MATLAB / PSIM
Software.
5. VSI / CSI fed Induction motor Drive analysis using MATLAB/DSPICE/PSIM Software.
6. Study of V/f control operation of 3Φ induction motor drive.
7. Study of permanent magnet synchronous motor drive fed by PWM Inverter using Software.
8. Regenerative / Dynamic braking operation for DC Motor - Study using software.
ELECTRICAL ENGINEERING

9. Regenerative / Dynamic braking operation of AC motor - study using software.


PC/PLC based AC/DC motor control operation.

EE1607-P MICROPROCESSOR & MICROCONTROLLER LAB (0-0-3)

List of Experiments:

 Programming to add (i) two 8- bit numbers, (ii) two 16- bit numbers.
 Programming to find the smallest number in the data entry.
 To find large of two number.
 To find large number from a series of a number.
 To arrange a series of number in descending order.
 To find 1’s complements of a 16-bit/8-bit.
 To find 2’s complements of a 16-bit/8-bit.
 Programming to find multiplication of a two 8-bit Number.
 Programming to find a square root of a number.
 Programming and verification of speed control of a stepper motor.
 Programming and verification of seven segment display.

Suggested Books & References:

 Gaonkar, R.S., “Microprocessor Architecture Programming and application with


the8085/8080A”, 3rd Edition, Penram international Publishing House, 1997.
 Kenneth, L.Short.” Microprocessor and Programming Logic” Pretice Hall of India
2ndEdition, 1987.
 Microcontroller Hand Book, INTEL, 1984.

SEMESTER VII

EE1701 COMPUTER AIDED POWER SYSTEMS (3-1-0)

Representation of power system Components

- Modeling, Y-Bus formulation


- GS, NR,FDLF methods

Optimal Power system operation

- Unit commitment
- Reliability
- Economic Dispatch
ELECTRICAL ENGINEERING

- Emission Dispatch
- Optimal load flow
- Optimal Hydro-thermal scheduling
- Power System security

State estimation

Load forecasting

Fault analysis – balanced and unbalanced

Automatic generation control

Power System Transients

Computer Aided Power system Protection

EE 1703 POWER SYSTEM PROTECTION & SWITCH GEAR (3 – 1 – 0 )

Protection

Importance of Protective relaying in Power Systems, Fundamental requirements of a


good protection Scheme; Primary and Back – up Relaying;

Classification of Relays

Constructional – Electromechanical and Static Relays, Over-current, Directional,


Differential, Distance Relays, etc. and their principles and applications.
ELECTRICAL ENGINEERING

Current Trend in Protective Relaying

Microprocessor and PC Relaying

Switchgear

Classification of Switchgear, Fault Analysis, Symmetrical Faults on Synchronous


machine, Fault clearing process, Arcing phenomena and principles of arc interruption, AC and
DC circuit breakers, Different types of Circuit Breakers and their constructional features, Testing
and Selection of Circuit Breakers.

EE-17 PROCESS CONTROL & INSTRUMENTATION (3-1-0)

Description of Signals and Systems: Types of signals and their characteristics, types of
Systems and their behavior;

Discrete-time description of signals: Discrete-time sequences, their frequency domain


Behavior, comparison with analog signals, convolution of two sequences, sampling a Continuous
function to generate a sequence, reconstruction of continuous-time signals From discrete-time
sequences; Discrete-time description of systems: Unit-sample response of a system, Time-
invariant Systems, Superposition principle for linear systems, Stability criterion for discrete-time
Systems, Causality criterion for discrete-time systems, linear constant-coefficient Difference
equations;
Discrete-time Fourier transform: Definition of Fourier transform (FT), important
Properties of FT, properties of FT for real-valued sequences, use of FT in signal
Processing, FT of special sequences, the inverse FT, FT of the product two discrete-time
ELECTRICAL ENGINEERING

Sequences;

Discrete Fourier Transform: The definition of the Discrete Fourier Transform (DFT),
Computation of the DFT from the discrete-time sequence, properties of the DFT,
Circular convolution, performing a linear convolution with the DFT, computations for
Evaluating the DFT;

Z-transform: Definition of the z-transform, properties of the z-transform, the system


Function of a digital filter, combining filter sections to form more complex filters, digital
Filter implementation from the system function

Relationship between the Fourier transform and the z-transform, the z-transform of
Symmetric sequences, the inverse z-transform;

Books:
1. Theory and Applications of Digital Signal Processing – Rabiner and Gold, Pearson
2. Digital Signal Processing – Oppenheim and Schafer, Pearson
3. Digital Signal Processing: A Computer Based Approach, Sanjit K. Mitra, TMH

PRACTICAL:

EE 1705-P COMPUTER AIDED POWER SYSTEM LAB (0-0-3)

List of experiments:

 Study of Security of Power System.


 Study of Faults inPower System.
 Study of methods of Fault Detection in Power System. For unbalanced and unbalanced
loadings.
ELECTRICAL ENGINEERING

 Computer Aided Design of Control Automatic Power Generation.


 Computer Aided Design of Power System Protection.
 Experiments based on the problems discussed in the class such as Y-Base formulation,
optimal load flow analysis, Load forecasting etc.

Suggested Books & References:

 Nagrath, I.j. and Kothari, D.P. “Power system Engineering”, Tata McGraw Hill, New
delhi, 1994
 Mahalanabis, A. k., Kothari, D.P. and Ahson “Computer Aided Power System Analysis
and Control”, TMH, New delhi, 1998.

EE 1706-P SWITCHGEAR & PROTECTION LAB (0 – 0 – 3)

List of Experiments:

 Study of protective relays and their working.


 To study the function of Buchholz relay.
 To draw the characteristics curves of percentage biased differential relay for various
current setting and bias setting.
 To study the characteristics feature of inverse time over – current relay.
 Study of digital distance relay.
 Study of various types of Switchgears.
 Study of different types of faults occurring in Transmission Network.
 Study of various types of Protection Systems of Power Systems.
ELECTRICAL ENGINEERING

 Study of different types of Electromechanical and Static Relays.


 Study of different types of Circuit Breakers.
 Testing and application of Circuit Breakers.
 Study of different types of faults occurring in Circuit Breakers.
 Fault classification using MATLAB.

Suggested Books & References:

 The Elementary Council, “Power System Protection”, Vol. 1, 2 & 3, Peter Peregrinus
Ltd., 1990.
 Van, A.R. & Warrington, C. “Protective Relays:Their Theory and Practice”, Vol. 1 &2,
Chapman and Hall, 1969.
 Paithankar, Y.G., “Transmission Network Protection: Theory and Practice”, Marcel
Dekker Inc., 1988.
 GEC Measurements, “Protective Relays: Application Guide” GEC Measurements, 1987.

EE- ELECTRICAL CIRCUIT DESIGH LAB (0-0-3)

OBJECTIVE:
Modus operandi: The subject will be a sessional subject so that students can employ all their
resources in order to excel. Total 18 designs have been indicated in the syllabus classified in 4
groups. Each student has to complete at least8 designs in a semester taking two from each group.
At the end of the semester, the student will be interviewed by a panel of examiners, constituted
by the head ofthe department/institution.

A. DISCRETE ANALOG CIRCUITS.


1. Rectifiers.
(To design a rectifier for a given average output dc voltage and a given load resistance,compare
between the theoretical values of Vdc, Vrms, RF, HD, output regulation, transformerutility factor
ELECTRICAL ENGINEERING

etc. with the measured values, and thus comprehend the relevance/effect of thesevarious
parameters.)
2. DC power supplies regulation and protection circuits. (To learn designing a series transistor
based output regulation circuit, an output currentlimiting circuit, fold back circuit needed for a
given output parameters.)
3. Single stage audio frequency voltage amplifier with BJT for a given Av, Zin and Zout and
maximum symmetrical output swing. (To learn basic design principles, different methods of
biasing, bias stability, selection oftransistor from data manuals and effect of ac coupling on
bandwidth.)
4. Single stage audio frequency emitter follower with JFET for a given Av, Zin and Zout and
maximum symmetrical output swing. (To learn the design principles and applications of an
emitter follower)
5. Complimentary symmetry power amplifier with pre amplifier, if necessary, for a given out put
powerto a given load with single ended power supply.

B. OPAMP BASED ANALOG CIRCUITS


1. Inverting and non-inverting amplifier of given dc gain, input impedance and output
impedance. (To learn the basic design, inter relation between the dc gain and input/output
impedances, offset balance and the relation between feedback and GBW.)
2. Adder and Subtractor. (To learn the basic design and function of a multi input adder/Subtractor
(with ac and dc inputspresent simultaneously).
3. Comparator/voltage level detector for a given upper threshold level and a given lower
threshold levelwith facility of independent adjustment of hysteresis and center point.
(To learn the design and the technique of independent adjustment of both hysteresis and
centerpoint.)
4. Active filters: LP, BP, HP, 1st order, 2nd order. (To learn the design of a filter and its inherent
phase shifting characteristics.)
5. 555 based mono stable and a stable of duty cycle below and above 50 %.( to learn designing
555 based timer circuits.)

C. DIGITAL LOGIC CIRCUITS

1. Design and implement a BCD to 7-segment decoder with basic and universal gates.
(To understand clearly the method of writing a truth table, use of K-map, simplifying a logic
function and optimum design with minimum number of ICs and inputs.)
2. Design and implement a 4-digit frequency counter with a clock generator. (To learn designing
a digital circuit using available standard gate, FF, counter and display Ics.)
3. Designing logic circuits using multiplexers, demultiplexers and gates to implement logic
functions.(To learn the use multiplexers and demultiplexers)
4. Design and implement a sequence detector. (To learn designing a sequential circuit, whose
output is 1 or 0 when any input bit is preceded or succeeded by a predefined binary sequence? To
define the input & output sequence from a given physical problem, to prepare a state diagram,
derive a minimal state table, to find the simplified state equation, to implement the same & verify
the result)
ELECTRICAL ENGINEERING

5. To design and implement a combination of a logic circuit and a RAM in order to generate a 4-
bit dataafter simplifying a logic expression, to store the output data at a predefined location in the
RAM, toretrieve the same and verify.(To comprehend the structure and operating principle of
memory devices.)

D. POWER ELECTRONICS:
1. Design a Single-phase full & shaft controlled converter.
2. Design of Microprocessor based Triggering socket.

7TH SEMESTER ELECTIVES (OPEN & PROFESSIONAL):

7th Semester Elective


ELECTIVE SERIAL NO CODE PAPER
1 HS2721 Enterprise Resource Management
2 CS2721 E-Commerce, Strategic IT
OPEN ELECTIVE I 3 HS2722 Technology management
4 HS2723 Decision Support & Executive Information Sysytem
5 CS2722 Software Technology
ELECTRICAL ENGINEERING

1 EE2725 Non Conventional Energy Sources


2 EE2721 High Voltage Engineering
3 EE2722 Special Electrical Machine
PROFESSIONAL ELECTIVE I
4 EE2723 HVDC Transmission
5 EE2724 Computer Aided Design of Electrical Machine
6 EC2721 Microprocessor based System Design

SEMESTER VIII
EE 1801 HIGH VOLTAGE ENGINEERING (3-1-0)

Breakdown in GasesMechanism of breakdown in gases, various related ionization processes,


Townsend’s and Steamer theories, Paschen’s law, Breakdown in Non-uniform fields; Effect of
wave shape of impressed voltage on the breakdown strength, Breakdown of sphere gap and rod
gap

Breakdown in Liquids and SolidsMechanisms of breakdown in liquids, suspended particle,


suspended water, cavitations and bubble and electronic breakdown theories; Mechanisms of
breakdown in solids; Intrinsic electro-mechanical, erosion, surface, thermal and steamer;
Relation between electric strength of solids and time, intrinsic breakdown strength

Impulse GeneratorSpecification of an impulse voltage wave, standard impulse, reasons for


adopting the particular shape, Analysis and control of simple circuit of impulse generator; Multi-
ELECTRICAL ENGINEERING

stag impulse generator (Marks circuit) circuit working, earthing and tripping; Techniques to
observe wave front on C.R.O

Generation of High VoltageMethods of generation of power frequency, high voltage cascade


transformers and resonance methods, Generation of high voltage DC, Voltage stabilization, Tesla
coil

Measurement of High VoltagePotential dividers – resistive, capacitive and mixed dividers for
high voltage, sphere gap, construction, mounting, effect of nearby earthed objects, humidity and
atmosphere conditions, effect of irradiation and polarity; Electrostatic voltmeter – principles and
classification, constructional details of an absolute electrostatic voltmeter; Oscilloscopes and
their applications in high voltage measurement.

High Voltage TestingMeasurement of insulation resistance of cables; Wet and dry flashover test
of insulators, Testing of insulators in simulated polluted conditions; Testing of transformers and
rotating machines; Measurement of breakdown strength of oil; Basic techniques of non-
destructive testing insulators; Measurement of loss angle, High voltage Schering bridge and
partial discharge measurement techniques.

Over Voltage and Insulation Coordination: Lighting Switching and temporary over voltages,
BIL, SIL, methods of insulation coordination.

Suggested Books & References:

 Bewley, L.V.,” Travelling Waves on Transmission Systems.” Wiley New York, 2 nd Edition,
1963
 Nidu, M.S. and Kamaraju, V.” High Voltage Engineering”, Tata McGraw Hill,1982
 Wadhawa, C.L., “ High Voltage Engineering” Wiley Eastern 1994

EE1802 DIGITAL SIGNAL PROCESSING: (3-1-0)

Sampling and Data Reconstruction Process, Z- transform;


Discrete linear systems, Frequency domain of digital filters;
Quantization efforts in digital filters;
Discrete Fourier transform and FFT algorithms
High speed convolution and its applications to digital filtering; Multi- rate filtering.

Suggested Books & References:

 Rabiner, I,.R.& Gold, B.,”Theory and application of Digital Signal Processing” Prentice
Hall, 1989
ELECTRICAL ENGINEERING

 Openheim 7 Schafer, “Digital Signal Processing”, Prentice Hall, 1995.

8TH SEMESTER ELECTIVE(OPEN & PROFESSIONAL):

8th Semester Elective


ELECTIVE SERIAL NO CODE PAPER
6 CS2821 IT in Marketing Management
7 CS2822 IT in HR Management
OPEN ELECTIVE II 8 CS2823 IT in Finance Management
9 CS2824 Project Management & Software Tools
10 HS2821 Human Values
PROFESSIONAL ELECTIVE
7 EC2821 Data Communication & Design
II
8 EC2822 Microprocessor based System Design
ELECTRICAL ENGINEERING

9 EC2823 Advanced Topic in Microprocessor& Microcontroller


10 CS2825 Personal Computer System
11 EC2824 Biomedical Instrumentation
12 EE2821 Power Electronics
13 CS2826 System Software
14 CS2827 Computer Graphic
15 EC2825 Modeling & Simulation
PROFESSIONAL ELECTIVE
III 16 EC2826 Television Engineering
17 EC2827 VLSI Design
18 EE2822 Neural Network& Fuzzy System
19 CS2828 Computer Networks

S-ar putea să vă placă și