BTech ECE Syllabus
BTech ECE Syllabus
BTech ECE Syllabus
1.
MAN-001
Mathematics-1
BSC
2.
PHN-005
3.
CEN-105
GSC
4.
HS-001A
HSSC
5.
HS-001B
HSSC
6.
HSN-002
HSSC
7.
ECN-101
DCC
8.
CSN-103
ESC
9.
MAN-010
Optimization Techniques
BSC
10.
PHN-006
BSC
11.
CSN-102
Data Structures
DCC
12.
ECN-104
DCC
13.
ECN-142
Semiconductor Devices
DCC
14.
EEN-112
Electrical Science
ESC
15.
MIN-108
DCC/ESC
16.
ECN-203
DCC
17.
ECN-205
Analog Circuits
DCC
18.
CSN-221
DCC
19.
ECN-291
DCC
20.
MTN-105 *
21.
MAN-006
BSC
22.
ECN-212
DCC
23.
ECN-222
24.
ECN-232
Engineering Electromagnetics
DCC
25.
ECN-252
DCC
26.
ECN-311
DCC
27.
ECN-331
Antenna Theory
DCC
BSC
ESC
DCC
4
4
1.
ECN-333
Microwave Engineering
DCC 3
2.
3.
DCC 2
4.
DCC 3
5.
DCC 3
6.
DCC 2
7.
DCC 2
DCC 2
NAME OF DEPT./CENTRE:
1. Subject Code: CSN-102
2. Contact Hours:
L: 3
Theory: 3
4. Relative Weight:
CWS: 25
5. Credits: 4
PRS: 0
T: 1
P: 0
Practical : 0
MTE: 25
6. Semester: Spring
ETE: 50
PRE: 0
8. Pre-requisite: CSN-103
9. Objective:
2.
3.
4.
5.
Contents
Complexity A nalysis: Time and Space com plexity of algorithms,
asymptotic a nalysis, bi g O and ot her not ations, i mportance of
efficient al gorithms, program pe rformance m easurement, data
structures and algorithms.
Linear L ists: Abstract da ta t ype, s equential a nd l inked
representations, c omparison of i nsertion, de letion and search
operations f or s equential a nd l inked l ists, l ist and c hain c lasses,
exception a nd i terator c lasses f or l ists, doubl y l inked l ists, c ircular
lists, linked lists thr ough simulated pointers, lists in STL, skip lists,
applications of lists in bin sort, radix sort, sparse tables.
Stacks an d Q ueues: A bstract d ata t ypes, s equential and linked
implementations, e xception ha ndling i n c lasses, r epresentative
applications s uch as p arenthesis m atching, t owers of H anoi, w ire
routing i n a c ircuit, f inding pa th i n a m aze, s imulation of que uing
systems, equivalence problem.
Hashing: Search efficiency in lists and skip lists, hashing as a search
structure, ha sh t able, collision a voidance, l inear ope n a ddressing,
chains, uses of hash tables in text compression, LZW algorithm.
Contact Hours
3
6.
7.
8.
5
4
42
Year of
Publication/
Reprint
2001
2001
2002
1985
2007
2. Contact Hours:
L: 3
T: 0
8. Pre-requisite:
Theory
PRS
P: 2
3
15
6. Semester: Autumn
MTE
Practical
30
ETE
0
40
PRE
NIL
Contact Hours
3
3
6
10
6.
7.
8.
9.
5
3
4
3
42
Year of
Publication/
Reprint
2006
1.
2.
2005
3.
1998
4.
5.
Gosling J., Joy B., Steele G., Bracha G., The Java Language
Specification, Prentice-Hall, 2nd Edition.
Xavier C., Java Programming A Practical Approach, Tata
McGraw-Hill.
2000
2011
CWS:25
Theory:3
PRS:0
Practical :0
MTE:25
6. Semester: Autumn
5. Credits:4
ETE:50
PRE:0
7. Pre-requisite: ECN-104
2.
3.
4.
5.
6.
7.
Contents
CPU structure and functions, processor organization, ALU, data
paths, internal registers, status flags; System bus structure: Data,
address and control buses.
Processor control, micro-operations, instruction fetch, hardwired
control, microprogrammed control, microinstruction sequencing
and execution.
Instruction set principles, machine instructions, types of operations
and operands, encoding an instruction set, assembly language
programming, addressing modes and formats.
Memory system, internal and external memory, memory
hierarchy, cache memory and its working, virtual memory
concept.
I/O organization; I/O techniques: interrupts, polling, DMA;
Synchronous vs. asynchronous I/O.
8085 microprocessor architecture; Instruction set, instruction types
and formats; Instruction execution, instruction cycles, different
types of machine cycles and timing diagram.
16-bit microprocessors, 8086 architecture, registers, memory
segmentation and addressing, 32-bit/64-bit microprocessor
families.
Total
Contact Hours
5
4
8
6
42
1.
2.
3.
4.
5.
6.
Year of
Publication
/ Reprint
2004
2007
2004
2001
2006
2003
2. Contact Hours:
L: 2
T: 0
8. Pre-requisite:
Theory
PRS
P: 0
2
6. Semester: Autumn
MTE
Practical
35
ETE
0
50
PRE
NIL
9. Objective: To acquaint the students of Electronics and Communication Engineering with the
fundamental concepts of their discipline of study, basic understanding of semiconductor devices,
electronic circuits and communication systems.
Contact Hours
1
6
5.
28
Year of
Publication/
Reprint
2009
2007
2002
2008
2004
2. Contact Hours:
L: 3
T: 1
P: 0
Theory: 3
PRS: 0
6. Semester: Spring
Practical: 0
MTE: 25
ETE: 50
PRE: 0
Nil
Contact Hours
1
4
6
1
5
8
8
9
42
1.
2.
3.
4.
Year of
Publication/
Reprint
2009
2010
2007
1991
L: 3
T: 1
P: 0
Theory : 3
PRS: 0
6. Semester: Spring
Practical : 0
MTE: 25
ETE : 50
PRE: 0
NIL
9. Objective: To acquaint the students with the fundamental principles of Digital Logic Circuits
and their design.
10. Details of Course:
S. No.
Contents
Number s ystems and B oolean a lgebra: Introduction to number
1.
system and Boolean algebra; Boolean identities, basic logic functions,
standard forms of logic expressions, simplification of logic
expressions.
Logic f amilies: Brief overview of Transistor as a switch; Logic gate
2.
characteristics propagation delay, speed, noise margin, fan-out and
power dissipation; Standard TTL and static CMOS gates.
Combinational l ogic: Arithmetic circuits, decoders, encoders,
3.
multiplexers, de-multiplexers, and their use in logic synthesis;
Hazards in combinational circuits.
Introduction to VHDL: Behavioral data flow, and algorithmic and
4.
structural description, lexical elements, data objects types, attributes,
operators; VHDL coding examples, combinational circuit design
examples in VHDL and simulation.
Sequential l ogic ci rcuits: Latches and Flip Flops (SR, D, JK, T);
5.
Timing in sequential circuits; Shift register; Counters synchronous,
asynchronous; Sequential circuit design examples in VHDL and
simulation.
Finite state machines: Basic concepts and design; Moore and Mealy
6.
machines examples; State minimization/reduction, state assignment;
Finite state machine design case studies and FSM circuit design
examples in VHDL and simulation.
ROM and RAM, PLA, PAL and FPGA; RTL based design projects
7.
and their implementation in FPGA using VHDL.
Contact Hours
5
4
6
6
8.
3
42
1.
2.
Mano M.M., Ciletti M.D., Digital Design, Pearson India, 4th Edition.
Katz R.H., Borriello G., Contemporary Logic Desing, Prentice Hall
India, 2nd Edition.
Kohavi Z., Jha N.K., Switching and Finite Automata Theory,
Cambridge University Press, India, 2nd Edition.
Wakerly J.F., Digital Design: Principles and Practices, Pearson
India, 4th Edition.
Harris D., Harris S., Digital Design and Computer Architecture,
Elsevier Publications, 2nd Edition.
Pedroni V.A., Digital Circuit Design with VHDL, Prentice Hall
India, 2nd Edition.
3.
4.
5.
6.
Year of
Publication/
Reprint
2006
2008
2011
2008
2007
2001
2. Contact Hours:
L: 3
T: 1
P: 2/2
Theory : 3
PRS: 15
6. Semester: Spring
Practical: 0
MTE : 30
ETE: 40
PRE: 0
NIL
Contact Hours
2
4
6
10
6
42
1.
2.
3.
4.
Year of
Publication/
Reprint
2006
1993
2002
2002
2. Contact Hours:
L: 3
CWS:25
6. Semester Autumn
Theory3
PRS:0
T: 1
P: 0
Practical0
MTE:25
ETE:50
PRE:0
Contact Hours
6
6
10
6
42
Year of
Publication/
Reprint
1997
2003
2007
2001
2006
2. Contact Hours:
CWS:25
T: 1
Theory:3
PRS:0
6. Semester : Autumn
MTE:25
P: 0
Practical:0
ETE:50
PRE:0
To acquaint the students with the fundamental principles of operation and design of
analog circuit building blocks and their use in analog circuit design
2.
3.
4.
Contents
Basic D iode C ircuits and M OSFET and B JT models: Equivalent
circuit of pn junction diode, half and full wave rectifiers, voltage
regulation, limiting circuits, level shifters, Review of large signal I-V
relations, transconductance, output resistance, device capacitances,
small-signal equivalent circuit, transit frequency
Single-stage A mplifiers and Current Mi rrors: Brief overview of
biasing of MOS and BJT amplifiers, Common Source (CS)
amplifiers, CS amplifier with source degeneration, common gate
amplifers, common drain amplifiers, Brief overview of BJT
amplifiers (Common emitter, common base, common collector),
MOS and BJT cascode amplifiers, MOS and BJT current mirrors,
cascode current mirrors.
Differential A mplifiers: MOS and BJT differential pairs large
signal analysis, small signal analysis of differential pairs, cascode
differential amplifiers, common-mode rejection, and differential
amplifiers with active load.
Frequency Response: Brief overview of poles and zeroes in transfer
functions and Bodes rules, association of poles with nodes in multistage amplifiers, frequency response of single-stage amplifiers
(common source, common emitter, common gate, common base,
source follower, emitter follower), frequency response of cascode
and differential amplifiers, input and output impedances of
amplifiers.
Contact Hours
5
5.
6.
7.
3
6
42
1.
2.
3.
4.
Year of
Publication
/ Reprint
Ed., Wiley
2013
2009
2010
2002
2. Contact Hours:
L: 3
T: 1
8. Pre-requisite:
Theory:3
PRS:0 MTE:25
6. Semester: Spring
P: 0
Practical:0
ETE:50
PRE:0
Contact Hours
3
6
12
6
10
6.
Total
42
8.
Year of
Publication/
Reprint
2001
1998
2008
2005
1998
2009
2002
2001
NAME OF DEPT./CENTRE:
1. Subject Code: ECN-232
2. Contact Hours:
3. Examination Duration (Hrs.):
4. Relative Weight:
5. Credits: 4
CWS:25
T: 1
Theory:3
Practical:0
PRS:0
6. Semester : Spring
P: 0
MTE:25
ETE:50
PRE:0
Contact Hours
4
10
12
4
4
42
Year of
Publication/
Reprint
2002
2001
1993
2006
2011
1994
2. Contact Hours:
L: 0
4. Relative Weight:
5. Credits: 2
T: 0
Theory:0
PRS:50
6. Semester : Spring
P: 3
Practical :3
MTE:0
ETE:0
PRE:50
7. Pre-requisite: EC - 203
Contents
Hardware based
Design of binary adders.
Design and testing of switch debouncers.
Design of TTL- and 555-based multivibrators, timers and clock
circuits.
Basic programming of 8085 microprocessor.
Simple I/O exercises using 8255.
VHDL and FPGA kit based
Design of a 'last-in, first-out'(LIFO) stack or a FIFO queue.
(i) Design of a 'rising edge detector' circuit using an FSM.
(ii) Design of a debouncing circuit.
Design of a UART receiver and transmitter.
Design of various types of memory
Interfacing of a PS/2 keyboard (Controlling the stopwatch
through a PS/2 keyboard)
Interfacing of a VGA monitor (A simple animation)
Design of a simple single-cycle 'reduced instruction set
computer (RISC)' based on the MIPS design
Design of a pipelined RISC processor with various
enhancements like forwarding, hazard detection
Total
ContactHours
14 x 4
56
1.
Mano, M.M. and Ciletti, M.D., Digital Design, 4th Ed., PrenticeHall.
Gaonkar, R.S., Microprocessor Architecture, Programming and
Applications, 5th Ed., Penram International.
Pong P. Chu, FPGA Prototyping by VHDL Examples: Xilinx
Spartan-3 Version Wiley.
Bhasker, J., A VHDL Primer, Pearson India.
Volnei A. Pedroni , Circuit Design and Simulation with VHDL, 2nd
Ed. PHI India
2.
3.
4.
5.
Year of
Publication/
Reprint
2006
2007
2008
2005
2008
L: 3
T: 1
P: 0
Theory: 3
PRS: 0
6. Semester Autumn
MTE: 25
Practical: 0
ETE: 50
RE: 0
2.
3.
4.
5.
6.
7.
Particulars
Network T heorems: Basic nodal and mesh analysis, linearity,
superposition and source transformation, Thevinins, Nortons and
maximum power transfer theorem and useful circuit analysis
techniques, network topology, introduction to SPICE in circuit
analysis.
Transient A nalysis: Source free RL and RC circuits, unit step
forcing function, source free parallel and series RLC circuit,
complete response of the RLC circuit, lossless LC circuit.
Frequency Domain A nalysis: The phasor concept, sinusoidal
steady state analysis; AC circuit power analysis.
Laplace t ransform and i ts c ircuit app lications: Laplace
transform, initial and final value theorem, circuit analysis in sdomain, frequency response.
Two Port Networks: Z, Y, h and ABCD parameters, analysis of
interconnected (magnetically coupled) two port, three terminal
networks.
State Variable Analysis: State variables and normal-form
equations, matrix-based solution of the circuit equations.
RL & RC Network Synthesis: Synthesis of one-port networks,
transfer function synthesis, basics of filter design.
Total
Contact Hours
6
6
6
3
8
42
S. No.
1.
2.
3.
4.
5.
Year of
Publication/
Reprint
2012
2003
2006
2007
2008
2. Contact Hours:
L: 3
T: 1
CWS: 15
P: 2/2
Theory: 3
PRS: 15
6. Semester: Both
Practical: 0
MTE: 30
ETE: 40
PRE: 0
8. Pre-requisite: NIL
9. Objective: To introduce the students to the fundamentals of Electrical Engineering
concepts of network analysis, principles of electrical machines, basics of
electrical measurement and measuring instruments.
10. Details of Course:
S. No.
Contents
Energy Resources an d U tilization: Conventional and non1.
conventional energy resources; Introduction to electrical energy
generation from different resources, transmission, distribution and
utilization.
Network F undamentals: Types of Sources and elements,
2.
Kirchoffs Laws, Mesh and Node Analysis of D.C. Networks,
Network Theorems: Thevenins Theorem, Nortons Theorem,
Superposition Theorem, Maximum Power Theorem, Star-Delta
Transformation.
A.C. F undamentals: Concept of phasor, impedance and
3.
admittance; Mesh and Node analysis of AC networks; Network
theorems in AC networks; Active and reactive power in AC circuits;
Resonance in series AC circuits; Power factor correction.
Three-phase A.C . Circuits: Analysis of 3-phase balanced start4.
delta circuits, Power in 3-phase Circuits.
Measurement of E lectrical Qu antities: Measurement of Voltage,
5.
Current, and Power; Measurement of 3 phase power; Energy meters.
Single P hase T ransformer: Introduction to magnetic circuit
6.
concepts, Basic constructional features, operating principle, phasor
diagram, equivalent circuit, voltage regulation; Eddy current and
Hysteresis losses, efficiency; Open circuit and Short Circuit tests.
Contact Hours
5
2
5
5
7.
8.
9.
5
5
6
42
1.
2.
3.
4.
5.
6.
Year of
Publication/
Reprint
1997
2002
2007
2012
1985
2002
NAME OF DEPTT./CENTRE:
1. Subject Code: MAN-006
2. Contact Hours:
Course Title:
L: 3
T: 1
P:0
Theory: 3
CWS: 25
PRS: 0
Practical: 0
MTE: 25
6. Semester: Spring
ETE: 50
PRE: 0
8. Pre-requisite: Nil
9. Objective: To impart techniques of Probability and Statistics.
10. Details of Course:
S.No.
Contents
Concept of probability, random variable and distribution function: discrete
1
and continuous, moments and moment generating functions.
Special distributions (discrete): Binomial, Poisson, Negative binomial,
2
Geometric. (continuous): Uniform, Exponential, Gamma, Beta, Normal,
Lognormal.
Bivariate random variables: joint, marginal, conditional distribution.
4
Statistical independence, product moment.
Random sample, law of large numbers, central limit theorem, correlation,
5
regression.
Estimation: maximum likelihood estimation, unbiasedness and efficiency,
6
interval estimation for normal population with normal, t , 2 distribution.
Testing of Hypothesis: Simple and composite hypothesis, Type I and type
7
II errors. Power of test. Some tests for normal population parameters based
on normal, t , 2 distribution.
TOTAL
Contact Hours
9
9
3
7
7
7
42
Title/Authors/Publishers
Rohatgi, V K. and Saleh , A. K. Md. Ehsanes, "An Introduction to
Probability and Statistics", (John Wiley and Sons) , (2nd edition)
Hogg, R. V. and Craig, A., "Probability and Statistical Inference",
(Pearson Education), (6th Edition)
Johnson, R. A., Miller, I. and Freund, J. E., "Miller & Freunds probability
and statistics for engineers", (Prentice Hall PTR), (8th edition)
Hines, W. W., Montgomery, D. C., Goldsman, D. M. and Borror, C. M.,
Year of
Publication
2000
2006
2011
2003
5.
2002
NAME OF DEPTT./CENTRE:
1. Subject Code: MAN-010
2. Contact Hours:
Course Title:
L: 3
Optimization Techniques
T: 1
Theory: 3
4. Relative Weightage:
CWS: 25
PRS: 0
5. Credits: 4
6. Semester: Spring
P: 0
Practical : 0
MTE: 25
ETE: 50
PRE: 0
8.
Pre-requisite: Nil
9.
Contents
Different Types of OR Models, Case studies in Engineering
applications
Convex Sets, Graphical Method, Simplex Method, Big M
Method, Two Phase Method, Revised Simplex Method
Duality Theory, Dual Simplex Method, Sensitivity Analysis
Cutting Plane and Branch and Bound Techniques for all Integer
and Mixed Integer Programming Problems, 0-1 Integer Problems,
Travelling Salesman Problem, Cargo Loading Problem
Transportation Problems and Assignment Problems
Game Theory: Rectangular Games, Minmax Theorem, Graphical
Solution of 2 X n and m X 2 games, Reduction to Linear
Programming Problems
Sequencing and Scheduling: Processing of Jobs through Machines,
CPM and PERT
TOTAL
Contact
Hours
2
10
7
9
4
5
5
42
3.
4.
5.
6.
Year of
Publication/
Reprint
2013
2012
2012
2009
1996
2009
2. Contact Hours:
L: 2
T: 0
CWS: 0
P: 4
Theory: 3
PRS: 25
6. Semester: Both
Practical: 0
MTE: 25
ETE: 50
PRE: 0
Nil
9. Objective: The course objective is to teach the basic concepts of Mechanical Engineering
Drawing to the students. The emphasis is on to improve their power of
imagination.
10. Details of Course:
S. No.
1
2
3
4
5
6
7
8
9
10
11
Contents
General Instructions : Sheet Layout, Line Symbols and
Groups, Preferred Scales, Technical Sketching
Types of projections: Reference Planes and Quadrants,
Orthographic Projection
Projection of point and lines
Projection of plane figures
Projection of solids
Section of solid and development
Shape Description(External): Multiplanar Representation,
Systems of Projection, Sketching of Orthographic Views
from Pictorial Views, Conventional Practices, Precedence
of Views , Precedence of Lines
Uniplaner Representation: Sketching of Pictorial Views
(Isometric and Oblique) from Multiplaner Orthographic
Views
Shape Description (Internal): Sectioning as an Aid to
Understanding internal features, Principles of Sectioning,
Types of Sections, Section Lines, Cutting Plane Lines and
Conventional Practices
Size Description: Dimensioning, Tools of Dimensioning,
Size and Position Dimensions, Unidirectional and Aligned
Systems, Principle and Practices of Dimensioning,
Conventional
Representation:
Representation
and
Contact Hours
1
2
3
2
2
2
2
2
3
4
1
12
4
28
Practical Exercises:
Topics
Practice
Classes of Two
Hour Duration
Projection of points and lines
04
Projection of plane figures
02
Projection of solids
03
Section and development
02
Sketching of Orthographic Views from Pictorial Views
04
Sketching of Pictorial Views (Isometric and Oblique) from Multiplanar
04
Orthographic Views, Missing Lines Exercise, Missing Views Exercise
Sectioning Exercise
02
Dimensioning exercise
02
Identification Exercise
01
Solid Modeling, orthographic views from solid models
04
11. Suggested Books:
S.No.
1.
2.
3.
4.
5.
Year of
Publication/
Reprint
2003
2003
1993
1989
-------
L: 3
T: 0
Department of Physics
P: 2
Theory: 3
PRS: 15
6. Semester: Spring
Practical : 0
MTE: 30
ETE: 40
PRE: 0
8. Pre-requisite: None
9. Objective: To provide basic knowledge and applications of Statistical Mechanics and
Quantum Mechanics.
10. Details of Course:
S. No.
Contents
Postulates of classical statistical mechanics, the three ensembles:
1
micro canonical, canonical and grand canonical; Micro canonical:
Definition of entropy from microstates, Derivation of the laws of
thermodynamics, concept of temperature from the derivative of
entropy.
Statistical distributions: Maxwell-Boltzmann, Bose-Einstein, Fermi2
Dirac distributions; Applications: equipartition of energy, BoseEinstein Condensation, Black body radiation: Classical RayleighJeans law, Wiens law, Plancks Quantum radiation law, Stefans law,
Wiens displacement law, Stimulated emission, Einsteins A and B
coefficients, Specific heat of solids, free electrons in a metal.
Photoelectric effect, Compton effect, Frank-Hertz experiment, wave
3
particle duality and wave packets, de Broglie waves, phase and group
velocities, Davisson-Germer experiment and gamma ray scattering
from electrons, uncertainty principle (single slit thought experiment),
applications of the uncertainty principle.
Basic postulates of quantum mechanics and physical meaning of the
4
wave function, Schrdinger wave equation, stationary states,
expectation values, probability current density; Applications: Particle
in a 1-D box, 1-D step potential, reflection and transmission by a
barrier and tunneling and their applications in electronics, electron in
periodic potential, energy band gap, qualitative discussion of KronigPenney model, 1-D linear harmonic oscillator.
H-atom and the related quantum numbers (n,l,m), normal and
5
anomalous Zeeman effect, Anomalous Zeeman effect (Na D1 and D2
lines), Stern-Gerlach experiment, Fine structure of H line.
Contact Hours
8
10
11
Total
42
List of experiments:
1. Study of magnetic field of a pair of coils in Helmholtz arrangement
2. Determination of e/m
3. Determination of first excitation potential of a gas by Frank-Hertz experiment
4. Determination of Stefans constant
5. Determination of Plancks constant by radiation
6. To study and verify Malus law
7. Study of polarization of light using quarter wave plate
8. Determination of Brewsters angle at glass-air interface
9. Determination of width of a slit by single-slit diffraction pattern
10. Four probe method of finding resistivity of semiconductor
11. Quinckes Method for determining mass susceptibility
12. Wavelength of Na light by Newtons ring method
Year of
Publication/
Reprint
2009
1.
2.
2010
3.
2008
4.
2013
5.
2005
Education
CEN-105
2. Contact Hours: L: 3
T: 0
Practical: 0
PRS:
MTE: 35
6. Semester: Autumn
ETE: 50
PRE:
00
8. Pre-requisite: Nil
9. Objective: To introduce fundamentals of environmental pollution and its control.
10. Details of Course:
S. No.
Contents
Contact Hours
1.
2.
3.
4.
5.
6.
7.
8.
42
Year of Publication/
Reprint
1.
2008
2.
2007
3.
1986
4.
2009
5.
2010
2. Contact Hours:
L: 1
T: 0
CWS
Theory
25
PRS 00
P: 2
2
Practical
MTE 25
6. Semester: Autumn/Spring
ETE
50
PRE
8. Pre-requisite: NIL
9. Objective:
The course intends to build the required communication skills of the students having
limited communicative abilities, so that they may communicate effectively in real-life
situations
10. Details of Course:
S. No.
Contents
Contact
Hours
01
1.
2.
05
3.
02
4.
02
5.
02
6.
02
Total
14
List of Practicals:
1.
2.
3.
4.
5.
6.
7.
8.
Ice-breaking Exercises
Assignments on Time and Tense, Agreement, Active-Passive
Laboratory Session on Narration, Use of Determiners, Prepositions & Phrasal
Verbs, Revisionary Exercises & Quiz
Laboratory Session on Synonyms, Antonyms, Homonyms
Assignments and Practice Sheets on One-word Substitutes, Idioms and Phrases,
Collocations, Abbreviations of Scientific and Technical Words
1.
2.
3.
4.
5.
6.
Year of
Publication/
Reprint
2009
2009
2010
2010
2004
2010
2. Contact Hours:
L: 1
T: 0
Communication Skills
(Advanced)
CWS
Theory
25
PRS 00
P: 2
2
Practical
MTE 25
ETE
6. Semester: Autumn/Spring
50
PRE
8. Pre-requisite: NIL
9. Objective: The course intends to train the learners in using both verbal and non-verbal
communication effectively.
Contents
Contact
Hours
01
1.
2.
03
3.
04
4.
03
5.
03
Total
14
List of Experiments:
1.
2.
3.
4.
5.
1.
2.
3.
4.
5.
Year of
Publication/
Reprint
2012
2010
2009
2010
2004
2. Contact Hours:
L: 01
T: 0 1
5. Credits: 02
Theory
PRS:0
2
MTE:25
6. Semester: Autumn
P: 0
Practical
ETE:50
0
PRE:0
8. Pre-requisite: NIL
9. Objective: To introduce the concepts pertaining to ethical and moral reasoning and action and
to develop self - awareness.
10. Details of Course:
S. No.
Contents
1
Introduction: D efinition of E thics; A pproaches t o E thics:
Psychological, Philosophical, Social.
Contact Hours
1
5.
Self D evelopment:
Character s trengths and vi rtues, E motional
intelligence, Social intelligence, Positive cognitive states and processes
(Self-efficacy, Empathy, Gratitude, Compassion, and Forgiveness).
Total
14
2.
2004
3.
2004
4.
2007
5.
2011
6.
2011
Mathematics Department
2. Contact Hours:
L: 3
T: 1
Theory
P: 0
6. Semester: Autumn
8. Pre-requisite:
Practical
3
ETE
25
PRE
50
None
2.
3.
4.
Contents
Matrix Algebra: Elementary operations and their use in getting the Rank, Inverse
of a matrix and solution of linear simultaneous equations. Orthogonal, Symmetric,
Skew-symmetric, Hermitian, Skew-Hermitian, Normal & Unitary matrices and
their elementary properties. Eigen-values and Eigenvectors of a matrix, CayleyHamilton theorem, Diagonalization of a matrix.
Differential Calculus: Limit, Continuity and differentiability of functions of two
variables, Eulers theorem for homogeneous equations, Tangent plane and normal.
Change of variables, chain rule, Jacobians, Taylors Theorem for two variables,
Error approximations. Extrema of functions of two or more variables,
Lagranges method of undetermined multipliers
Integral Calculus:
Review of c urve t racing a nd q uadric s urfaces, Double and Triple integrals,
Change of order of integration. Change of variables. Gamma and Beta functions.
Dirichlets in tegral. Applications of M ultiple in tegrals s uch as s urface a rea,
volumes, centre of gravity and moment of inertia..
Vector Calculus: Differentiation of vectors, gradient, divergence, curl and their
physical m eaning. Identities i nvolving gradient, d ivergence a nd c url. L ine a nd
surface integrals. Greens, Gauss and Strokes theorem and their applications.
Total
Contact
Hours
8
12
12
10
42
Year of
Publication/Reprint
2011
2005
2008
Physics Department
Course Title: Electrodynamics and Optics
L: 3
T: 1
Theory
6. Semester: Autumn
P: 0
Practical
3
ETE
25
PRE
50
8. Pre-requisite:
None
9. Objective:
2.
3.
4.
Contact Hours
14
10
6
1
5.
Total
6
42
Year of
Publication/Reprint
2009
2009
2012
2003
2001
2. Contact Hours:
L: 3
Theory:3
4. Relative Weight:
PRS:15
CWS:15
5. Credits: 4
6. Semester: Spring
T: 0
P: 3
Practical:0
MTE:30
ETE:40
PRE:0
7. Pre-requisite: ECN-203
To introduce the concepts of modeling, analysis and design of simple linear and
non-linear dynamic systems.
4.
5.
6.
7.
8.
Contents
Contact Hours
Control System Concepts and Classification: Open loop, closed
2
loop, continuous, discrete, linear and non-linear control systems.
Mathematical Models of Systems: Impulse response and transfer
4
function, block-diagram model and signal flow graphs.
Time Domain Analysis: Transient and steady state responses of
7
first and second order systems, steady state errors, control of
transient response; Basic control actions and their effects on
transient and steady state responses.
Root Locus Technique: Root loci, properties and construction of
7
root loci, effects of adding and moving poles and zeros, root locus of
conditionally stable systems, generalized root contour.
Frequency Domain Analysis: Routh Hurwitz criterion, Bode and
6
Nyquist diagrams, gain magnitude and phase shift plots, frequency
domain specifications, peak resonance and resonant frequency of a
second order system, gain margin and phase margin, conditionally
stable system.
6
Compensation Design in s and Planes: Introduction, phase lead
compensation, phase lag compensation; Design of phase-lead and
phase-lag compensation by Bode plot and root locus methods.
State Variable Technique: Derivation of state model of LTI
5
continuous time systems, state equations, state transition matrix,
solution of state equations.
Basic Non-linear Analysis: Linearization, describing function and
5
phase plane methods, stability concepts and Lyapunov functions.
Total
42
Year of
Publication
2002
2008
2008
2007
2008
2. Contact Hours: L: 3
T: 1
Theory:3
PRS:0
6. Semester: Autumn
P: 0
Practical:0
MTE:25
ETE:50
PRE:0
ECN-212
Contact Hours
2
8
12
42
Year of
Publication/
Reprint
2001
1.
2.
2008
3.
2004
4.
Systems
2002
5.
1997
2. Contact Hours: L: 3
T: 0
Theory:3
PRS:0
P: 0
Practical:0
MTE:35
6. Semester: Spring
ETE:50
PRE:0
ECN-203
Contact Hours
2
6
12
10
42
Year of
Publication/
Reprint
2005
1.
2.
Oppenheim, A.V. and Schafer, R.W. with Buck, J.R., Discrete Time
Signal Processing, 2nd Ed., Prentice-Hall of India.
2002
3.
2007
4.
1993
5.
2002
NAME OF DEPT./CENTRE:
1. Subject Code: ECN-331
2. Contact Hours:
CWS:15
5. Credits:3
T: 0
Theory:3
PRS:0
6. Semester: Autumn
P: 0
Practical:0
MTE:35
ETE:50
PRE:0
7. Pre-requisite: ECN-232
Sl. No.
1.
Contents
Fundamental Concepts: Physical concept of radiation, retarded
Contact Hours
10
10
10
feeding techniques.
Total
42
Year of
Publication
2005
1999
1998
2003
2. Contact Hours:
L: 3
T: 0
Theory:3
4. Relative Weight:
PRS:0
5. Credits:3
CWS:15
6. Semester: Autumn
P: 0
Practical:0
MTE:35
ETE:50
PRE:0
7. Pre-requisite: ECN-232
2.
3.
4.
5.
Contents
Microwave Tubes: Design considerations for microwave tubes,
current status of microwave tubes, principle of operation of multicavity and reflex klystron, magnetron and traveling wave tube.
Microwave Network Analysis: Equivalent voltages and currents,
concept of impedance, impedance and admittance matrices of
microwave junctions, scattering matrix representation of microwave
networks, ABCD parameters, excitation techniques for waveguides.
Power Dividers and Couplers: Scattering matrix of 3- and 4-port
junctions, T-junction power divider, Wilkinson power divider,
qualitative description of two-hole and multi-hole waveguide
couplers, hybrid junctions.
Ferrimagnetic Components: Permeability tensor of ferrites, plane
wave propagation in ferrites, Faraday rotation, ferrite circulators,
isolators and phase shifters.
Microwave Semiconductor Devices: Operation and circuit
applications of Gunn diode, IMPATT diode, PIN Diode, and Schottky
barrier diode; Microwave BJT, MESFET, HEMT and their
applications.
Total
Contact Hours
8
10
10
42
Year of
Publication
2004
1991
2000
2006
2006
2003
2. Contact Hours:
L: 3
CWS:15
Theory:3
PRS:0
6. Semester : Spring
MTE:35
T: 0
P: 0
Practical:0
ETE:50
PRE:0
To acquaint the students with the fundamental principles of operation and design of
mixed-signal and RF circuit building blocks and their use in circuit design
Contact Hours
6
10
10
42
Year of
Publication
2002
2007
2014
2010
2009
2009
2. Contact Hours:
L: 0
Theory:0
4. Relative Weight:
PRS:50
5. Credits:2
CWS:0
6. Semester: Autumn
T: 0
P: 3
Practical:3
MTE:0
ETE;0
PRE:50
Contents
Introductory experiments for important ICs
Introduction to an OP-AMPICof 74x family
Introduction to an ADC using 0800ICs
Introduction to DAC using 080x family ICs
Introduction to VCO 566 IC family
OPAMP Applications
ContactHours
14 x 3
Lab based mini-projects (any one from the list for each group)
PLL using VCO and other ICs
Temperature/sound/light sensing and digital display
MP3 player
Total
42
1.
2.
3.
Year of
Publication
1989
2013
2013
CWS:0
T: 0
Theory:0
PRS:50
MTE:0
6. Semester: Spring
P: 3
Practical:0
ETE:0
PRE:50
7. Pre-requisite: ECN-311
Contents
Contact Hours
14 x 3
Total
42
1.
2.
3.
4.
5.
Year of
Publication
2002
1998
1990
1998
1997
CWS:0
T: 0
P: 3
Theory:0
PRS:50
MTE:0
Practical:3
ETE:0
PRE:50
42
Sl.No.
1.
2.
Pozar, D.M., Microwave Engineering, 3rd Ed., John Wiley & Sons.
Collin, R.E., Foundations for Microwave Engineering, 2nd Ed., John
Wiley & Sons.
Laverghetta, T.S., "Microwave Measurements and Techniques", Artech
House.
Laverghetta, T.S., "Practical Microwaves", H.W. Sams & Co.
Year of
Publication
2004
2000
3.
4.
1984
1984