Sie sind auf Seite 1von 16

ANNA UNIVERSITY OF TECHNOLOGY CHENNAI B.E. ELECTRICAL AND ELECTRONICS ENGG.

CURRICULA AND SYLLABI FOR III AND SEMESTERS SEMESTER III (Applicable to the students admitted from the Academic year 2011 2012 onwards)

SL. No. THEORY 1. 2. 3. 4. 5. 6. PRACTICAL 1. 2. 3. TOTAL

COURSE CODE

COURSE TITLE

T P C

xxxx xxxx xxxx xxxx xxxx xxxx

Mathematics III Electronic Devices and Circuits Data Structures and Algorithms

3 3 3

1 0 0 0 0 0

4 3 3 3 3 3

Measurements and Instrumentation Electromagnetic Theory 3

0 0 0 0 0 0

Environmental Science and Engineering 3

xxxx xxxx

Electronic Devices and Circuits Laboratory Data Structures and Algorithms Laboratory

0 0

0 3 0 0 3 3

2 2 2

xxxx Measurements and Instrumentation Laboratory 0

18 1 9 25

SEMESTER III

MA

MATHEMATICS III

L T P C 3 1 0 4

UNIT I

LAPLACE TRANSFORM

9+3

Laplace transform Conditions for existence Transform of elementary functions Basic properties Transform of derivatives and integrals Transform of unit step function and impulse functions Transform of periodic functions.

UNIT II INVERSE LAPLACE TRANSFORM AND APPLICATIONS

9+3

Definition of Inverse Laplace transform as contour integral Convolution theorem (excluding proof) Initial and Final value theorems Solution of linear ODE of second order with constant coefficients using Laplace transformation techniques.

UNIT III FOURIER SERIES

9+3

Dirichlets conditions General Fourier series Odd and even functions Half range sine series Half range cosine series Complex form of Fourier Series Parsevals identify Harmonic Analysis.

UNIT IV FOURIER TRANSFORMS

9+3

Fourier integral theorem (without proof) Fourier transform pair Sine and Cosine transforms Properties Transforms of simple functions Convolution theorem Parsevals identity.

UNIT V

APPLICATIONS OF PARTIAL DIFFERENTIAL EQUATIONS

9+3

Solutions of one dimensional wave equation One dimensional equation of heat conduction Steady state solution of two-dimensional equation of heat conduction (Insulated edges excluded) Fourier series solutions in Cartesian coordinates.

Total : L45 + T 15 = 60 TEXT BOOKS:

1. Grewal, B.S, Higher Engineering Mathematics, 40th Edition, Khanna publishers, (2007).

Delhi,

2. Narayanan, S., Manicavachagom Pillay, T.K. and Ramanaiah, G, Advanced Mathematics for Engineering Students, Vol. I and Vol. II, Viswanathan (Printers and Publishers) Pvt. Ltd. Chennai (2002).

REFERENCES:

1. Ramana B.V, Higher Engineering Mathematics, Tata McGraw Hill Publishing Company, New Delhi, (2007). 2. Bali N. P and Manish Goyal, Text book of Engineering Mathematics, Third edition, Laxmi Publications (P) Ltd., (2008). 3. Jain R.K and Iyengar S.R.K, Advanced Engineering Mathematics, 3rd Edition, Narosa Publishing House Pvt. Ltd., (2007). 4. Greenberg, M.D., Advanced Engineering Mathematics, 2nd Edition, Pearson Education, Delhi (2009). 5. Ravish R. Singh and Mukul Bhutt, Engineering Mathematics, Tata McGraw Hill Pvt. Ltd., New Delhi (2010). 6. Jafferey, A. Advanced Engineering Mathematics, Academic Press, Elsevier India (2003).

7. Erwin Kreyszig, Advanced Engineering Mathematics, 8th edition, Wiley India (2007). EE XXXX ELECTRONIC DEVICES AND CIRCUITS ( Common to EEE, EIE and ICE ) L T P C 3 0 0 3

OBJECTIVES

To provide an exposure to various electronic devices and electronic circuits. To study BJT, MOSFET characteristics and its application. To impart knowledge on multistage, differential and feedback amplifiers. At the end of the course, students will have the knowledge about functioning of various types of devices and design of various electronic circuits.

UNIT I

PN JUNCTION DEVICES

Semiconductor conductivity - drift current and diffusion current - PN junction - barrier voltage diode equation - diffusion and transition capacitance - Application of diode as rectifier, clipper and clamper. Zener diode as voltage regulator- Light emitting diodes.

UNITII

BIPOLAR JUNCTION TRANSISTORS AND APPLICATIONS 9

Operation and V-I characteristic - Small signal model - Design of biasing circuit- analysis of CE, CB, CC amplifiers- High frequency model gain bandwidth product - Darlington pair.

UNIT III

MOSFET AND ITS APPLICATIONS

Device structure and current equation - Equivalent circuit and biasing - CS, CG and CD amplifiers. Frequency response of CS amplifier - CMOS inverter.

UNIT IV

MULTISTAGE AMPLIFIERS AND DIFFERENTIAL AMPLIFIER 9

BJT and MOSFET cascode amplifier - Differential amplifier common mode and difference mode analysis FET input stages Single and double tuned amplifiers gain and frequency response.

UNIT V

FEEDBACK AMPLIFIERS AND OSCILLATORS

Advantages of negative feedback voltage, current, series , shunt feedback positive feedback condition for oscillations - phase shift Wien bridge, Hartley, Colpitts and crystal oscillators.

(Practice Tutorial Problems for all the above topics.)

TOTAL = 45 PERIODS TEXT BOOKS

1. David A. Bell ,Electronic Devices and Circuits, Oxford University Press, 2010. 2. Seda and Smith, Microelectronic Circuits, Oxford University Press, 2004.

REFERENCES 1. 2. 3. 4. 5. Balbir Kumar, Shail B.Jain, Electronic Devices and Circuits. Prentice Hall of India, 2007. Rashid, Microelectronic circuits, Thomson Publications, 1999. Floyd, Electron Devices, Pearson Asia 5th Edition, 2001. Donald A Neamen, Electronic Circuit Analysis and Design, Tata McGraw Hill, 3rd Edition, 2003. I.J.Nagrath, Electronic Devices and Circuits, Prentice Hall of India, 2007.

6. 6. Boylsted and Nashelsky, Electronic Devices and Circuit Theory, Prentice Hall of India, 6th ed 1999.

CODE

DATA STRUCTURES AND ALGORITHMS (Common to EEE, EIE and ICE) 3 0 0 3

LT PC

OBJECTIVES

At the end of the course students should

Have a good understanding of the fundamental data structures used in computer science Have a good understanding of how several fundamental algorithms work, particularly those concerned with sorting, searching and graph manipulation Be able to analyze the space and time efficiency of most algorithms Be able to design new algorithms or modify existing ones for new applications and reason about the efficiency of the result

UNIT I

INTRODUCTION AND BASIC DATA STRUCTURES

Introduction Arrays Structures Stacks and queues Linked list Array, list implementation and applications

UNIT II

ADVANCED DATA STRUCTURES

Trees, preliminaries Binary tree Tree representation Tree traversals - Binary search trees

UNIT III

SORTING AND HASHING

Need for sorting Selection sort Insertion sort Exchange sort Merge and radix sort Heap sort Heaps Maintaining the heap property Building a heap Heap sort algorithm Quick sort Description Performance of quick sort Analysis of quick sort

UNIT IV 9

GRAPHS ALGORITHMS

Graphs Application of graphs Representation Dijkstras algorithm Minimum spanning trees Single-source shortest paths All pairs shortest paths UNIT V STORAGE STRUCTURES AND MANAGEMENT 9

Indexing B-Tree indexing Hashing General idea Hash functions Separate chaining Open addressing Rehashing Extendible hashing Garbage collection and compaction L: 45 T: 0 TOTAL: 45 + 0 = 45

TEXTBOOKS 1. A.S. Tanenbaum, Y. Langram and M. J. Augestiein, Data Structures using C, Second edition, Pearson Education, 2008 2. E. Horowitz, S. Sahni and Anderson-Freed, Fundamentals of Data Structures in C, Second edition, University Press, 2007

CODE

MEASUREMENTS AND INSTRUMENTATION L T P C 3 0 03

OBJECTIVES To enable the student to have a clear knowledge of the basic laws governing the operation of the instruments, relevant circuits and their working

To introduce the general instrument system, error, calibration etc. To explain the techniques for measurement of voltage and current. To explain the techniques for measurement of other electrical parameters namely power, energy, frequency, phase etc. To discuss the comparison methods of measurement. To give exposure to non-electrical measurements and data acquisition system.

UNIT I

MEASUREMENT SYSTEMS

Measurement, significance, methods - Instruments: classification, applications - Elements of a generalized measurement system - Static and dynamic characteristics - Errors in measurement Probable error - Limiting error - Statistical evaluation of measurement data - Gaussian distribution Standards and calibration Practice tutorial problems

UNIT II

MEASUREMENT OF VOLTAGE AND CURRENT

D Arsonval galvanometer, theory, calibration, application - Principle, construction, operation, errors and compensation of moving coil, moving iron, dynamometer, induction, thermal and rectifier types - Extension of range - Calibration - Multimeter: analog and digital Practice tutorial problems UNIT III MEASUREMENT OF OTHER ELECTRICAL PARAMETERS 9

Single and three phase wattmeter and energy meter - Magnetic measurements - Determination of BH curve and measurements of iron loss - Measurement of frequency and phase - Instrument transformers - CRT and CRO

UNIT IV

COMPARISON METHODS OF MEASUREMENTS

D.C. potentiometer, basic circuit, standard, laboratory (Crompton) type - A.C. potentiometer, polar (Drysdale) type and coordinate (Gall-Tinsley) type - Measurement of low, medium and high resistance, ammeter-voltmeter method, wheatstone bridge, Kelvin double bridge - A.C. bridge, Maxwell, Hay, Wien and Schering - Errors and compensation in A.C. bridges - Multiple earth and earth loops - Grounding techniques - Electrostatic and electromagnetic interference Practice tutorial problems

UNIT V

TRANSDUCERS AND DATA ACQUISITION SYSTEMS

Classification of transducers - Primary and secondary transducer - Measurement of pressure: Bourdon tube - Measurement of temperature, thermocouple and resistance thermometer - Measurement of displacement, LVDT - Measurement of force: strain gauge - Measurement of angular velocity, A.C. and D.C. tachometer - Digital transducers - Elements of data acquisition system

TOTAL = 45 PERIODS TEXT BOOKS 1. A.K. Sawhney, A Course in Electrical and Electronic Measurements & Instrumentation, Dhanpat Rai and Co, New Delhi, 2010 2. R.B. Northrop, Introduction to Instrumentation and Measurements, Taylor & Francis, New Delhi, 2008

REFERENCES 1. M.M.S. Anand, Electronics Instruments and Instrumentation Technology, Prentice Hall India, New Delhi, 2009 2. J.J. Carr, Elements of Electronic Instrumentation and Measurement, Pearson Education India, New Delhi, 2011 3. H.S. Kalsi, Electronic Instrumentation, Tata McGraw-Hill, New Delhi, 2010

EE XXXX

ELECTROMAGNETIC THEORY

3 10 3

OBJECTIVES impart knowledge on

To

Concepts of electrostatics, electrical potential, energy density and their applications.

Concepts of magnetostatics, magnetic flux density, scalar and vector potential and its applications. Faradays laws, induced emf and their applications.

Concepts of electromagnetic waves and Poynting vector.

UNIT I

INTRODUCTION

Sources and effects of electromagnetic fields Vector fields Different co-ordinate systems- vector calculus Gradient, Divergence and Curl - Divergence theorem Stokes theorem.

UNIT II

ELECTROSTATICS

10

Coulombs Law Electric field intensity Field due to point and continuous charges Gausss law and application Electric potential Electric field and equipotential plots Electric field in free space, conductors, dielectric -Dielectric polarization - Dielectric strength - Electric field in multiple dielectrics Boundary conditions, Poissons and Laplaces equations Capacitance- Energy density.

UNIT III

MAGNETOSTATICS

10

Lorentz Law of force, magnetic field intensity Biotsavart Law - Amperes Law Magnetic field due to straight conductors, circular loop, infinite sheet of current Magnetic flux density (B) B in free space, conductor, magnetic materials Magnetization Magnetic field in multiple media Boundary conditions Scalar and vector potential Magnetic force Torque Inductance Energy density Magnetic circuits.

UNIT IV

ELECTRODYNAMIC FIELDS

Faradays laws, induced emf Transformer and motional EMF - Maxwells equations (differential and integral forms) Displacement current Relation between field theory and circuit theory.

UNIT V

ELECTROMAGNETIC WAVES

Generation Electro Magnetic Wave equations Wave parameters; velocity, intrinsic impedance, propagation constant Waves in free space, lossy and lossless dielectrics, conductors-skin depth, Poynting vector Plane wave reflection and refraction

L= 45 PERIODS TEXT BOOKS

T=15 PERIODS

TOTAL : 60 PERIODS

1. Mathew N. O. SADIKU, Principles of Electromagnetics, 4 th Edition ,Oxford University Press Inc. First India edition, 2009. 2. Ashutosh Pramanik, Electromagnetism Theory and Applications, PHI Learning Private Limited, New Delhi, Second Edition-2009

REFERENCES 1. Joseph. A.Edminister, Electromagnetics, Revised Second edition, Schaum Series, Tata McGraw Hill, 2006 2. William .H.Hayt, Engineering Electromagnetics, Tata McGraw Hill Seventh Edition, 2006

3. Kraus and Fleish, Electromagnetics with Applications, McGraw Hill International Editions, Fifth Edition, 2010. 4. Guru and Hiziroghu Electromagnetic field theory fundamentals, Thomson Asia Pvt. Ltd., 1998.

ENVIRONMENTAL SCIENCE AND ENGINEERING (Common to all B.E. / B.Tech. Degree programmes)

L T P C 3 0 0 3

AIM The aim of this course is to create awareness in every engineering graduate about the importance of environment, the effect of technology on the environment and ecological balance and make them sensitive to the environment problems in every professional endeavour that they participates.

OBJECTIVE At the end of this course the student is expected to understand what constitutes the environment, what are precious resources in the environment, how to conserve these resources, what is the role of a human being in maintaining a clean environment and useful environment for the future generations and how to maintain ecological balance and preserve bio-diversity. The role of government and non-government organization in environment managements.

UNIT I

ENVIRONMENT, ECOSYSTEMS AND BIODIVERSITY

14

Definition, scope and importance of environment need for public awareness - concept of an ecosystem structure and function of an ecosystem producers, consumers and decomposers energy flow in the ecosystem ecological succession food chains, food webs and ecological pyramids Introduction, types, characteristic features, structure and function of the (a) forest ecosystem (b) grassland ecosystem (c) desert ecosystem (d) aquatic ecosystems (ponds, streams, lakes, rivers, oceans, estuaries) Introduction to biodiversity definition: genetic, species and ecosystem diversity biogeographical classification of India value of biodiversity: consumptive use, productive use, social, ethical, aesthetic and option values Biodiversity at global, national and local levels India as a mega-diversity nation hot-spots of biodiversity threats to biodiversity: habitat loss, poaching of wildlife, man-wildlife conflicts endangered and endemic species of India conservation of biodiversity: In-situ and ex-situ conservation of biodiversity. Field study of common plants, insects, birds Field study of simple ecosystems pond, river, hill slopes, etc.

UNIT II

ENVIRONMENTAL POLLUTION

Definition causes, effects and control measures of: (a) Air pollution (b) Water pollution (c) Soil pollution (d) Marine pollution (e) Noise pollution (f) Thermal pollution (g) Nuclear hazards soil waste management: causes, effects and control measures of municipal solid wastes role of an individual in prevention of pollution pollution case studies disaster management: floods, earthquake, cyclone and landslides. Field study of local polluted site Urban / Rural / Industrial / Agricultural.

UNIT III

NATURAL RESOURCES

10

Forest resources: Use and over-exploitation, deforestation, case studies- timber extraction, mining, dams and their effects on forests and tribal people Water resources: Use and over-utilization of surface and ground water, floods, drought, conflicts over water, dams-benefits and problems Mineral resources: Use and exploitation, environmental effects of extracting and using mineral resources, case studies Food resources: World food problems, changes caused by agriculture and overgrazing, effects of modern agriculture, fertilizer-pesticide problems, water logging, salinity, case studies Energy resources: Growing energy needs, renewable and non renewable energy sources, use of alternate energy sources. case studies Land resources: Land as a resource, land degradation, man induced landslides, soil erosion and desertification role of an individual in conservation of natural resources Equitable use of resources for sustainable lifestyles. Field study of local area to document environmental assets river / forest / grassland / hill / mountain.

UNIT IV

SOCIAL ISSUES AND THE ENVIRONMENT

From unsustainable to sustainable development urban problems related to energy water conservation, rain water harvesting, watershed management resettlement and rehabilitation of people; its problems and concerns, case studies role of non-governmental organizationenvironmental ethics: Issues and possible solutions climate change, global warming, acid rain, ozone layer depletion, nuclear accidents and holocaust, case studies. wasteland reclamation consumerism and waste products environment protection act Air (Prevention and Control of Pollution) act Water (Prevention and control of Pollution) act Wildlife protection act Forest conservation act enforcement machinery involved in environmental legislation- central and state pollution control boards- Public awareness.

UNIT V HUMAN POPULATION AND THE ENVIRONMENT

Population growth, variation among nations population explosion family welfare programme environment and human health human rights value education HIV / AIDS women and child welfare role of information technology in environment and human health Case studies.

TOTAL= 45 PERIODS

TEXT BOOKS

1. Gilbert M.Masters, Introduction to Environmental Engineering and Science, 2nd Edition, Pearson Education ,2004. 2. Benny Joseph, Environmental Science and Engineering, Tata McGraw-Hill, New Delhi, 2006.

REFERENCE BOOKS

1. R.K. Trivedi, Handbook of Environmental Laws, Rules, Guidelines, Compliances and Standards, Vol. I and II, Enviro Media. 2. Cunningham, W.P. Cooper, T.H. Gorhani, Environmental Encyclopedia, Jaico Publ., House, Mumbai, 2001. 3. 4. Dharmendra S. Sengar, Environmental law, Prentice hall of India PVT LTD, New Delhi, 2007. Rajagopalan, R, Environmental Studies-From Crisis to Cure, Oxford University Press (2005)

EEXXX

ELECTRONIC DEVICES AND CIRCUITS LABORATORY L T P C 0 0 3 2

OBJECTIVE

To provide an exposure to various electronic devices and electronic circuits. To study BJT, MOSFET characteristics and its application. To impart knowledge on knowledge about functioning of various types of devices and design of various electronic circuits.

LIST OF EXPERIMENTS:

1. P.N. Junction Diode and Rectifier 2. Bipolar junction Transistor CE, CB, CC Characteristics 3. JFET Characteristics and parameter determination 4. UJT & SCR Characteristics & UJT Controlled SCR 5. Characteristics of TRIAC and DIAC 6. Characteristics of BJT amplifier frequency response. 7. Characteristics FET amplifier Frequency response. 8. Characteristics Class B amplifier Darlington pair 9. Characteristics Differential amplifier 10. Feedback amplifier. 11. RC and LC oscillator. 12. PSPICE modeling of electronic circuits. 13. Two experiments beyond the syllabus have to be incorporated. All the experiments have to be done through bread board alone. REFERENCES 1. Robert L Kruse, Clovis L Tando and Bruce P Leung, Data Structures and Program Design in C, Second edition, Prentice Hall of India, 1991 2. Jean Paul Trembley and Paul G Sorenson, An Introduction to Data Structures with Applications, Second edition, Tata McGraw Hill, 2007 3. Yashavant Kanetkar and A. P. J. Abduln, Data Structures through C, BPB Publications, Second edition, 2009 4. ISRD Group, Data Structures using C, Tata McGraw Hill, 2005

CODE

DATA STRUCTURES AND ALGORITHMS LABORATORY L T P C 0 0 3 2

OBJECTIVES

To implement data structures and to understand the effect of data structures on an algorithms complexity

To enhance the data structures effectively based on application such as Student Database, Staff Database and Hospital Management. To obtain knowledge in the real time implementation using basic searching algorithms, sorting algorithms and traversal algorithms.

EXPERIMENTS: 1. 2. 3. 4. 5. 6. 7. 8. 9. Linked List Array Implementation (Single & Multi dimension) Stack & Queue Implementation using Arrays and Pointers. Binary tree Traversals Huffmans Algorithm Hash Table with collision avoidance Insertion Sort Merge Sort DFS and BFS

10. Warshalls Algorithm 11. Dijkstras Algorithm REQUIREMENT FOR A BATCH OF 30 STUDENTS

SL. No DESCRIPTION OF EQUIPMENT QUANTITY REQUIRED 1 Intel Pentium IV or higher With 512 MB RAM, 40GB HDD 30 2 Printer

5 3 Windows XP Operating System 30 Users 4 Turbo C Compiler 30 Users MEASUREMENTS AND INSTRUMENTATION LABORATORY 0 0 3 2 OBJECTIVES

L T P C

To find the static characteristics namely precision, accuracy etc of measuring instruments To train the students to measure electrical variables like voltage, current, power, energy, magnetic flux, iron loss etc. To calibrate a voltmeter and an ammeter and extend their range To train the students to perform comparison method of measurement using AC, DC potentiometers and AC, DC bridges To train students to measure non-electrical variables like pressure, displacement, temperature etc.

EXPERIMENTS 1. Static characteristics (accuracy, precision, static error, sensitivity, range and span) of a moving coil (MC) or a moving iron (MI) voltmeter and ammeter 2. Extension of range of moving coil or moving iron voltmeter and ammeter

3. Measurement of 3-phase power and power factor using two wattmeter method for resistive (R), inductive (L), capacitive (C), RL, and RC loads 4. 5. 6. 7. Calibration of single phase energy meter at different power factors using phantom load method Estimation of errors in current transformer using Silbees comparison method Determination of iron loss and permeability of a ring specimen using Maxwells Bridge Measurement of low resistance using Kelvin double bridge

8. Measurement of inductance and Q factor of a coil using Maxwells inductance capacitance bridge 9. Measurement of capacitance and dissipation factor of unknown capacitance using Schering bridge 10. Measurement of displacement using LVDT and measurement of pressure using Bourdon / diaphragm gauge. 11. Resistance temperature characteristics of a resistance thermometer (RTD) and design and implementation of Wheatstone bridge circuit to obtain electrical output 12. Measurement of flux in a coil using Ballistic galvanometer or fluxmeter or gaussmeter 13. One or two experiments beyond the syllabus.A separate laboratory manual incorporating aim, objectives, materials/ equipment/ apparatus required, theoretical background, procedure, tabular column for reporting data, model calculations and final results for each experiment has to be developed by the Department and be given to the students

Das könnte Ihnen auch gefallen