Ece 3 - 4 Semester
Ece 3 - 4 Semester
AFFILIATED INSTITUTIONS
CURRICULUM 2008
SEMESTER III
(Applicable to the students admitted from the Academic year 2008–2009 onwards)
Code No. Course Title L T P C
THEORY
MA 31 Transforms and Partial Differential Equations 3 1 0 4
EC 32 Electrical Engineering 3 0 0 3
Data Structures and Object Oriented Programming in
EC 33 3 0 0 3
C++
EC 34 Digital Electronics 3 1 0 4
EC 35 Signals and systems 3 1 0 4
EC 36 Electronic Circuits- I 3 1 0 4
PRACTICAL
EC 37 Digital Electronics Lab 0 0 3 2
EC 38 Electronic Circuits - I Lab 0 0 3 2
EC 39 Data structures and Object Oriented Programming Lab 0 0 3 2
HS 310 Communication Skills and Technical Seminar- I 0 0 3 2
TOTAL 18 4 12 30
SEMESTER IV
(Applicable to the students admitted from the Academic year 2008–2009 onwards)
Code No. Course Title L T P C
THEORY
EC 41 Electronic Circuits II 3 1 0 4
EC 42 Communication Theory 3 1 0 4
EC 43 Electromagnetic Fields 3 1 0 4
EC 44 Linear Integrated Circuits 3 0 0 3
MA 45 Probability and Random Processes 3 1 0 4
EC 46 Control Systems 3 0 0 3
PRACTICAL
EC 47 Electronics circuits II and simulation lab 0 0 3 2
EC 48 Linear Integrated Circuit Lab 0 0 3 2
EC 49 Electrical Engineering and Control System Lab 0 0 3 2
HS 410 Communication Skills and Technical Seminar-II 0 0 3 2
TOTAL 18 4 12 30
1
MA 31 TRANSFORMS AND PARTIAL DIFFERENTIAL EQUATIONS 3 1 0 4
(Common to all branches)
OBJECTIVES
The course objective is to develop the skills of the students in the areas of Transforms
and Partial Differential Equations. This will be necessary for their effective studies in a
large number of engineering subjects like heat conduction, communication systems,
electro-optics and electromagnetic theory. The course will also serve as a prerequisite
for post graduate and specialized studies and research.
TEXT BOOKS
1. Grewal, B.S, “Higher Engineering Mathematic”, 40th Edition, Khanna publishers,
Delhi, (2007)
REFERENCES
1. Bali.N.P and Manish Goyal, “A Textbook of Engineering Mathematic”, 7th Edition,
Laxmi Publications(P) Ltd. (2007)
2. Ramana.B.V., “Higher Engineering Mathematics”, Tata Mc-GrawHill Publishing
Company limited, New Delhi (2007).
3. Glyn James, “Advanced Modern Engineering Mathematics”, 3rd Edition, Pearson
Education (2007).
4. Erwin Kreyszig, “Advanced Engineering Mathematics”, 8th edition, Wiley India
(2007).
2
EC 32 ELECTRICAL ENGINEERING 3003
AIM
To expose the students to the concepts of various types of electrical machines and
transmission and distribution of electrical power .
OBJECTIVES
To impart knowledge on
Constructional details, principle of operation, performance, starters and testing of
D.C. machines.
Constructional details, principle of operation and performance of transformers.
Constructional details, principle of operation and performance of induction
motors.
Constructional details and principle of operation of alternators and special
machines.
Power System transmission and distribution.
UNIT I D.C. MACHINES 9
Constructional details – emf equation – Methods of excitation – Self and separately
excited generators – Characteristics of series, shunt and compound generators –
Principle of operation of D.C. motor – Back emf and torque equation – Characteristics of
series, shunt and compound motors - Starting of D.C. motors – Types of starters -
Testing, brake test and Swinburne’s test – Speed control of D.C. shunt motors.
UNIT II TRANSFORMERS 9
Constructional details – Principle of operation – emf equation – Transformation ratio –
Transformer on no load – Parameters referred to HV/LV windings – Equivalent circuit –
Transformer on load – Regulation - Testing – Load test, open circuit and short circuit
tests.
UNIT III INDUCTION MOTORS 9
Construction – Types – Principle of operation of three-phase induction motors –
Equivalent circuit – Performance calculation – Starting and speed control – Single-phase
induction motors (only qualitative treatment).
UNIT IV SYNCHRONOUS AND SPECIAL MACHINES 9
Construction of synchronous machines-types – Induced emf – Voltage regulation; emf
and mmf methods – Brushless alternators – Reluctance motor – Hysteresis motor –
Stepper motor.
UNIT V TRANSMISSION AND DISTRIBUTION 9
Structure of electric power systems – Generation, transmission and distribution systems
- EHVAC and EHVDC transmission systems – Substation layout – Insulators – cables.
L = 45 TOTAL = 45
TEXT BOOKS
1. D.P.Kothari and I.J.Nagrath, ‘Basic Electrical Engineering’, Tata McGraw Hill
publishing company ltd, second edition, 2007 (Reprint).
2. C.L. Wadhwa, ‘Electrical Power Systems’, New Age International, fourth edition, 2007.
REFERENCE BOOKS
1. S.K.Bhattacharya, ‘Electrical Machines’, Tata McGraw Hill Publishing company ltd,
second edition, 2007.
2. V.K.Mehta and Rohit Mehta, ‘Principles of Power System’, S.Chand and Company
Ltd, second edition, 2006.
3
EC 33 DATA STRUCTURES AND OBJECT ORIENTED
PROGRAMMING IN C++ 3003
AIM
To provide an in-depth knowledge in problem solving techniques and data structures.
OBJECTIVES
To learn the systematic way of solving problems
To understand the different methods of organizing large amounts of data
To learn to program in C++
To efficiently implement the different data structures
To efficiently implement solutions for specific problems
UNIT – I PRINCIPLES OF OBJECT ORIENTED PROGRAMMING 9
Introduction- Tokens-Expressions-contour Structures –Functions in C++, classes and
objects, constructors and destructors ,operators overloading and type conversions .
UNIT – II ADVANCED OBJECT ORIENTED PROGRAMMING 9
Inheritance, Extending classes, Pointers, Virtual functions and polymorphism, File
Handling Templates ,Exception handling, Manipulating strings.
UNIT – III DATA STRUCTURES & ALGORITHMS 9
Algorithm, Analysis, Lists, Stacks and queues, Priority queues-Binary Heap-Application,
Heaps–hashing-hash tables without linked lists
UNIT – IV NONLINEAR DATA STRUCTURES 9
Trees-Binary trees, search tree ADT, AVL trees, Graph Algorithms-Topological sort,
shortest path algorithm network flow problems-minimum spanning tree - Introduction to
NP - completeness.
UNIT – V SORTING AND SEARCHING 9
Sorting – Insertion sort, Shell sort, Heap sort, Merge sort, Quick sort, Indirect sorting,
Bucket sort, Introduction to Algorithm Design Techniques –Greedy algorithm (Minimum
Spanning Tree), Divide and Conquer (Merge Sort), Dynamic Programming (All pairs
Shortest Path Problem).
Total hours = 45
TEXT BOOKS:
1. Mark Allen Weiss, “Data Structures and Algorithm Analysis in C”, 3rd ed, Pearson
Education Asia, 2007.
2. E. Balagurusamy, “ Object Oriented Programming with C++”, McGraw Hill Company
Ltd., 2007.
REFERENCES:
1. Michael T. Goodrich, “Data Structures and Algorithm Analysis in C++”, Wiley student
edition, 2007.
2. Sahni, “Data Structures Using C++”, The McGraw-Hill, 2006.
3. Seymour, “Data Structures”, The McGraw-Hill, 2007.
4. Jean – Paul Tremblay & Paul G.Sorenson, An Introduction to data structures with
applications, Tata McGraw Hill edition, II Edition, 2002.
5. John R.Hubbard, Schaum’s outline of theory and problem of data structure with C++,
McGraw-Hill, New Delhi, 2000.
6. Bjarne Stroustrup, The C++ Programming Language, Addison Wesley, 2000
7. Robert Lafore, Object oriented programming in C++, Galgotia Publication
4
EC 34 DIGITAL ELECTRONICS 3 1 0 4
AIM
To learn the basic methods for the design of digital circuits and provide the fundamental
concepts used in the design of digital systems.
OBJECTIVES
To introduce basic postulates of Boolean algebra and shows the correlation between
Boolean expressions
To introduce the methods for simplifying Boolean expressions
To outline the formal procedures for the analysis and design of combinational circuits
and sequential circuits
To introduce the concept of memories and programmable logic devices.
To illustrate the concept of synchronous and asynchronous sequential circuits
5
UNIT IV MEMORY DEVICES 9
REFERENCES
1. John F.Wakerly, Digital Design, Fourth Edition, Pearson/PHI, 2006
2. John.M Yarbrough, Digital Logic Applications and Design, Thomson Learning, 2002.
3. Charles H.Roth. Fundamentals of Logic Design, Thomson Learning, 2003.
4. Donald P.Leach and Albert Paul Malvino, Digital Principles and Applications, 6th
Edition, TMH, 2003.
5. William H. Gothmann, Digital Electronics, 2nd Edition, PHI, 1982.
6. Thomas L. Floyd, Digital Fundamentals, 8th Edition, Pearson Education Inc, New
Delhi, 2003
7. Donald D.Givone, Digital Principles and Design, TMH, 2003.
6
EC 35 SIGNALS AND SYSTEMS 3 1 0 4
AIM
To study and analyse characteristics of continuous, discrete signals and systems.
OBJECTIVES
To study the properties and representation of discrete and continuous signals.
To study the sampling process and analysis of discrete systems using z-
transforms.
To study the analysis and synthesis of discrete time systems.
1. CLASSIFICATION OF SIGNALS AND SYSTEMS 9
Continuous time signals (CT signals), discrete time signals (DT signals) - Step, Ramp,
Pulse, Impulse, Exponential, Classification of CT and DT signals - periodic and periodic,
random singals, CT systems and DT systems, Basic properties of systems - Linear Time
invariant Systems and properties.
2. ANALYSIS OF CONTINUOUS TIME SIGNALS 9
Fourier series analysis, Spectrum of C.T. singals, Fourier Transform and Laplace
Transform in Signal Analysis.
3. LINEAR TIME INVARIANT –CONTINUOUS TIME SYSTEMS 9
Differential equation, Block diagram representation, Impulse response, Convolution
integral, frequency response , Fourier and Laplace transforms in analysis, State variable
equations and matrix representation of systems
4. ANALYSIS OF DISCRETE TIME SIGNALS 9
Sampling of CT signals and aliasing, DTFT and properties, Z-transform and properties of
Z-transform.
5. LINEAR TIME INVARIANT - DISCRETE TIME SYSTEMS 9
Difference equations, Block diagram representation, Impulse response, Convolution sum,
LTI systems analysis using DTFT and Z-transforms , State variable equations and matrix
representation of systems.
Tutorial = 15
Total No of periods: 45 + 15 = 60
TEXT BOOK:
1. Allan V.Oppenheim, S.Wilsky and S.H.Nawab, Signals and Systems, Pearson
Education, 2007.
2. Edward W Kamen & Bonnie’s Heck, “Fundamentals of Signals and Systems”,
Pearson Education, 2007.
REFERENCES:
1. H P Hsu, Rakesh Ranjan“ Signals and Systems”, Schaum’s Outlines, Tata McGraw
Hill, Indian Reprint, 2007
2. S.Salivahanan, A. Vallavaraj, C. Gnanapriya, Digital Signal Processing, McGraw Hill
International/TMH, 2007.
3. Simon Haykins and Barry Van Veen, Signals and Systems John Wiley & sons , Inc,
2004.
4. Robert A. Gabel and Richard A.Roberts, Signals & Linear Systems, John Wiley, III
edition, 1987.
5. Rodger E. Ziemer, William H. Tranter, D. Ronald Fannin. Signals & systems, Fourth
Edition, Pearson Education, 2002.
7
EC 36 ELECTRONIC CIRCUITS I 3 1 0 4
AIM
The aim of this course is to familiarize the student with the analysis and design of basic
transistor Amplifier circuits and power supplies.
OBJECTIVE
On completion of this course the student will understand
The methods of biasing transistors
Design of simple amplifier circuits
Midband analysis of amplifier circuits using small - signal equivalent circuits to
determine gain input impedance and output impedance
Method of calculating cutoff frequencies and to determine bandwidth
Design of power amplifiers
Analysis and design of power supplies.
8
UNIT IV LARGE SIGNAL AMPLIFIERS 9
Classification of amplifiers, Class A large signal amplifiers, second harmonic distortion,
higher order harmonic distortion, transformer-coupled class A audio power amplifier –
efficiency of Class A amplifiers. Class B amplifier – efficiency - push-pull amplifier -
distortion in amplifiers - complementary-symmetry (Class B) push-pull amplifier, Class C,
Class D amplifier – Class S amplifier – MOSFET power amplifier, Thermal stability and
heat sink.
TUTORIAL = 15 TOTAL : 60
TEXT BOOKS
REFERENCES
1. Robert L. Boylestad and Louis Nashelsky, Electronic Devices and Circuit Theory, 9th
Edition, Pearson Education / PHI, 2007.
2. David A. Bell, Electronic Devices & Circuits, 4th Ediion, PHI, 2007
3. Floyd, Electronic Devices, Sixth Edition, Pearson Education, 2002.
4. I.J. Nagrath, Electronic Devices and Circuits, PHI, 2007.
5. Anwar A. Khan and Kanchan K. Dey, A First Course on Electronics, PHI, 2006.
6. B.P. Singh and Rekha Singh, Electronic Devices and Integrated Circuits, Pearson
Education, 2006.
7. Rashid M, Microelectronics Circuits, Thomson Learning, 2007.
9
EC 37 DIGITAL ELECTRONICS LAB 0 0 3 2
10
10 IC7486 25
11 IC74150 25
12 IC74151 25
13 IC74147 25
14 IC7445 25
15 IC7474 25
16 IC7476 25
17 IC7491 25
18 IC7494 25
19 IC7447 25
20 IC74180 25
21 IC555 25
22 Seven Segment Display 25
23 LEDs 25
24 Bread Board 25
25 Wires
11
EC 38 ELECTRONIC CIRCUITS – I LAB 0 0 3 2
(Common to ECE & Bio Medical Engineering)
12
Expt No.9 Power Supply circuit - Half wave rectifier with simple capacitor filter.
1. Measurement of DC voltage under load and ripple factor, Comparison
with calculated values.
2. Plot the Load regulation characteristics using Zener diode.
Expt No.10 Power Supply circuit - Full wave rectifier with simple capacitor filter
1. Measurement of DC voltage under load and ripple factor, Comparison
with calculated values.
2. Measurement of load regulation characteristics. Comparison with
calculated values.
13
EC 39 DATA STRUCTURES AND OBJECT ORIENTED
PROGRAMMING LAB 0 0 3 2
The next two exercises are to be done by implementing the following source files
(a) Program source files for Stack Application 1
(b) Array implementation of Stack ADT
(c) Linked list implementation of Stack ADT
(d) Program source files for Stack Application 2
An appropriate header file for the Stack ADT should be #included in (a) and (d)
6. Implement any Stack Application using array implementation of Stack ADT (by
implementing files (a) and (b) given above) and then using linked list
implementation of Stack ADT (by using files (a) and implementing file (c))
7. Queue ADT – Array and linked list implementations
8. Search Tree ADT - Binary Search Tree
9. Heap Sort
10. Quick Sort
14
HS 310 - COMMUNICATION SKILLS AND TECHNICAL SEMINAR I
(Semester III – Common to all B.E/B.Tech Students)
(To be conducted as a Practical Paper by the Depts of English for 3 hrs per week)
OBJECTIVES:
COURSE CONTENT:
15
20. Gas turbines
PROCEDURE:
A) Phonetic practice
All the speech sounds should be taught .The learners should be given drills in the
pronunciation of at least 30 words for each sound. While practicing stress patterns,
they should be encouraged to identify as many words as possible for each suffix
endings.
B) Speech practice
Every student should be allowed to choose one theme to specialize in. (However
not more than 4 students in a section can choose the same theme).The teacher has to
prepare at least 4 hints development tasks on each theme and should provide chance
to each learner to speak on those hints related to his/ her theme (5 minutes).The hints
may be supplied to the students in advance. When a student speaks, the class should
be encouraged to ask questions as well as note down the words related to the different
fields.
C) Group Quiz on technical phrases related to the themes.
The class should be divided into groups that specialize on a particular theme. Each
group should conduct a quiz (question & answer session) which will be answered
by the other groups.
16
D) Language Functions
The teacher should build micro activities to develop the use of language required to
handle these sub-functions of communication. In the process, the learners should get
used to the linguistic elements needed for these functions.
Every student has to maintain a record in which he/she has to incorporate the following
details.
First page containing learner details and the topic of specialization.
Twenty words for each phoneme
Twenty words with stress marks for each suffix ending
Vocabulary list (technical words and compound words)related to the 20 themes
identified for this semester.
Three news paper items, two journal items and three internet sources related to
the special theme selected by the student.(To be pasted on the pages)
The Quiz questions of the group with expected answers.
The seminar paper presented by the learner with details about the open house.
Notes of observation. ( Details about any three seminar paper presentations by
others)
The record should be duly signed by the course teacher and submitted to the external
Examiner for verification during the semester practicals.
MODE OF EVALUATION:
Internal Examiner (20 marks) (10 marks for the Record and 10 marks for the
seminar presentation)
External Examiner (80 marks)
The external practical* will consist of the following segments (7 minutes approx. for each
student)
1. Pronouncing sentences containing the target words
2. Deploying linguistic elements for language functions
3. Speaking on the hints
17
4. A conversation with the examiner on the special theme as worked out in the
Record)
(*Every learner will be assessed with a different set of question which he/she will choose
at random)
18
EC 41 ELECTRONIC CIRCUITS II 3 1 0 4
AIM
The aim of this course is to familiarize the student with the analysis and design of feed
back amplifiers, oscillators, tuned amplifiers, wave shaping circuits, multivibrators and
blocking oscillators.
OBJECTIVES
On completion of this course the student will understand
The advantages and method of analysis of feedback amplifiers
Analysis and design of LC and RC oscillators, tuned amplifiers, wave shaping
circuits, multivibrators, blocking oscillators and time base generators.
Block diagram, Loop gain, Gain with feedback, Effects of negative feedback – Sensitivity
and desensitivity of gain, Cut-off frequencies, distortion, noise, input impedance and
output impedance with feedback, Four types of negative feedback connections – voltage
series feedback, voltage shunt feedback, current series feedback and current shunt
feedback, Method of identifying feedback topology and feedback factor, Nyquist criterion
for stability of feedback amplifiers.
UNIT II OSCILLATORS 9
Coil losses, unloaded and loaded Q of tank circuits, small signal tuned amplifiers -
Analysis of capacitor coupled single tuned amplifier – double tuned amplifier - effect of
cascading single tuned and double tuned amplifiers on bandwidth – Stagger tuned
amplifiers – large signal tuned amplifiers – Class C tuned amplifier – Efficiency and
applications of Class C tuned amplifier - Stability of tuned amplifiers – Neutralization -
Hazeltine neutralization method.
19
UNIT V BLOCKING OSCILLATORS AND TIMEBASE GENERATORS 9
TUTORIAL= 15 TOTAL = 60
TEXT BOOKS
1. Sedra / Smith, Micro Electronic Circuits Oxford University Press, 2004.
2. S. Salivahanan, N. Suresh Kumar and A. Vallavaraj, Electronic Devices and
Circuits, 2nd Edition, TMH, 2007.
REFERENCES
1. Millman J. and Taub H., Pulse Digital and Switching Waveforms, TMH, 2000.
2. Schilling and Belove, Electronic Circuits, 3rd Edition, TMH, 2002.
3. Robert L. Boylestad and Louis Nasheresky, Electronic Devices and Circuit
Theory, 9th Edition, Pearson Education / PHI, 2002.
4. David A. Bell, Solid State Pulse Circuits, Prentice Hall of India, 1992.
5. Millman and Halkias. C., Integrated Electronics, TMH, 1991.
20
EC 42 COMMUNICATION THEORY 3 1 0 4
AIM
To study the various analog communication fundamentals viz., Amplitude modulation
and demodulation, angle modulation and demodulation. Noise performance of various
receivers and information theory with source coding theorem are also dealt.
OBJECTIVE
3. NOISE THEORY 8
Review of Probability, Random Variables and Random Process; Guassian Process;
Noise – Shot noise, Thermal noise and white noise; Narrow band noise, Noise
temperature; Noise Figure.
5. INFORMATION THEORY 9
TUTORIAL 15 TOTAL : 60
21
TEXT BOOKS
1. Dennis Roddy & John Coolen - Electronic Communication (IV Ed.), Prentice Hall
of India.
2. Herbert Taub & Donald L Schilling – Principles of Communication Systems ( 3rd
Edition ) – Tata McGraw Hill, 2008.
REFERENCE:
1. Simon Haykin, Communication Systems, John Wiley & sons, NY, 4th Edition,
2001.
2. Bruce Carlson - Communication Systems. (III Ed.), Mc Graw Hill.
3. B.P.Lathi, Modern Digital and Analog Communication Systems, Third Edition,
Oxfod Press,2007.
4. R.P Singh and S.D.Sapre, “Communication Systems – Analog and Digital”, Tata
McGraw Hill, 2nd Edition, 2007.
5. John G. Proakis, Masoud Salehi, Fundamentals of Communication Systems,
Pearson Education, 2006.
22
EC 43 ELECTROMAGNETIC FIELDS 3104
AIM
To familiarize the student to the concepts, calculations and pertaining to electric,
magnetic and electromagnetic fields so that an in depth understanding of antennas,
electronic devices, Waveguides is possible.
OBJECTIVES
To analyze fields a potentials due to static changes
To evaluate static magnetic fields
To understand how materials affect electric and magnetic fields
To understand the relation between the fields under time varying situations
To understand principles of propagation of uniform plane waves.
The Biot-Savart Law in vector form – Magnetic Field intensity due to a finite and infinite
wire carrying a current I – Magnetic field intensity on the axis of a circular and
rectangular loop carrying a current I – Ampere’s circuital law and simple applications.
Magnetic flux density – The Lorentz force equation for a moving charge and applications
– Force on a wire carrying a current I placed in a magnetic field – Torque on a loop
carrying a current I – Magnetic moment – Magnetic Vector Potential.
23
UNIT IV TIME VARYING ELECTRIC AND MAGNETIC FIELDS 9
Faraday’s law – Maxwell’s Second Equation in integral form from Faraday’s Law –
Equation expressed in point form.
Displacement current – Ampere’s circuital law in integral form – Modified form of
Ampere’s circuital law as Maxwell’s first equation in integral form – Equation expressed
in point form. Maxwell’s four equations in integral form and differential form.
Poynting Vector and the flow of power – Power flow in a co-axial cable – Instantaneous
Average and Complex Poynting Vector.
TUTORIAL 15 TOTAL : 60
TEXTBOOKS
REFERENCES
24
EC 44 LINEAR INTEGRATED CIRCUITS 3 0 0 3
AIM:
To teach the basic concepts in the design of electronic circuits using linear integrated
circuits and their applications in the processing of analog signals.
OBJECTIVES
Sign Changer, Scale Changer, Phase Shift Circuits, Voltage Follower, V-to-I and I-to-V
converters, adder, subtractor, Instrumentation amplifier, Integrator, Differentiator,
Logarithmic amplifier, Antilogarithmic amplifier, Comparators, Schmitt trigger, Precision
rectifier, peak detector, clipper and clamper, Low-pass, high-pass and band-pass
Butterworth filters.
Analog Multiplier using Emitter Coupled Transistor Pair - Gilbert Multiplier cell - Variable
transconductance technique, analog multiplier ICs and their applications, Operation of
the basic PLL, Closed loop analysis, Voltage controlled oscillator, Monolithic PLL IC 565,
application of PLL for AM detection, FM detection, FSK modulation and demodulation
and Frequency synthesizing.
Analog and Digital Data Conversions, D/A converter – specifications - weighted resistor
type, R-2R Ladder type, Voltage Mode and Current-Mode R 2 R Ladder types -
switches for D/A converters, high speed sample-and-hold circuits, A/D Converters –
specifications - Flash type - Successive Approximation type - Single Slope type - Dual
Slope type - A/D Converter using Voltage-to-Time Conversion - Over-sampling A/D
Converters.
25
UNIT - V WAVEFORM GENERATORS AND SPECIAL FUNCTION ICs 9
TOTAL : 45 PERIODS
TEXT BOOKS:
1. Sergio Franco, Design with operational amplifiers and analog integrated circuits,
3rd Edition, Tata McGraw-Hill, 2007.
2. D.Roy Choudhry, Shail Jain, Linear Integrated Circuits, New Age International
Pvt. Ltd., 2000.
REFERENCES:
1. B.S.Sonde, System design using Integrated Circuits , New Age Pub, 2nd
Edition, 2001
2. Gray and Meyer, Analysis and Design of Analog Integrated Circuits, Wiley
International, 2005.
3. Ramakant A.Gayakwad, OP-AMP and Linear ICs, Prentice Hall / Pearson
Education, 4th Edition, 2001.
4. J.Michael Jacob, Applications and Design with Analog Integrated Circuits,
Prentice Hall of India, 1996.
5. William D.Stanley, Operational Amplifiers with Linear Integrated Circuits,
Pearson Education, 2004.
6. K Lal Kishore, Operational Amplifier and Linear Integrated Circuits, Pearson
Education, 2006.
7. S.Salivahanan & V.S. Kanchana Bhaskaran, Linear Integrated Circuits, TMH,
2008.
26
MA 45 PROBABILITY AND RANDOM PROCESSES 3 1 0 4
(Common to ECE & Bio Medical Engineering)
AIM
This course aims at providing the necessary basic concepts in random processes.
Knowledge of fundamentals and applications of random phenomena will greatly help in
the understanding of topics such as signals & systems, pattern recognition, voice and
image processing and filtering theory.
OBJECTIVES
At the end of the course, the students would
Have a fundamental knowledge of the basic probability concepts.
Have a well-founded knowledge of standard distributions which can describe real
life phenomena.
Acquire skills in handling situations involving more than one random variable and
functions of random variables.
Understand and characterize phenomena which evolve with respect to time in
probabilistic manner.
Be able to analyze the response of random inputs to linear time invariant systems.
Definition and examples - First order, second order, strictly stationary, wide-sense
stationary and ergodic processes - Markov process - Binomial, Poisson and Normal
processes - Sine wave process – Random telegraph signal process.
27
TEXT BOOKS
1. Oliver C. Ibe, “Fundamentals of Applied probability and Random processes”,
Elsevier, First Indian Reprint ( 2007) (For units 1 and 2)
2. Peebles Jr. P.Z., “Probability Random Variables and Random Signal Principles”,
Tata McGraw-Hill Publishers, Fourth Edition, New Delhi, 2002. (For units 3, 4
and 5).
REFERENCES
1. Miller,S.L and Childers, S.L, “Probability and Random Processes with
applications to Signal Processing and Communications”, Elsevier Inc., First
Indian Reprint 2007.
28
EC 46 CONTROL SYSTEMS 3 0 0 3
AIM
To familiarize the students with concepts related to the operation analysis and
stabilization of control systems
OBJECTIVES
To understand the open loop and closed loop (feedback ) systems
To understand time domain and frequency domain analysis of control systems
required for stability analysis.
To understand the compensation technique that can be used to stabilize control
systems
4. STABILITY ANALYSIS 9
Stability, Routh-Hurwitz Criterion, Root Locus Technique, Construction of Root Locus,
Stability, Dominant Poles, Application of Root Locus Diagram - Nyquist Stability Criterion
- Relative Stability, Analysis using MATLAB
29
TEXTBOOK:
REFERENCES:
30
EC 47 ELECTRONICS CIRCUITS II AND SIMULATION LAB 0 0 3 2
31
EC 48 LINEAR INTEGRATED CIRCUITS LAB 0 0 3 2
Design and testing of
1. Inverting, Non inverting and Differential amplifiers.
2. Integrator and Differentiator.
3. Instrumentation amplifier
4. Active lowpass, Highpass and bandpass filters.
5. Astable & Monostable multivibrators and Schmitt Trigger using op-amp.
6. Phase shift and Wien bridge oscillators using op-amp.
7. Astable and monostable multivibrators using NE555 Timer.
8. PLL characteristics and its use as Frequency Multiplier.
9. DC power supply using LM317 and LM723.
10. Study of SMPS.
11. Simulation of Experiments 3, 4, 5, 6 and 7 using PSpice netlists.
Note: Op-Amps uA741, LM 301, LM311, LM 324 & AD 633 may be used
LIST OF EQUIPMENTS AND COMPONENTS FOR A BATCH OF 30 STUDENTS (3 per Batch)
32
EC 49 ELECTRICAL ENGINEERING AND CONTROL SYSTEM LAB 0 0 3 2
`
AIM
1. To expose the students to the basic operation of electrical machines and help
them to develop experimental skills.
2. To study the concepts, performance characteristics, time and frequency
response of linear systems.
3. To study the effects of controllers.
1. Open circuit and load characteristics of separately excited and self excited D.C.
generator.
2. Load test on D.C. shunt motor.
3. Swinburne’s test and speed control of D.C. shunt motor.
4. Load test on single phase transformer and open circuit and short circuit test on
single phase transformer
5. Regulation of three phase alternator by EMF and MMF methods.
6. Load test on three phase induction motor.
7. No load and blocked rotor tests on three phase induction motor (Determination of
equivalent circuit parameters)
8. Study of D.C. motor and induction motor starters.
9. Digital simulation of linear systems.
10. Stability Analysis of Linear system using Mat lab.
11. Study the effect of P, PI, PID controllers using Mat lab.
12. Design of Lead and Lag compensator.
13. Transfer Function of separately excited D.C.Generator.
14. Transfer Function of armature and Field Controller D.C.Motor.
P = 45 Total = 45
1. Open circuit and load characteristics of separately excited and self excited
D.C. generator.
33
2. Load test on D.C. shunt motor.
4. Load test on single-phase transformer and open circuit and short circuit
test on single-phase transformer.
34
5. Regulation of three-phase alternator by EMF and MMF method.
35
8. Study of D.C. motor and Induction motor starters.
36
14. Transfer function of armature and field controller D.C. motor.
37
HS 410 - COMMUNICATION SKILLS AND TECHNICAL SEMINAR - II
OBJECTIVES:
To improve the learners’ oral fluency in English
To help the learners acquire the readiness to speak in English
To develop the sub-skills required for paper presentations and group discussions
To help the learners improve their vocabulary related to specific fields of technology
To facilitate the development of the learners’ proficiency in meaningful interaction
To provide them linguistic support for managing vital sub-functions of communication
COURSE CONTENT:
38
(Only pictures, graphs, equations should be given through power point and
not the text of the presentation as such)
D) Language Functions (14 hrs)
D) Seminar presentation on the themes allotted using power point frames (14 hrs)
`
PROCEDURE:
A) Phonetic practice
The learners should be given drills in the pronunciation of at least 30 words for
each sound. While practising stress patterns, they should be encouraged to identify as
many words as possible for each pattern.
B) Speech practice
Every student should be allowed to choose one theme to specialize in. (However
not more than 7 students in a section can choose the same theme).The teacher has to
prepare at least 4 hints development tasks on each theme and should provide chance
to each learner to speak on those hints related to his/ her theme (5 minutes).The hints
may be supplied to the students in advance. When a student speaks, the class should
be encouraged to ask questions as well as note down the words related to the different
fields.
C) Language Functions
The teacher should build micro activities to develop the use of language required to
handle these sub-functions of communication. In the process, the learners should get
used to the linguistic elements needed for these functions.
39
Every student has to maintain a record in which he/she has to incorporate the following
details.
First page containing learner details and the topic of specialization.
Twenty words for each phoneme /ae/, /ei/, /i/ and /e/
Fifty words with first syllable stress and fifty for second syllable stress (The
learner will be required to pronounce some of these words during the practical
exam)
Vocabulary list (technical words and compound words) related to the 10 themes
identified for this semester.
Three newspaper items, two journal items and three internet sources related to the
special theme selected by the student.(To be pasted on the pages)
The seminar paper presented by the learner with a soft copy of the power point
frames.
Notes of observation. ( Details about any two seminar paper presentations by
others)
The record should be duly signed by the course teacher and submitted to the external
Examiner for verification during the semester practicals.
MODE OF EVALUATION:
Internal Examiner (20 marks) (10 marks for the Record and 10 marks for the
seminar presentation)
External Examiner (80 marks)
The external practicals* will consist of the following segments (7 minutes approx. for
each student)
5. Pronouncing the target words.
6. Deploying linguistic elements for language functions
7. Speaking on the hints
8. A conversation with the examiner on the special theme as worked out in the
Record)
(*Every learner will be assessed with a different set of question which he/she will choose
at random)
40