A+ A A-
  • Written by punithav
  • Hits: 1586

2013 ECE III SEM- B.E Curriculum and Syllabus

Curriculum and Syllabus: B.E. 2013 ECE, AUC 2013
Semester: 3

MA6351, Transforms and Partial Differential Equations

Objectives:
1.To introduce Fourier series analysis which is central to many applications in engineering apart from its use in solving boundary value problems
2.To acquaint the student with Fourier transform techniques used in wide variety of situations
3.To introduce the effective mathematical tools for the solutions of partial differential equations that model several physical processes and to develop Z transform techniques for discrete time systems


Unit I - Partial Differential Equations
Formation of partial differential equations - Singular integrals - Solutions of standard types of first order partial differential equations - Lagrange's linear equation - Linear partial differential equations of second and higher order with constant coefficients of both homogeneous and non-homogeneous types.

Unit II - Fourier Series
Dirichlet's conditions - General Fourier series - Odd and even functions - Half range sine series - Half range cosine series - Complex form of Fourier series - Parseval's identity - Harmonic analysis.

Unit III - Applications of Partial Differential Equations
Classification of PDE - Method of separation of variables - Solutions of one dimensional wave equation - One dimensional equation of heat conduction - Steady state solution of two dimensional equation of heat conduction (excluding insulated edges).

Unit IV - Fourier Transforms
Statement of Fourier integral theorem - Fourier transform pair - Fourier sine and cosine transforms - Properties - Transforms of simple functions - Convolution theorem - Parseval's identity.

Unit V - Z-Transforms and Difference Equations
Z-transforms - Elementary properties - Inverse Z-transform (using partial fraction and residues) - Convolution theorem - Formation of difference equations - Solution of difference equations using Z-transform.

TEXT BOOKS:
1. Veerarajan. T., "Transforms and Partial Differential Equations", Tata McGraw Hill Education Pvt.Ltd., New Delhi, Second reprint, 2012.
2. Grewal. B.S., "Higher Engineering Mathematics", 42nd Edition, Khanna Publishers, Delhi, 2012.
3. Narayanan.S., Manicavachagom Pillay.T.K and Ramanaiah.G "Advanced Mathematics for
Engineering Students" Vol. II & III, S.Viswanathan Publishers Pvt. Ltd.1998.

REFERENCES:
1. Bali.N.P and Manish Goyal, "A Textbook of Engineering Mathematics", 7th Edition, Laxmi Publications Pvt Ltd, 2007.
2. Ramana.B.V., "Higher Engineering Mathematics", Tata Mc Graw Hill Publishing Company Limited, NewDelhi, 2008.
3. Glyn James, "Advanced Modern Engineering Mathematics", 3rd Edition, Pearson Education, 2007.
4. Erwin Kreyszig, "Advanced Engineering Mathematics", 8th Edition, Wiley India, 2007.
5. Ray Wylie. C and Barrett.L.C, "Advanced Engineering Mathematics" Tata Mc Graw Hill Education Pvt Ltd, Sixth Edition, New Delhi, 2012.
6. Datta.K.B., "Mathematical Methods of Science and Engineering", Cengage Learning India Pvt Ltd, Delhi, 2013.


EE6352, Electrical Engineering and Instrumentation

To introduce three phase supply and power measurement.
To understand concepts in electrical generators, motors and transformers.
To introduce power generation, transmission and distribution concepts.
To learn basic measurement concepts.
To learn the concepts of electronic measurements.
To learn about importance of digital instruments in measurements


Unit I - DC MACHINES
Three phase circuits, a review. - Construction of DC machines - Theory of operation of DC generators - Characteristics of DC generators - Operating principle of DC motors - Types of DC motors and their characteristics - Speed control of DC motors Applications.

Unit II - TRANSFORMER
Introduction Single phase transformer construction - principle of operation - EMF equation of transformer - Transformer no load phasor diagram - Transformer on?load phasor diagram - Equivalent circuit of transformer - Regulation of transformer - Transformer losses and efficiency - Allday efficiency,auto transformers

Unit III - INDUCTION MACHINES AND SYNCHRONOUS MACHINES
Principle of operation of three-phase induction motors - Construction,Types,Equivalent circuit - Construction of single-phase induction motors - Types of single phase induction motors - Double revolving field theory,starting methods - Principles of alternator,Construction details ,Types - Equation of induced EMF ,Voltage regulation. - Methods of starting of synchronous motors - Torque equation ,V curves - Synchronous motors.

Unit IV - BASICS OF MEASUREMENT AND INSTRUMENTATION
Static and Dynamic Characteristics of Measurement - Errors in Measurement - Classification ofTransducers,Variable resistive ,Strainguage - thermistor RTD ,transducer ,Variable Capacitive Transducer - Capacitor Microphone,Piezo Electric Transducer,Variable Inductive transducer - LVDT, RVDT

Unit V - ANALOG AND DIGITAL INSTRUMENTS
DVM, DMM ,Storage Oscilloscope. - Comparison of Analog and Digital Modes of operation, - Application of measurement system Errors. - Measurement of R, L and C, Wheatstone, Kelvin, - Maxwell, Anderson, - Schering and Wien bridges Measurement of Inductance, Capacitance, Effective - resistance at high frequency, Q-Meter.

TEXT BOOKS:
1. I.J Nagarath and Kothari DP, -Electrical Machines-, McGraw-Hill Education (India) Pvt Ltd
4th Edition ,2010
2.A.K.Sawhney, -A Course in Electrical & Electronic Measurements and Instrumentation-,
Dhanpat Rai and Co, 2004.
REFERENCES:
1. Del Toro, -Electrical Engineering Fundamentals- Pearson Education, New Delhi, 2007.
2. W.D.Cooper & A.D.Helfrick, -Modern Electronic Instrumentation and Measurement
Techniques-, 5th Edition, PHI, 2002.
3. John Bird, -Electrical Circuit Theory and Technology-, Elsevier, First Indian Edition, 2006.
4. Thereja .B.L, -Fundamentals of Electrical Engineering and Electronics-, S Chand & Co Ltd,
2008.
5. H.S.Kalsi, -Electronic Instrumentation-, Tata Mc Graw-Hill Education, 2004.
6. J.B.Gupta, -Measurements and Instrumentation-, S K Kataria & Sons, Delhi, 2003.


EC6301, Object Oriented Programming and Data Structures

To comprehend the fundamentals of object oriented programming, particularly in C++.
To use object oriented programming to implement data structures.
To introduce linear, non-linear data structures and their applications.


Unit I - DATA ABSTRACTION & OVERLOADING
Overview of C++ - Structures - Class Scope and Accessing Class Members - Reference Variables - Initialization - Constructors - Destructors - Member Functions and Classes - Friend Function - Dynamic Memory Allocation - Static Class Members - Container Classes and Integrators - Proxy Classes - Overloading: Function overloading and Operator Overloading

Unit II - INHERITANCE & POLYMORPHISM
Base Classes and Derived Classes - Protected Members - Casting Class pointers and Member - Functions - Overriding - Public, Protected and Private Inheritance - Constructors and Destructors inderived Classes - Implicit Derived - Class Object To Base - Class Object Conversion - Composition Vs Inheritance - Virtual functions - This Pointer - Abstract Base Classes and Concrete Classes - Virtual Destructors - Dynamic Binding

Unit III - LINEAR DATA STRUCTURES
Abstract Data Types (ADTs) - List ADT - array based implementation - linked list implementation - singly linked lists - Polynomial Manipulation - Stack ADT - Queue ADT - Evaluating arithmetic expressions

Unit IV - NON-LINEAR DATA STRUCTURES
Trees - Binary Trees - Binary tree representation and traversals - Application of trees: Set representation and Union - Find operations - Graph and its representations - Graph Traversals - Representation of Graphs - Breadth first search - Depth first search - Connected components

Unit V - SORTING and SEARCHING
Sorting algorithms: Insertion sort - Quick sort - Merge sort - Searching: Linear search - Binary Search

TEXT BOOKS:
1. Deitel and Deitel, "C++, How To Program", Fifth Edition, Pearson Education, 2005.
2. Mark Allen Weiss, "Data Structures and Algorithm Analysis in C++", Third Edition, Addison-Wesley, 2007.
REFERENCES:
1. Bhushan Trivedi, "Programming with ANSI C++, A Step-By-Step approach", Oxford UniversityPress, 2010.
2. Goodrich, Michael T, Roberto Tamassia, David Mount, "Data Structures and Algorithms in C++", 7th Edition, Wiley. 2004.
3. Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest and Clifford Stein, "Introduction to Algorithms", Second Edition, Mc Graw Hill, 2002.
4. Bjarne Stroustrup, "The C++ Programming Language", 3rd Edition, Pearson Education, 2007.
5. Ellis Horowitz, Sartaj Sahni and Dinesh Mehta, "Fundamentals of Data Structures in C++",Galgotia Publications, 2007.


EC6302, Digital Electronics

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

Unit I - MINIMIZATION TECHNIQUES AND LOGIC GATES
Minimization Techniques: Boolean postulates and laws De Morgans Theorem - Principle of Duality Boolean expression - Minimization of Boolean expressions Minterm Maxterm - Sum of Products (SOP) Product of Sums (POS) - Karnaugh map Minimization Dont care conditions - Quine Mc Cluskey method of minimization - Logic Gates: AND, OR, NOT, NAND, NOR - Exclusive OR and Exclusive NOR - Implementations of Logic Functions using gates - NAND NOR implementations Multi level gate implementations - Multi output gate implementations - TTL and CMOS Logic and their characteristics - Tristate gates

Unit II - COMBINATIONAL CIRCUITS
Design procedure - Half adder Full Adder - Half subtractor Full subtractor - Parallel binary adder parallel binary Subtractor - Fast Adder Carry Look Ahead adder - Serial Adder Subtractor - BCD adder - Binary Multiplier Binary Divider - Multiplexer Demultiplexer - decoder encoder - parity checker - parity generators - code converters Magnitude Comparator

Unit III - SEQUENTIAL CIRCUITS
Latches Flip-flops - SR, JK, D, T, and Master Slave - Characteristic table and equation - Application table Edge triggering - Level Triggering - Realization of one flip flop using other flip flops - serial adder subtractor - Asynchronous Ripple or serial counter - Asynchronous Up Down counter - Synchronous counters - Synchronous Up Down counters - Programmable counters - Design of Synchronous counters state diagram State table - State minimization State assignment - Excitation table and maps - Circuit implementation - Modulo n counter Registers - shift registers - Universal shift registers - Shift register counters Ring counter - Shift counters Sequence generators.

Unit IV - MEMORY DEVICES
Classification of memories ROM ROM organization - PROM EPROM EEPROM EAPROM - RAM RAM organization - Write operation Read operation - Memory cycle Timing wave forms - Memory decoding memory expansion - Static RAM Cell Bipolar RAM cell - MOSFET RAM cell Dynamic RAM cell - Programmable Logic Devices - Programmable Logic Array (PLA) - Programmable Array Logic (PAL) - Field Programmable Gate Arrays (FPGA) - Implementation of combinational logic circuits using ROM, PLA, PAL

Unit V - SYNCHRONOUS AND ASYNCHRONOUS SEQUENTIAL CIRCUITS
Synchronous Sequential Circuits General Model - Classification Design - Use of Algorithmic State Machine - Analysis of Synchronous Sequential Circuits Asynchronous Sequential Circuits - Design of fundamental mode and pulse mode circuits - Incompletely specified State Machines - Problems in Asynchronous Circuits - Design of Hazard Free Switching circuits - Design of Combinational and Sequential circuits using VERILOG

Text BOOK
1. M. Morris Mano, Digital Design, 4th Edition, Prentice Hall of India Pvt. Ltd., 2008 / Pearson Education (Singapore) Pvt. Ltd., New Delhi, 2003.
REFERENCES:
1. John F.Wakerly, Digital Design, Fourth Edition, Pearson/PHI, 2008
2. John.M Yarbrough, Digital Logic Applications and Design, Thomson Learning, 2006.
3. Charles H.Roth. Fundamentals of Logic Design, 6th Edition, Thomson Learning, 2013.
4. Donald P.Leach and Albert Paul Malvino, Digital Principles and Applications, 6th Edition, TMH, 2006.
5. Thomas L. Floyd, Digital Fundamentals, 10th Edition, Pearson Education Inc, 2011
6. Donald D.Givone, Digital Principles and Design, TMH, 2003.


EC6303, Signals and Systems

OBJECTIVES:
1. To understand the basic properties of signal & systems and the various methods of
classification
2. To learn Laplace Transform and Fourier transform and their properties
3. To know Z transform & DTFT and their properties
4. To characterize LTI systems in the Time domain and various Transform domains

Unit I - CLASSIFICATION OF SIGNALS AND SYSTEMS
Continuous time signals (CT signals) - Discrete time signals (DT signals) - Step, Ramp, Pulse,Impulse, Sinusoidal, Exponential - Classification of CT and DT signals - Periodic & Aperiodic signals - Deterministic & Random signals, Energy & Power signals - CT systems and DT systems - Classification of systems - Static & Dynamic, Linear & Nonlinear - Time-variant & Time-invariant - Causal & Noncausal, Stable & Unstable

Unit II - ANALYSIS OF CONTINUOUS TIME SIGNALS
Fourier series analysis - Spectrum of Continuous Time (CT) signals - Fourier Transform - Laplace Transforms in CT Signal Analysis - Properties.

Unit III - LINEAR TIME INVARIANT- CONTINUOUS TIME SYSTEMS
Differential Equation - Block diagram representation - Impulse response - Convolution integrals - Fourier transforms in Analysis of CT systems - Laplace transforms in Analysis of CT systems

Unit IV - ANALYSIS OF DISCRETE TIME SIGNALS
Baseband Sampling - DTFT - Properties of DTFT - Z Transform - Properties of Z Transform

Unit V - LINEAR TIME INVARIANT-DISCRETE TIME SYSTEMS
Difference Equations - Block diagram representation - Impulse response - Convolution sum - Discrete Fourier Analysis of Recursive & Non-Recursive systems - Z Transform Analysis of Recursive & Non-Recursive systems

TEXT BOOK:
1. Allan V.Oppenheim, S.Wilsky and S.H.Nawab, signals and Systems, Pearson, 2007.

REFERENCES:
1. B. P. Lathi, Principles of Linear Systems and Signals, Second Edition, Oxford, 2009.
2. R.E.Zeimer, W.H.Tranter and R.D.Fannin, Signals & Systems - Continuous and Discrete, Pearson, 2007.
3. John Alan Stuller, An Introduction to Signals and Systems, Thomson, 2007.
4. M.J.Roberts, Signals & Systems Analysis using Transform Methods & MATLAB, Tata McGraw Hill, 2007.


EC6304, Electronic Circuits- I

OBJECTIVES:
The student should be made to
*Learn about biasing of BJTs and MOSFETs
*Design and construct amplifiers
*Construct amplifiers with active loads
*Study high frequency response of all amplifiers


Unit I - BIASING OF DISCRETE BJT AND MOSFET
DC Load line - operating point - Various biasing methods for BJT - Design-Stability - Bias compensation - Thermal stability - Design of biasing for JFET - Design of biasing for MOSFET

Unit II - BJT AMPLIFIERS
Small signal Analysis of Common Emitter - AC Loadline - Voltage swing limitations - Common collector and common base amplifiers - Differential amplifiers - CMRR - Darlington Amplifier - Bootstrap technique - Cascaded stages - Cascode Amplifier

Unit III - JFET AND MOSFET AMPLIFIERS
Small signal analysis of JFT amplifiers - Small signal Analysis of MOSFET - Small signal Analysis of JFET - Common source amplifier - Voltage swing limitations - Small signal analysis of MOSFET and JFET Source follower - Common Gate amplifiers - BiMOS Cascode amplifier

Unit IV - FREQUENCY ANALYSIS OF BJT AND MOSFET AMPLIFIERS
Low frequency and Miller effect - High frequency analysis of CE and MOSFET CS amplifier - Short circuit current gain - cut off frequency - /(f_{\alpha}) and /(f_{\beta}) unity gain - Determination of bandwidth of single stage amplifiers - Determination of bandwidth of multistage amplifiers

Unit V - IC MOSFET AMPLIFIERS
IC Amplifiers - IC biasing Current steering circuit using MOSFET - MOSFET current sources - PMOS and NMOS current sources - Amplifier with active loads - Enhancement load - Depletion load and PMOS and NMOS current sources load - CMOS common source and source follower - CMOS differential amplifier - CMRR

TEXT BOOK:
1. Donald .A. Neamen, Electronic Circuit Analysis and Design,2nd Edition,Tata Mc Graw Hill, 2009.

REFERENCES:
1. Adel .S. Sedra, Kenneth C. Smith, Micro Electronic Circuits, 6th Edition, Oxford University Press, 2010.
2.David A.,Bell, Electronic Devices and Circuits, Oxford Higher Education Press,5th Editon,2010
3.Behzad Razavi, Design of Analog CMOS Integrated Circuits, Tata Mc Graw Hill, 2007.
4.Paul Gray, Hurst, Lewis, Meyer, Analysis and Design of Analog Integrated Circuits, 4th Edition, John Willey & Sons 2005.
5.Millman.J. and Halkias C.C, Integrated Electronics, Mc Graw Hill, 2001.
6.D.Schilling and C.Belove, Electronic Circuits, 3rd Edition, Mc Graw Hill, 1989.


EC6311, Analog and Digital Circuits Laboratory

The student should be made to:
Study the characteristic of CE,CB and CC Amplifier
Learn the frequency response of CS Amplifiers
Study the Transfer characteristic of differential amplifier
Perform experiment to obtain the bandwidth of single stage and multistage amplifiers
Perform Spice simulation of electronics circuits

Unit I - LIST OF ANALOG EXPERIMENTS
1. Frequency Response of CE / CB / CC amplifier - 2. Frequency response of CS Amplifiers - 3. Darlington Amplifier - 4. Differential Amplifiers- Transfer characteristic. - 5. CMRR Measurment - 6. Cascode / Cascade amplifier - 7. Determination of bandwidth of single stage and multistage amplifiers - 8. Spice Simulation of Common Emitter and Common Source amplifiers - LIST OF DIGITAL EXPERIMENTS - 9. Design and implementation of code converters using logic gates - (i) BCD to excess-3 code and vice versa (ii) Binary to gray and vice-versa - 10. Design and implementation of 4 bit binary Adder/ Subtractor and BCD adder using IC 7483 - 11. Design and implementation of Multiplexer and De-multiplexer using logic gates - 12. Design and implementation of encoder and decoder using logic gates - 13. Construction and verification of 4 bit ripple counter and Mod-10 / Mod-12 Ripple counters - 14. Design and implementation of 3-bit synchronous up/down counter - 15. Implementation of SISO, SIPO, PISO and PIPO shift registers using Flip- flops

Books information not available


EC6312, OOPS and Data Structures Laboratory


Learn C++ programming language
Be exposed to the different data structures
Be familiar with applications using different data structures

Unit I - 1. Basic Programs for C++ Concepts
2. Array implementation of List Abstract Data Type (ADT) - 3. Linked list implementation of List ADT - 4. Cursor implementation of List ADT - 5. Stack ADT - Array and linked list implementations - 6. The next two exercises are to be done by implementing the following source files - i. Program source files for Stack Application 1 - ii. Array implementation of Stack ADT - iii.Linked list implementation of Stack ADT - iv. Program source files for Stack Application 2 - v. An appropriate header file for the Stack ADT should be included in (i) and (iv) - 7. Implement any Stack Application using array implementation of Stack ADT (by implementing files (i) and (ii) given above) and then using linked list - 8. Implementation of Stack ADT (by using files (i) and implementing file (iii)) - 9. Implement another Stack Application using array and linked list implementations of Stack ADT (by implementing files (iv) and using file (ii), and then by using files (iv) and (iii)) - 11. Queue ADT - Array and linked list implementations - 12. Search Tree ADT - Binary Search Tree - 13. Implement an interesting application as separate source files and using any of the searchable ADT files developed earlier. Replace the ADT file alone with other appropriate ADT files. Compare the performance. - 14. Quick Sort

REFERENCE:
spoken-tutorial.org


We have 168 guests and no members online