Syllabi ECEVLSI2023
Syllabi ECEVLSI2023
(Approved by the 7th and 8th Senate Meeting held on 23rd August 2023 & 12th April 2024 respectively)
SEMESTER-II
SEMESTER-III
Page | 2
Humanities & Basic Engineering Open
Professional Professional Internship
Social Science Science Sciences Elective Mandatory Total
Core (PC) Elective (PE) / Project
(HS) (BS) (ES) (OE)
0 0 4 18 0 0 0 0 22
SEMESTER-V
SEMESTER-VI
Page | 3
Humanities
Engineering Open
& Social Basic Professional Professional Internship
Sciences Elective Mandatory Total
Science Science (BS) Core (PC) Elective (PE) / Project
(ES) (OE)
(HS)
0 0 0 11 6 3 2 0 22
SEMESTER-VII
SEMESTER-VIII
Page | 4
SUMMARY OF COURSE CURRICULUM
Humanities
Basic Engineering Open
& Social Professional Professional Internship Total
Semester Science Sciences Elective Mandatory
Science Core (PC) Elective (PE) / Project Credit
(BS) (ES) (OE)
(HS)
I 3 7 12 0 0 0 0 2 24
II 6 7 8 0 0 0 0 0 21
III 0 3 12 7 0 0 0 0 22
IV 0 0 4 18 0 0 0 0 22
V 0 0 0 16 3 3 0 0 22
VI 0 0 0 11 6 3 2 0 22
VII 3 0 0 0 6 3 8 0 20
VIII 0 0 0 0 0 0 12 0 12
Total 12 17 36 52 15 9 22 2 165
Sl. Course Work - Subject Area Range of Total Credits Suggested Minimum
No. (%) Breakdown of Credits
Minimum Maximum Credits (for
Total=176)
Humanities and Social Sciences (HS), including
1 5 10 14 9-3
Management;
Basic Sciences (BS) including Mathematics, Physics,
2 15 20 30 26-9
Chemistry, Biology;
Engineering Sciences (ES), including Materials,
Workshop, Drawing, Basics of
3 15 20 30 27-9
Electrical/Electronics/Mechanical/Computer
Engineering, Instrumentation;
Professional Subjects-Core (PC), relevant to the
chosen specialization/branch; (May be split into
4 30 40 50 53-18
Hard (no choice) and Soft (with choice), if
required;)
Professional Subjects – Electives (PE), relevant to
5 10 15 20 18-6
the chosen specialization/ branch;
Open Subjects- Electives (OE), from other technical
6 5 10 12 9-3
and/or emerging subject areas;
Project Work, Seminar and/or Internship in
7 10 15 20 18
Industry or elsewhere.
8 Mandatory Courses (MC); Non-Credit 8 units
Page | 5
ELECTIVES
Professional
Semester Course Title Hours per week Credits
Elective (PE)
L T P
Open Elective
Semester Course Title Hours per week Credits
(OE)
Internet of Things 3 0 0 3
Open Elective -
6th Artificial Intelligence 3 0 0 3
2
Optimization Engineering 3 0 0 3
Page | 6
HSS Elective (HS)
Sl. Course Course Title Hours per week Credits Branch Preferred
No. Code semester
L T P
1 HS351 Introduction to Linguistics 2 0 2 6 All V
HS352 Environmental Sciences 3 0 0 6 All V
HS353 Professional Ethics for 3 0 0 6 All V
Engineers/ Ethics and Human
Values
2 HS361 Principles of Management 3 0 0 6 All VI
HS362 Entrepreneurship and 3 0 0 6 All VI
Management Functions
HS363 Organizational Behaviour 3 0 0 6 All VI
Page | 7
DETAILED SYLLABI
SEMESTER-I
Sem. Course Code Course Name L T P C
I MA1011 Mathematics I 3 1 0 4
I CS1011 Computer Programming 3 0 0 3
I CS1111 Computer Programming Lab 0 0 2 1
I EC1011 Digital Design 3 0 0 3
I EC1111 Digital Design Lab 0 0 2 1
I EC1012 Electrical Circuit Analysis 3 1 0 4
I PH1011 Physics I 3 0 0 3
GE1091 English Language Skills I
I GE1092 Japanese Language Skills I 3 0 0 3
GE1091 Korean Language Skills I
I GE1091 Yoga for Holistic Health 0 0 2 1
I GE1092 Induction Programme 0 0 2 1
18 2 8 24
Contact Hours / Week 28
Humanities & Basic Engineering Open
Professional Professional Internship
Social Science Sciences Elective Mandatory Total
Core (PC) Elective (PE) / Project
Science (HS) (BS) (ES) (OE)
3 7 12 0 0 0 0 2 24
Syllabus:
Linear Algebra: Systems of linear equations and their solutions; vector space Rn and its subspaces; spanning set and
linear independence; matrices, inverse and determinant; range space and rank, null space and nullity, eigenvalues
and eigenvectors; diagonalization of matrices; similarity; inner product, Gram-Schmidt process; vector spaces (over
the field of real and complex numbers), linear transformations.
Single Variable Calculus: Convergence of sequences and series of real numbers; continuity of functions;
differentiability, Rolle's theorem, mean value theorem, Taylor's theorem; power series; Riemann integration,
fundamental theorem of calculus, improper integrals; application to length, area, volume and surface area of
revolution.
Texts:
1. G. Strang, Linear Algebra and Its Applications, 4th Edition (South Asian Edition), Wellesley- Cambridge Press,
2009(ISBN: 9788175968110).
2. S. R. Ghorpade and B. V. Limaye, An Introduction to Calculus and Real Analysis, Springer India, 2006 (ISBN:
9788181284853).
Page | 8
References:
Syllabus:
Procedural programming through Language ‘C’: Basic Syntax and Semantics, Variables, Types, Expressions,
Assignment statements, Scope of variables, Conditional and Iterative Control Structures, I/O, Functions and
parameter passing, Strings and string processing, Pointers and References, Structures, Recursion.
Algorithm development: Techniques of problem solving, Stepwise Refinement, example of algorithm writing systems
as a solution to mathematical problems (at least ten), algorithms for searching and sorting, merging order lists, Flow-
chart for the above algorithms.
Texts:
1. Bryon Gottfried, Programming with C, McGraw Hill, Third edition (ISBN: 9780070145900).
References:
1. Horowitz, Sahni, and Anderson-Freed, Fundamentals of Data Structures in C, Universities Press, Second
edition (ISBN: 9788173716058).
2. Kernighan and Ritchie, The C Programming Language, PHI, Second edition, (ISBN:9788120305960).
3. Roosta Seyed, Foundations of Programming Languages Design & Implementation, 3rd Edition, Cenage
learning.
Introduction to Linux OS, Free & Open source software, Basic tools & commands, Compiling and debugging C
program with GCC & GDB.
Basic Assignment Statement, Conditional and Iterative Control Structures, Some Numerical Examples, Functions and
parameter passing, Array and String, Pointer, Structure, Recursion, Dynamic Memory Allocation, File Handling,
Command Line Arguments.
Implementation of the following problem statements using C programming language along with algorithm and
flowchart are mandatory.
Solution to basic mathematical problems such as, largest of 2,3,..n numbers, factorial of a given number, Armstrong
number, palindrome, LCM, GCD, sum digits, sum of series (arithmetic, geometric, alternating), printing octal, or
hexadecimal equivalent of a given number or vice versa, solving quadratic equation, number pyramid, printing 1st
500 hundred prime numbers, swapping of numbers using pointers and without using third variable, Operations on
matrix)
Arrange a list of strings into a specific order (ascending, descending, based on number of characters in the string etc.,
Page | 9
the order will be provided as command line argument.
Reverse a string using recursion and check whether the string is palindrome or not.
Count the frequency of digits after decimal and find maximum occurring digit in the PI value upto first 100 decimals
(3.1415 92653 58979 32384 62643 38327 95028 84197 1 6939 93751 05820 97494 45923 07816 40628 62089 98628
03482 53421 17067)
Display the content of a file in reverse direction (similar to $cat and $tac commands)
Store student record such as height, weight, date of birth etc. of the batch using structure and display the stored
details including average height and average weight.
Reference Book:
Syllabus:
Number System: Introduction to number systems, binary, Integer and floating-point- numbers, octal, hexadecimal
and decimal number system and their conversion.
Arithmetic Operations: Binary addition & subtraction; 1’s and 2’s complement, subtraction using 2’s complement;
binary codes, addition and subtraction operations on binary-coded numbers; Algorithms for performing
multiplication and division.
Combinational Circuits: Basic Logic Operations, AND, OR, NOR, NAND, EX-OR, EX-NOR Gates, Boolean expressions
and their minimization using algebraic identities; Karnaugh map representation and minimization of Boolean
functions using K-map; Don’t care conditions, NAND and NOR logic implementations, two-level realizations using
gates -- AND-OR, OR-AND, NAND-NAND and NOR-NOR structures.
Combinational Circuits using MSI Modules: Adders, subtractors, BCD arithmetic, serial adder, carry look-ahead
adder, multi-bit adder, Multiplexers, De-multiplexers, Decoders, Multiplexer-based realization of K-maps;
Combinational circuit design using multiplexers and gates. Programmable Logic Devices: ROM, PLA, PAL.
Sequential Circuits: Latches and Flip-flops; Ripple counters using T flip-flops; Synchronous counters; Shift Registers;
Ring and MLS counters; Sequence generator using J-K / D flip-flops, Finite state machines, propagation delay, setup
and hold time, critical path delay, Static RAM, Dynamic RAM.
Texts:
1. M. Morris Mano, Digital Logic and Computer Design, 11th Edition, Pearson Education, 2009.
Page | 10
References:
1. Ronald J Tocci, Neal S Wisdmer and Gregory L. Moss, Digital Systems: Principle and Applications, 10th
Edition, Pearson Education, 2011.
2. Albert Paul Malvino, Donald P Leach and Gautam Saha, Digital Principles and Applications 7th Edition, Tata
McGraw - Hill Education, 2011.
Familiarization with digital IC family 74LS00 and 74HS00. Familiarization with laboratory equipment – voltage
generator, function generator, oscilloscope. Study of digital IC characteristics – input voltage, input current, output
voltage, output current, fan out, noise margin and propagation delay. Combinational logic circuits: Implementation
of Boolean functions using logic gates; Arithmetic operations using logic gates; Implementation of Multiplexers, De-
multiplexers, Encoders, Decoders; Implementation of Boolean functions using Multiplexers/Decoders Study of
sequential logic circuits: Implementation of flip flops, Implementation of counters, Implementation of sequence
generators.
Syllabus:
Basic components and circuit analysis: Charge, current, voltage and power, voltage and current sources, Ohm’s law;
Voltage and current laws: nodes, paths, loops and branches, Kirchhoff’s current law, Kirchhoff’s voltage law,
independent sources, voltage and current division; Basic nodal and mesh analysis: nodal analysis, super-node, mesh
analysis, super-mesh; Network theorems: linearity and superposition, source transformations, Thevenin’s theorem,
Norton’s theorem, reciprocity, maximum power transfer;
Magnetically coupled circuits: mutual inductance, energy considerations, linear transformer, ideal transformer;
Poly-phase circuits: Poly-phase systems, single-phase three-wire systems, three-phase Y-Y connection, wye-delta
transformation, power measurement in three-phase systems;
Time and frequency domain analysis of linear circuits: Solution of first and second order differential equations for
Series and parallel R-L, R-C, R-L-C circuits, initial and final conditions in network elements, forced and free response,
time constants, steady state and transient state response.
Sinusoidal steady-state analysis: Forced response to sinusoidal functions, complex forcing function, phasor, phasor
relationship for R, L and C, impedance, admittance, phasor diagrams, instantaneous power, average power, apparent
power and power factor, complex power;
Two-port networks: one-port networks, linear 2-port network parameters, admittance parameters, impedance
parameters, hybrid parameters, transmission parameters.
Texts:
1. Bruce Carlson, Circuits: Engineering Concepts and Analysis of Linear Electric Circuits, 2nd Reprint, Thomson
Asia Pvt. Ltd., 2006.
2. R. A. De Carlo and P. M. Lin, Linear Circuit Analysis, 2nd Edition, Oxford University Press, 2001.
Page | 11
PH1011 PHYSICS I 3-0-0-3
Syllabus:
Special Theory of Relativity: Michelson-Morley experiment, Postulates of STR. Galilean transformation. Lorentz
transformation. Simultaneity. Length Contraction. Time dilation. Relativistic addition of velocities. Energy
momentum relationships.
Quantum Mechanics: Two-slit experiment. De Broglie’s hypothesis. Uncertainty Principle, wave function and wave
packets, phase and group velocities. Schrödinger Equation. Probabilities and Normalization. Expectation values.
Eigenvalues and eigen functions. particle in a box, potential barrier, harmonic oscillator
Solid State Physics: Crystal lattices and symmetry groups, reciprocal lattice, Brillouin zone, Miller indices, crystal
structure by X-ray diffraction; free electron theory, electrons in a periodic potential, Bloch's theorem, Kronig-
Penny model, formation of bands, effective mass, holes, classification of metal, insulator and semiconductor,
intrinsic and extrinsic semiconductors, law of mass action, Hall effect; Curie law, concepts of ferro, ferri, and anti-
ferro magnetism
Texts:
1. Kenneth S. Krane, Modern Physics, John Wiley &Sons, Inc, 3rd Edition, 2012
2. C. Kittel, Introduction to Solid State Physics, John Wiley & Sons, 2005.
References:
Syllabus:
Basic Grammar: articles, quantifiers, punctuation, use of tenses, gerunds and infinitives, present participles, subject
verb concord, adverbs, nouns, pronouns, prepositions, use of connectives, use of adjectives and adverbs; common
errors; Lexicon- Enriching vocabulary through one-word substitutes, synonyms, antonyms, etc.
Spoken English: importance for effective communication; linguistic aspects of mishearing; fluency; speaking to
multicultural/multidisciplinary audience; standard varieties of spoken English; understanding vowels, consonants
and syllable in English; tempo of speech & phrasal pause in English; English rhythm; stress on simple and derived
words in English; practice and learning to improve pronunciation of numbers, units of weights, distance, etc.
Aspects of Theatre in Spoken Communication: grooming, eye contact, body language, amplitude.
Preparing a Presentation: charts, graphs, drawings, maps, diagrams, tables, etc.; using power point slides and other
presentation aids; making presentations and self-evaluation.
Texts:
1. Shreesh Chaudhary. Better Spoken English, New Delhi: Vikas Publishing. (1992/2004)
2. J. D. O'Connor. Better English Pronunciation, Cambridge University Press. (1980)
3. F.T. Wood. A Remedial English Grammar for Foreign Students. New Delhi: Macmillan. (1965)
References:
1. Marilyn Anderson, Pramod K. Nayar, and Madhucchanda Sen. Critical Reasoning, Academic Writing and
Presentation Skills. Rev. ed. New Delhi: Longman-Pearson. (2010)
Page | 12
2. Oxford Advanced Learner’s Dictionary of English, Ninth Edition. (2016)
3. Michael Swan and Catherine Walter. Oxford English Grammar Course: Advanced. Oxford: OUP. (2011)
4. Allan Pease and Barbara Pease. The Definitive Book of Body Language. New Delhi: Manjul Publishing House.
(2005)
Culture Input: Useful everyday Japanese greetings and expressions with classroom vocabularies.
Module II: Learning self Introduction and how to connect with people.
Module III: Learning how to tell time, and also to invite and accept invitation.
Module IV: Learning how to express likes and dislikes, simple thoughts and impressions about past events and
experiences.
Texts:
Module I: Preliminaries I: Introduction to Korean language / Consonants & vowels / combining consonants &
vowels.
Preliminaries II : Final consonants / Reading practice / Basic expressions for the class
Texts:
Page | 13
GE1091 YOGA FOR HOLISTIC HEALTH 0-0-2-1
Inauguration: Introduction to the Course, Benefits of the Course, Ice-Breaking, Goal Setting, Team
Building, The Power of Knowledge, The Power of Yoga & Meditation, Mental Relaxation Techniques.
Capacity Building: Listening and Learning Enhancement, Questioning Skills, Communication Skills, The
Latest Ipod (Inner Peace, Outer Dynamism)
Module I:
Introduction to Yoga: What’s Yoga?, Benefits of Yoga, Limbs of Yoga, Obstacles to Yoga, Practicals (Yoga
Asanas).
Life Skills (Vastness of Life and Layers of Existence), Energy Management (Sources of Energy), Mind &
Emotion Management, The Power of a Focussed Mind (Present Moment), Body - Breath - Mind
Connection (Importance of Breath), Introduction to Breathing Techniques, Practicals (Pranayams +
Sudarshan Kriya).
Mechanics of Happiness:
Secret of Happiness, Stress Management (Sources of Stress, Physiology and Psychology of Stress),
Handling Opposite Situations, Responsibility and Happiness Index, The Power of Responsibility, Living
with Awareness (100%), Adaptability & Acceptance, Understanding Changing Nature of Life, Improving
memory, concentration & focus, Concentration Pranayama, Practicals.
Dealing with Worry/ Regret / Love/ Hate/ Fear/Regret/ Aversion, Anger Management, Time Management
& Prioritization, Overcoming negative mental habits (i.e. complaining, gossiping, procrastination), Dealing
with counterproductive habits, Lifestyle & Environment Awareness, Life Choices and their global
consequences, Practicals.
Anxiety Management and Confidence, Personal and interpersonal relationship, Coping with Parental and
Peer Pressure, Opinions, Inhibitions and their Impact on Life, Going Beyond Ego, The Ego-Handling
Technique, Practicals.
The Qualities of a Leader, The Role of Enthusiasm, Power of a Team, The Power of Intention, Intention,
Attention, Manifestation, Commitment, Practicals.
Importance of ethics, morals and integrity, Human Values, Social Code of Conduct, Role Models of
Integrity, Role of youth in nation building, Practicals.
Spreading Happiness, Happiness Survey, The Concept of Social work, Brainstorming for Team Service
Projects, Anti-Drug Awareness Campaign, Break into Service, Practical.
TEXT BOOK:
Page | 14
1. Commentary on the Patanjali Yoga Sutras
Physical activity
Creative Arts
Universal Human Values
Literary
Proficiency Modules
Lectures by Eminent People
Visits to local Areas
Familiarization to Dept./Branch & Innovations
Page | 15
SEMESTER-II
II MA1012 Mathematics II 3 1 0 4
II PH1012 Physics II 3 0 0 3
Total 18 1 4 21
Contact Hours / Week 23
Humanities Engineering Open
& Social Basic Professional Professional Internship
Sciences Elective Mandatory Total
Science Science (BS) Core (PC) Elective (PE) / Project
(ES) (OE)
(HS)
6 7 8 0 0 0 0 0 21
Syllabus:
Multivariable Calculus: Vector functions of one variable – continuity, differentiation and integration; functions of
several variables - continuity, partial derivatives, directional derivatives, gradient, differentiability, chain rule;
tangent planes and normals, maxima and minima, Lagrange multiplier method; repeated and multiple integrals with
applications to volume, surface area, moments of inertia, change of variables; vector fields, line and surface
integrals; Green's, Gauss's and Stokes' theorems and their applications.
Ordinary Differential Equation: First order differential equations - exact differential equations, integrating factors,
Bernoulli equations, existence and uniqueness theorem, applications; higher-order linear differential equations -
solutions of homogeneous and non-homogeneous equations, method of variation of parameters, Laplace and
inverse Laplace transforms; properties, convolutions; solution of ODE by Laplace transform. Systems of first-order
equations, two-dimensional linear autonomous system, phase plane, critical points, stability.
Texts:
1. G. B. Thomas, Jr. and R. L. Finney, Calculus and Analytic Geometry, 9th Edition, Pearson Education India,
1996.
2. S. L. Ross, Differential Equations, 3rd Edition, Wiley India, 1984.
Page | 16
References:
Syllabus:
Basic data structure: Linked list (singly, doubly, circular), stacks, queue (circular, priority, dqueue)
Sorting & searching: Insertion sort, selection sort, bubble sort, quicksort, mergesort, heapsort, shellsort, linear
search;
Nonlinear data structure: Tree (Representation, binary tree (full, complete, balance), binary search tree), tree
traversals (post, in, pre), red-black tree, AVL tree
Advanced structure: Heap (max, min, binomial, fibonacci), hash (Chaining, Linear probing, Quadratic probing, Hash
tree);
Graphs: Representations (Adjacency Matrix, Adjacency list), Depth first search, Breadth first search;
Text:
1. A H Aho, J E Hopcroft and J Ullman, Data Structures and Algorithms, Addison-Wesley, 1987.
References:
Implementation of the following algorithms with operations are mandatory using C/C++ programming language
(preferably using functions to make it modular). Instructor may take help of application-specific mini-projects (a set
of input will be transformed to output) to explain the concept of these data structures.
Basic data structure: Linked list (singly, doubly, circular), stacks, queue (circular, priority, dqueue)
Sorting & searching: Insertion sort, selection sort, bubble sort, quicksort, mergesort, heapsort, shellsort, linear
search;
Nonlinear data structure: Tree (Representation, binary tree (full, complete, balance), binary search tree), tree
traversals (post, in, pre), red-black tree, AVL tree
Advanced structure: Heap (max, min, binomial, fibonacci), hash (Chaining, Linear probing, Quadratic probing, Hash
tree);
Page | 17
Graphs: Representations (Adjacency Matrix, Adjacency list), Depth first search, Breadth first search;
References:
Syllabus:
Diodes and Applications: Semiconductor diode - ideal versus practical, resistance levels, diode equivalent circuits,
load line analysis; diode as a switch, diode as a rectifier, half wave and full wave rectifiers with and without filters;
clipping circuits, clamper circuits, breakdown mechanisms, Zener diode – operation and applications; regulated d-c
power supply.
Transistor Characteristics: Bipolar junction transistor (BJT) – construction, operation, amplifying action, common
base, common emitter and common collector configurations, operating point, voltage divider bias configuration;
Differential Amplifier.
Operational Amplifiers and Applications: Introduction to op-amp, characteristics of ideal op-amp, controlled source
models, classification, the operational amplifier (op-amp) as a linear active device, the VCVS model of an op-amp,
different amplifier configurations using op-amp, concept of virtual ground; op-amp operations, integrator and
differentiator, frequency response of op-amp and op-amp based amplifiers. CMRR, PSRR, slew rate; pin
configuration of 741 op-amp
Filters: Concepts of low-pass, high-pass and band-pass filters, ideal (brick-wall) filter response, frequency response of
simple RC filters, active RC filters using Op-amp.
Oscillators: Effects of negative and positive feedback of an amplifier, condition of harmonic oscillation, RC and LC
oscillator circuits.
Comparator: Op-amp as a comparator, digital inverters (TTL/CMOS) as comparators, comparator with hysteresis,
Schmitt trigger using Op-amp, 555 timer as a two dimensional comparator. Waveform generators: Concept of
bistable, monostable and astable circuits, timer and relaxation oscillator based on comparator and RC timing circuit,
square wave generator using 555 timer, crystal clock generator.
Data Converters: Sample and hold circuits, Digital to Analog Converter (DAC) using binary resistor scheme, R-2R
ladder DAC, DAC using switched current resources, Analog to Digital converter (ADC) using capacitor
charge/discharge: single-slope and dual-slope ADCs, ADC using counter and DAC, ADC using successive
approximation.
Texts:
1. Albert Malvino and David Bates, Electronic Principles, McGraw Hill Education; 2015.
Page | 18
References:
1. R. L. Boylestad and L. Nashelsky, Electronic Devices and Circuit Theory, Pearson Education, 2013.
2. Jacob Millman, Christos Halkias, Chetan Parikh, Millman's Integrated Electronics - Analog and Digital Circuit
and Systems, McGraw Hill Education; 2017
3. Adel S. Sedra, Kenneth C. Smith & Arun N. Chandorkar, Microelectronic Circuits, International Version 6th
Edition, 2013, Oxford University Press India
Experiments using diodes: Diode characteristics, design and analysis of half-wave and full-wave rectifier circuits
without and with filter, clipping circuits, clamper circuits,
Experiments using operational amplifier: Inverting amplifier, non-inverting amplifier, voltage follower, integrator,
differentiator, comparators, Multivibrators, Wien’s Bridge Oscillator, first-order filters, D/A and A/D converters.
Syllabus:
Vector Calculus: Gradient, Divergence and Curl, Line, Surface, and Volume integrals, Gauss's divergence theorem
and Stokes' theorem in Cartesian, Spherical polar and cylindrical polar coordinates, Dirac Delta function.
Electrostatics: Gauss's law and its applications, Divergence and Curl of Electrostatic fields, Electrostatic Potential,
Boundary conditions, Work and Energy, Conductors, Capacitors, Laplace's equation, Method of images, Boundary
value problems in Cartesian Coordinate Systems, Dielectrics, Polarization, Bound Charges, Electric displacement,
Boundary conditions in dielectrics, Energy in dielectrics, Forces on dielectrics.
Magnetostatics: Lorentz force, Biot-Savart and Ampere's laws and their applications, Divergence and Curl of
Magnetostatic fields, Magnetic vector Potential, Force and torque on a magnetic dipole, Magnetic materials,
Magnetization, Bound currents, Boundary conditions.
Electrodynamics: Ohm's law, Motional EMF, Faraday's law, Lenz's law, Self and Mutual inductance, Energy stored
in magnetic field, Maxwell's equations, Continuity Equation, Poynting Theorem, Wave solution of Maxwell
Equations.
Texts:
Syllabus:
Page | 19
Meaning and Importance, Evolution, influencing factors (Psychological, Social, Economic, Environmental),
Characteristics, Types of entrepreneur (based business, technology, motivation, growth, stages), Myths & Barriers.
Meaning and concept of E-cells, advantages to join E-cell, significance of E-cell, various activities conducted by E-
cell, case studies (including success and failure stories) and comparative analysis, Rules And Legislation
(Applicability of Legislation; Industries Development (Regulations) Act, 1951; Factories Act, 1948; The Industrial
Employment (Standing Orders) Act, 1946; Suspension; Stoppage of work; Termination of employment;
Environment (Protection) Act, 1986; The sale of Goods Act, 1950; Industrial Dispute Act 1947; GST; Central Excises
Act, 1944
Why to become entrepreneur, the skills/ traits required to be an entrepreneur, Creative and Design; Thinking, the
entrepreneurial decision process, skill gap analysis, and role models, mentors and support; system,Introduction to
various form of business organization (sole proprietorship, partnership; corporations, Limited Liability company),
mission, vision and strategy formulation.
Assistance to an entrepreneur: Industrial Park (Meaning, features, & examples), Special Economic Zone (Meaning,
features & examples), Financial assistance by different agencies, MSME Act Small Scale Industries, Carry on
Business (COB) license, Environmental Clearance, National Small Industries Corporation (NSIC), Government Stores
Purchase scheme (e-tender process), Excise exemptions and concession, Exemption from income tax, Quality
Standards with special reference to ISO, Small Industries Development Bank of India (SIDBI), State Small Industries
Development Corporation (SSIDC), Directorate General of Supplies and Disposals, Khadi and Village Industries
Commission (KVIC)
Importance of communication, barriers and gateways to communication, listening to people, the power of talk,
personal selling, risk taking \& resilience, negotiation.
Text:
Syllabus:
Introduction to Communication: need for effective communication; the process of communication; significance of
technical communication; barriers to communication.
Listening Skills: listening as an active skill; listening for specific information; developing effective listening skills; barriers
to effective listening skills.
Reading Skills: skimming; scanning; understanding the gist of an argument; identifying the topic sentence; inferring
lexical and contextual meaning.
Writing Skills: sentence formation; use of appropriate diction; paragraph and essay writing; coherence and cohesion;
technical writing; letter writing; job application; report writing.
Page | 20
Speaking Skills: non-verbal communication; group discussion; presentation skills; technology-based communication.
Texts:
1. V.N. Arora and Lakshmi Chandra. Improve Your Writing. New Delhi: OUP, 1981.
2. Marilyn Anderson, Pramod K. Nayar, and Madhucchanda Sen. Critical Reasoning, Academic Writing and
Presentation Skills. Rev. ed. New Delhi: Longman-Pearson, 2010.
3. Allan Pease and Barbara Pease. The Definitive Book of Body Language. New Delhi: Manjul Publishing House,
2005.
References:
1. F.T. Wood. A Remedial English Grammar for Foreign Students. New Delhi: Macmillan, 1965.
2. Nitin Bhatnagar and Mamta Bhatnagar. Communicative English for Engineers and Professionals. Pearson.
3. N. Krishnaswami and T. Sriraman. Current English for Colleges. Chennai: Macmillan, 1990.
4. N. Krishnaswami and T. Sriraman. Creative English for Communication. 2nded. New Delhi: Macmillan, 2009.
5. Michael Swan. Practical English Usage. 3rd ed. Oxford: OUP, 2005.
6. Michael Swan and Catherine Walter. Oxford English Grammar Course: Advanced. Oxford: OUP, 2011.
Module I: Be able to express one’s wants and desires, also be able to give simple requests, instructions and
recommendations. Be able to understand prohibitions and rules, and also to be able to describe
people, things, places, etc.
Module II: Be able to talk easily about potential and hobbies. Also be able to express the transformation of things
and people.
Module III: Be able to understand the difference between polite and informal sentences, as well as to be able to
use casual sentences and the context. Be able to use indirect sentences
Module IV: Be able to explain what action to perform at what time.Deeper understanding of the usage of
respected forms of Japanese .Be able to use conditional forms.
Texts:
Page | 21
Texts:
1. Sejong Korean 1(King Sejong Institute Foundation, Seoul) & Workbook
SEMESTER III
Sem. Course Code Course Name L T P C
III CSXXXX Probability and Random Processes 3 0 0 3
III ECXXX Signals and Systems 3 0 0 3
III ECXXX Signals and Systems Lab 0 0 2 1
III ECXXX Semiconductor Devices 3 0 0 3
III ECXXX Analog Circuits 3 0 0 3
III ECXXX Analog Circuits Lab 0 0 2 1
III CSXXX Object Oriented Programming 3 0 0 3
III CSXXX Object Oriented Programming Lab 0 0 2 1
III ECXXX Microcontroller and Microprocessor 3 1 0 4
Total 18 0 8 22
Contact Hours / Week 26
Humanities
Basic Engineering Open
& Social Professional Professional Internship
Science Sciences Elective Mandatory Total
Science Core (PC) Elective (PE) / Project
(BS) (ES) (OE)
(HS)
0 3 12 7 0 0 0 0 22
Syllabus:
Introduction to probability: mathematical background - sets, set operations, sigma and Borel fields; classical,
relative-frequency and axiomatic definitions of probability; conditional probability, independence, total probability,
Bayes rule; repeated trials;
Random variables: Cumulative distribution function, continuous, discrete and mixed random variables, probability
mass function, probability density functions; functions of a random variable; expectation - mean, variance and
moments; characteristic and moment-generating functions; Chebyshev, Markov and Chernoff bounds; special
random variables-Bernoulli, binomial, Poisson, uniform, Gaussian and Rayleigh; joint distribution and density
functions; Bayes rule for continuous and mixed random variables; joint moments, conditional expectation;
covariance and correlation- independent, uncorrelated and orthogonal random variables; function of two random
variables; sum of two independent random variables; random vector- mean vector and covariance matrix,
multivariate Gaussian distribution; Vector-space representation of Random variables, laws of large numbers, central
limit theorem;
Random process: discrete and continuous time processes; probabilistic structure of a random process; mean,
autocorrelation and autocovariance functions; stationarity- strict-sense stationary and wide-sense stationary (WSS)
processes: autocorrelation and cross-correlation functions; time averages and ergodicity; spectral representation of
Page | 22
a real WSS process-power spectral density, cross-power spectral density, Wiener Khinchin theorem, linear time-
invariant systems with WSS process as an input time and frequency domain analyses; spectral factorization theorem;
Examples of random processes: white noise, Gaussian, Poisson and Markov processes, Basics of Queuing Theory,
Characteristics of queuing systems.
Texts:
1. Papoulis and S.U. Pillai, Probability Random Variables and Stochastic Processes, 4/e, McGraw-Hill, 2002.
2. A. Leon Garcia, Probability and Random Processes for Electrical Engineering, 2/e, Addison-Wesley, 1993.
References:
1. H. Stark and J.W. Woods, Probability and Random Processes with Applications to Signal Processing, 3/e,
Prentice Hall, 2002.
2. John J. Shynk, Probability, Random Variables, and Random Processes: Theory and Signal Processing
Applications, 1/e, Wiley publications, 2012.
Syllabus:
Signals: Signal Basics, Elementary signals, classification of signals; signal operations: scaling, shifting and
inversion; signal properties: symmetry, periodicity and absolute integrability; Sampling and Reconstruction,
Sampling and Nyquist theorem, aliasing, signal reconstruction: ideal interpolator, zero-order hold, first-order
hold; Sinc function, Practical reconstruction, group delay, phase delay.
Systems: classification of systems; Time-Domain Analysis of Continuous-Time Systems; system properties:
linearity, time/shift-invariance, causality, stability; continuous-time linear time invariant (LTI) and discrete-time
linear shift invariant (LSI) systems: impulse response and step response; response to an arbitrary input:
convolution; circular convolution; system representation using differential equations; Eigen functions of LTI/ LSI
systems, frequency response and its relation to the impulse response; correlation and cross correlation of two
sequences.
Signal representation: signal space and orthogonal basis; continuous-time Fourier series and its properties;
continuous-time Fourier transform and its properties; Parseval’s relation, time-bandwidth product; discrete time
Fourier series; discrete-time Fourier transform and its properties; relations among various Fourier
representations. Linear Convolution using DFT. Fast Fourier Transform (FFT);
Laplace transform and properties, Inverse Laplace Transform by Partial Fraction and Z-transform: definition,
region of convergence, properties; transform-domain analysis of LTI/LSI systems, system function: poles and
zeros; stability, inverse Z-Transform by Partial Fraction.
Text:
1. . J. Roberts,” Fundamentals of Signals and Systems”, 1st Edition, Tata cGraw ill, 2007.
2. A.V. Oppenheim, A.S. Willsky and .S. Nawab,” Signals and Systems”, 2nd Edition Prentice all of India,
2006.
References:
1. R.F. Ziemer, W. . Tranter and D.R. Fannin,” Signals and Systems - Continuous and Discrete”, 4th Edition,
Prentice Hall, 1998.
2. Simon aykin, Barry van Veen,” Signals and Systems”, 2nd Edition, John Wiley and Sons, 1998.
3. TarunRawat, “Signals and Systems”, Oxford University Press.
Page | 23
EC2131 SIGNALS AND SYSTEMS LAB 0-0-2-1
Syllabus:
Signals: Generation of Continuous and Discrete time signals (Unit step, Impulse, Ramp, Exponential and
Sinusoidal etc.); simulation of basic operations on signals (Folding, scaling, shifting, addition, subtraction,
multiplication etc.); finding the even and odd parts of a signal; computing whether the given system is linear or
not; computation of Sampling theorem;
Systems: Computation of output response of two sequences x(n) and h(n) using: a) Linear Convolution, b)
Circular Convolution, c) Circular Convolution with zero padding; computation of Cross correlation of two
sequences; Signal representation: Fourier Series Evaluation for Square Wave Function; Discrete Time Fourier
Transform (DTFT); DFT and IDFT of the sequences x(n) and X(k); computation of L-transform transfer function for
a given input; computations of Z-transform transfer function for a given input.
Reference:
1. V. K. Ingle and J. G. Proakis, “Digital Signal Processing with ATLAB”, Cengage, 2008.
Text:
1. Donald A. Neamen, Semiconductor Physics and Devices, Tata McGraw Hill, 3rd Edition.
References:
1. Ben G. Streetman, Solid State Electronic Devices, PHI, 5/e, 2001.
2. J. Singh, Semiconductor Devices - Basic Principles; John Wiley & Sons Inc., 2001.
3. Simon M. Sze, Kwok K. Ng, Physics of Semiconductor Devices, Wiley, 3/e, 2006/7.
Page | 24
EC2022 ANALOG CIRCUITS 3-0-0-3
Syllabus:
Review of working of BJT, JFET and MOSFET and their small signal equivalent circuits both for low and high
frequencies; Different types of biasing for BJT and MOSFET, Bias Compensation, Thermal Stabilization; Single stage
amplifiers CE-CB-CC and CS-CG-CD;
Multistage amplifiers: RC Coupled, Direct Coupled amplifier and their frequency responses;
Differential amplifiers: DC and small signal analysis, CMRR, current mirrors, active load and cascade configurations,
frequency response; case study: 741 op-amp – DC and small signal analysis, frequency response, frequency
compensation, GBW, phase margin, slew rate, offsets;
Feedback amplifiers: basic feedback topologies and their properties, analysis of practical feedback amplifiers,
stability and Transistor based Oscillator;
Power Amplifiers: class A, B, AB, C, D, E stages, output stages, short circuit protection, power transistors and
thermal design considerations, Tuned Amplifier;
Filters: Butterworth, Chebyshev and elliptic, first order and second order passive/active filter realizations.
Text:
1. Adel S. Sedra, Kenneth C. Smith &Arun N. Chandorkar, Microelectronic Circuits, International Version 6th
Edition, Oxford University Press India, 2013.
References:
1. Robert L. Boylestad and Louis Nashelsky, Electronic Devices and Circuit Theory, 11th Edition, Pearson
Education, 2015.
2. P. Gray, P. Hurst, S. Lewis and R. Meyer, Analysis &Design of Analog Integrated Circuits, 5/e, Wiley, 2009.
3. Millman,Halkias, Parikh – Integrated Electronics, 2/e,Penguin Books Ltd, 2009.
4. Sergio Franco - Design with Operational Amplifiers and Analog Integrated Circuits, 3/e, McGraw Hill Book
Company, 2001
Syllabus:
Experiments using BJTs: BJT characteristics in different configurations, hybrid parameters, single-stage and
multistage BJT amplifiers, effect of negative feedback; experiments using FETs: FET characteristics, FET amplifiers.
Syllabus:
Review of programming practices and code-reuse; Object model and object-oriented concepts: Data Abstraction:
Class, object, constructors, destructors, memory allocations for objects, member functions, friend functions,
templates. Inheritance: Single & multiple inheritance, virtual base class. Polymorphism: Compile time
polymorphism: operator overloading, function overloading, static binding. Run-time polymorphism: Virtual function,
Page | 25
pure virtual function, abstract class, dynamic binding. Exception handling. Object-oriented programming languages
and implementation. File handling.
Texts:
1. E Balaguruswamy: Object Oriented Programming with C++, McGraw Hill
2. Grady Booch: Object Oriented Analysis and Design, Pearson Education.
References:
1. Herbert Schild: The Complete Reference to C++, Osborne Mc Graw Hill.
2. Bertrand Meyer, Object Oriented Software Construction, Prentice-Hall.
3. Bjarne Stroustrup: The C++ Programming Language, Addison Wesley
4. Rambaughet al.: Object Oriented Modeling and Design, PHI(EEE).
Implementation of class and Object creation, Constructors, Abstract classes and Abstract methods, Inheritance,
overloading- operator & function, Exception Handling, Packages, File Handling, Multi-Threading, Graphic Classes
Reference Book:
1. Grady Booch: Object Oriented Analysis and Design, Pearson Education.
2. E Balaguruswamy : Object Oriented Programming with C++, McGraw Hill
3. Herbert Schild : The Complete Reference to C++, Osborne Mc Graw Hill.
4. Bjarne Stroustrup: The C++ Programming Language, Addison Wesley
5. Bertrand Meyer, Object Oriented Software Construction, Prentice-Hall.
References:
1. Nagoor Kani, Microprocessors and Microcontrollers, The McGraw-Hill Companies, 2nd Edition
2. J.H. Hennessy, and D.A. Patterson, Computer Architecture: A Quantitative Approch, Morgan Kaufmann
Publishers, Fourth Edition, 2006.
3. Kenneth J. Ayala, The 8051 Microcontroller, Architecture, Programming and Applications, Penram
International Publishing, 1996.
4. all D. V., “ icroprocessor and Interfacing-Programming and ardware”, 2nd Ed., Tata cGraw-Hill
Publishing Company Limited, 2008
SEMESTER IV
Sem. Course code Course Name L T P C
IV EC2014 Electromagnetic Theory 3 0 0 3
IV EC2042 Principles of Communication 3 0 0 3
IV EC2114 Principles of Communication Lab 0 0 2 1
Page | 27
IV EC2032 Digital Signal Processing 3 0 0 3
IV EC2132 Digital Signal Processing Lab 0 0 2 1
IV ECXXX Measurement and Instrumentation 3 0 0 3
IV CS2041 Operating Systems 3 0 0 3
IV CS2141 Operating Systems Lab 0 0 2 1
IV EC3081 Control Systems 3 1 0 4
Total 18 1 6 22
Contact Hours / Week 25
I Review of Coordinate Systems and Vector Analysis: Complex Numbers, Phasors, Vector 3
Arithmetic, Coordinate System and Transformations, Contours (Cartesian, Cylindrical, and
Page | 28
Spherical), Surfaces (Cartesian, Cylindrical, and Spherical), Volume, Gradient, Divergence, and
Curl.
Uniform plane waves – one dimensional wave equation, Uniform plane waves: propagation in
arbitrary direction, phase velocity, polarization, Plane waves in conductors a dielectric media,
Reflection and transmission of plane waves at a planar interface, Oblique incidence and
reflection of plane waves – s and p polarization, Total internal reflection and Snell’s laws.
IV Waveguides – General introduction, Rectangular and Circular metallic waveguide modes, 16
Dispersion and attenuation, Dielectric planar waveguides, Case study: Optical fibers,
Application: Fiber-optic communications, WDM optical components.
Wave propagation in Ferrites, Wave propagation in periodic structures: Diffraction, Vector
potential and wave equation, Radiation by dipole and monopole.
Text: 1. J. D. Kraus and D. Fleisch, “Electromagnetics with applications”, 5th Edition, McGraw Hill, 1999
1. ayt and Buck, “Engineering Electromagnetics”, 7th Edition, McGraw Hill.
2. D. Staelin, A. orgenthaler, and J. A. Kong, “Electromagnetic waves”, Pearson, Pearson, 1993.
3. S. . Wentworth, “Applied Electromagnetics: Early Transmission Line Approach”, Wiley, 2007.
4. D. isra, “Practical Electromagnetics”, Wiley, 2007.
5. . N. O. Sadiku, “Principles of Electromagnetics”, 4th Edition, Oxford University Press, 2007.
References: 6. David J Griffiths, “Introduction to Electrodynamics”, 4th Edition, Pearson, 2013.
7. . N. O. Sadiku, “Numerical Techniques in Electromagnetic”, 2nd Edition, CRC Press, 2000.
8. D. K. Cheng, “Field and Wave Electromagnetics”, 2nd Edition, Pearson, 2001.
9. E. Lonngren and S. V. Savov, Fundamentals Electromagnetics with MATLAB, 1 st Edition. PHI, 2005.
10. C. A. Balanis, “Advanced Engineering Electromagnetics”, 2nd Edition, John Wiley, 2012.
11. D. . Pozar, “ icrowave Engineering”, 4th Edition., John Wiley and Sons Inc.
To introduce students to the basic principles and concepts of analog communication, including
Objectives: analog modulation techniques, transmission, reception, and noise effects.
Know the techniques of analog communication and noise analysis in analog communication.
Page | 29
To teach students how digital signals are generated, transmitted, and received. This includes
learning about sampling, quantization, and various signal processing techniques used in digital
communication systems.
Prerequisites: Signal and Systems
No. of
Module Syllabus
Lectures
Review of Signals and Systems: Signals; Periodic and Aperiodic Signals; Energy and Power
Signals; Deterministic and Random Signals; Dirac Delta function; Linear time-invariant
I systems; Fourier-series; Fourier-transform and its properties; Auto correlation of signals; 10
Energy spectral density; Parseval’s relation; Power spectral density; Baseband and passband
signals; The structure of a pass band signal; Hilbert transform;
Introduction to Communication: Basic elements of a communication system; Digital
communication system; Communication channels and their characteristics; Modulation; Need
of modulation;
II Amplitude Modulation and Demodulation: Conventional amplitude modulation (AM); 12
Double-sideband suppressed carrier (DSB-SC) modulation; Quadrature carrier multiplexing
(QCM); Single-sideband modulation (SSB); Vestigial-sideband (VSB) modulation;
Implementation of AM modulator and demodulator; Frequency division multiplexing;
Angle Modulation and Demodulation: Phase modulation (PM); Frequency modulation (FM);
Spectrum of an FM signal; Bandwidth of FM signal; Narrowband FM; Wideband FM; FM
generation; FM detectors; The super-heterodyne receiver; The phase-locked loop (PLL) and
III its application; 13
Noise in Analog Communication System: Thermal noise; Noise temperature; Noise figure;
Effect of Noise performance of baseband system; Noise in amplitude modulated systems;
Noise in angle modulated systems; Pre-emphasis and De-emphasis;
Digital Representation of Analog Signals: Introduction to sampling; Spectrum of sampled
signal, Aliasing and Nyquist sampling theorem; Reconstruction of original signal from sampled
signal; Pulse amplitude modulation (PAM); Pulse position modulation (PPM); Pulse width
IV modulation(PWM); Introduction to quantization; Uniform quantizer; Mid-tread quantizer; 9
Mid-rise quantizer; Quantization noise; Lloyd- Max quantization algorithm; Non uniform
quantizers; Delta modulation; Adaptive Delta Modulations; Differential pulse code
modulation (DPCM).
Text: 1. John G. Proakis and MasoudSalehi, Communication Systems Engineering, 2nd Edition, Pearson
Education, 2002.
1. B. P. Lathi, Modern Digital and Analog Communication Systems, 3 rd Edition, Oxford Univ. Press,
References: 2006.
2. Simon Haykin, Communication Systems, 4th Edition, John Wiley, 2001.
3. Upamanyu Madhow, Introduction to Communication Systems, Cambridge University Press, 2014.
Page | 30
Syllabus:
1.
1.
Syllabus:
Frequency selective filters: Ideal filter characteristics, lowpass, highpass, bandpass and bandstop filters, Paley-
Wiener criterion, digital resonators, notch filters, comb filters, all-pass filters, inverse systems, minimum phase,
maximum phase and mixed phase systems.
Structures for discrete-time systems: Signal flow graph representation, basic structures for FIR and IIR systems
(direct, parallel, cascade and polyphase forms), transposition theorem, ladder and lattice structures.
Design of FIR and IIR filters: Design of FIR filters using windows, frequency sampling, Remez algorithm and least
mean square error methods; Design of IIR filters using impulse invariance, bilinear transformation and frequency
transformations.
Discrete Fourier Transform (DFT): Computational problem, DFT relations, DFT properties, fast Fourier transform
(FFT) algorithms (radix-2, decimation-in-time, decimation-in-frequency), Goertzel algorithm, linear convolution
using DFT. Multi-dimensional DFT (M-D DFT) and its computation.
Finite word length effects in digital filters: Fixed- and floating-point representation of numbers, quantization noise
in signal representations, finite word-length effects in coefficient representation, roundoff noise, SQNR
computation and limit cycle.
Introduction to multirate signal processing: Decimation, interpolation, polyphase decomposition, non-integer
sample rate conversion, multistage sample rate conversion; Applications of multi-rate filters in signal processing
and communication.
Lab Assignments:
Computation platforms: GNU Octave, SciLab, MATLAB.
Hardware platforms: Texas Instruments OMAP-L138/C6748 Development Kit (LCDK) with XDS100V3 Emulator.
Discrete Fourier Transform and Signal representation: n-point DFT and IDFT; Rationalization of Z- function,
sketching of Pole-Zero plot and plotting of magnitude and phase response of causal system.
Generation of signals: (i) ramp signals at different sampling frequencies, (iii) multi-toned sinusoid signals, (iv)
pseudo random noise sequence; Echo generation using three different delay.
Frequency selective filters: Understanding the concept of Filtering a noisy sinusoid using convolution in Time
Domain and Frequency domain; Evaluation of frequency responses of filters using various window techniques.
Design of filters (Butterworth and Chebyshev LP, BP and HP): FIR filters and IIR filters (Bilinear Transformation and
Impulse Invariance Method).
Audio Signal Processing: Audio loop, Audio Delay, Audio Echo.
Page | 31
Text:
2. S. K. itra,” Digital Signal Processing: A Computer- Based Approach”, Tata cGraw ill, 3/e, 2006.
References:
2. Richard G. Lyons, “Understanding Digital Signal Processing”, Prentice all, 3/e, 2011.
3. S. Salivahanan, A. Vallavara , C. Gnanapriya,” Digital Signal Processing”, Tata cGraw ill, New Delhi, 2003.
4. J. G. Proakis and D. G. anolakis,” Digital Signal Processing: Principles, Algorithms and Applications”,
Pearson Education, 4/e, 2007.
5. E. Ifeachor and B. Jervis,” Digital Signal Processing”, Pearson, 2/e, 2006.
6. A. V. Oppenheim and R. W. Shafer, “Discrete-Time Signal Processing”, Prentice all India, 2/e, 2004.
7. V. K. Ingle and J. G. Proakis, “Digital Signal Processing with ATLAB”, Cengage, 2008.
8. . . ayes, “Schaum's Outline on Digital Signal Processing”, cGraw-Hill, 1999.
Syllabus:
Syllabus:
Introduction to instrumentation, Static and dynamic characteristics of measurement Systems, Error and
uncertainty analysis, standards and calibration, Bridges and potentiometers, measurement of R, L and C.
Measurements of voltage, current, power, power factor and energy. A.C & D.C current probes, ohmmeter, loading
effect, Transducers classification, Measurement of displacement, velocity, acceleration, strain, force, temperature,
pressure, flow, level, conductivity, viscosity and humidity, Signal conditioning; Instrumentation amplifier, isolation
amplifier, and other special purpose amplifiers, Time, phase and frequency measurements, Cathode ray
oscilloscope, Q meter, DMM, frequency counter, spectrum analyzers, logic probe and logic analyzer;
programmable logic controller; Virtual instrumentation, Serial and parallel communication. Shielding and
grounding.
Page | 32
Texts:
1. E. O. Deobelin, Measurement Systems: Application and Design, 5 th Edition, Tata McGraw-Hill, 2003.
2. A. D. Helfrick and W. D. Cooper, Modern Electronic Instrumentation and Measurement Techniques, 2nd
Reference:
1. B. G. Liptak, Instrument Engineers Handbook: Process Measurement and Analysis, 4th Edition, CRC, 2003.
2. A. K. Sawhney, A course of Electrical and Electronic Measurement and Instrumentation, 9th Edition,
Syllabus:
Process Management: process, thread, scheduling; Concurrency: mutual exclusion, synchronization, semaphores,
deadlocks; Memory Management: allocation, protection, hardware support, paging, segmentation; Virtual Memory:
demand paging, allocation, replacement, swapping, segmentation, TLBs; File Management: naming, file operations
and their implementation; File Systems: allocation, free space management, directory management, mounting; I/O
Management: device drivers, disk scheduling, Basics of Security.
Texts:
1. Silberschatz, A. and Galvin, P.B. Operating System Concepts, Wileys
References:
1. Stalling, W. Operating Systems: Internals and Design Principles, Pearson
2. Tanenbaum, A. S. Modern Operating System, Pearson
3. Dhamdhere, D.M. Operating Systems A Concept Based Approach, Mc Graw Hill
Implementation of CPU scheduling, Shared memory and IPC, Semaphores, file allocation strategies, File
Organization Techniques, Dead Lock Avoidance & Detection, page replacement algorithms, Threading &
Synchronization
Assignment on fork, shared memory and IPC, scheduling, deadlock, resource allocation graph, page replacement
algorithms, disc scheduling
Reference Book:
1. Silberschatz, A. and Galvin, P.B. Operating System Concepts, Wileys.
2. Stalling, W. Operating Systems: Internals and Design Principles, Pearson
3. Tanenbaum, A. S. Modern Operating System, Pearson
4. Richard Stevens, Unix Network Programming, Volume 2, Second Edition: Interprocess Communications,
Prentice Hall.
Page | 33
EC304 CONTROL SYSTEMS 3-1-0-4
Mathematical models of physical systems: differential equations of physical systems, state-space models, transfer
functions, block diagram algebra, signal flow graphs. Time-domain techniques: response of second-order systems,
characteristic-equation and roots, Routh-Hurwitz criteria, Root-Locus. Frequency-domain techniques: frequency
responses, Bode-plots, gain-margin and phase-margin, Nyquist plots. Compensator design: proportional, PI and PID
controllers, lead-lag compensator. Modern control system techniques: state-space representations of transfer
functions, controllability, observability, pole placement by state feedback, observer and observer-based state
feedback control, Linear Quadratic Regulator (LQR).
Text Books:
SEMESTER V
Sem. Course Code Course Name L T P C
V EC3044 Digital Communication 3 0 0 3
V EC3144 Digital Communication Lab 0 0 2 1
V EC3051 Analog Integrated Circuits 3 0 0 3
V EC3151 Analog Integrated Circuits Lab 0 0 2 1
V EC3072 Embedded Systems 3 0 0 3
V EC3172 Embedded Systems Lab 0 0 2 1
V EC3054 HDL Based Digital System Design 3 1 0 4
V PEXXX Professional Elective – 1 3 0 0 3
V OEXXX Open Elective - 1 3 0 0 3
Total 18 1 6 22
Contact Hours / Week 25
Humanities
Basic Engineering Open
& Social Professional Professional Internship
Science Sciences Elective Mandatory Total
Science Core (PC) Elective (PE) / Project
(BS) (ES) (OE)
(HS)
0 0 0 16 3 3 0 0 22
th
5 Semester EC3044: DIGITAL COMMUNICATION Core
Objectives: To introduce students to the fundamental concepts and principles of digital
Page | 34
communication systems, including signal processing, modulation, demodulation, channel
coding, and error correction.
To study advanced digital modulation schemes used in modern communication systems,
such as quadrature amplitude modulation (QAM), phase-shift keying (PSK), and
frequency-shift keying (FSK).
Multiple Access Techniques: To understand how multiple users can efficiently share the
same communication channel, including techniques like Time Division Multiple Access
(TDMA), Frequency Division Multiple Access (FDMA), Code Division Multiple Access
(CDMA), and Orthogonal Frequency Division Multiple Access (OFDMA).
Prerequisites: Principles of Communication and Signal and Systems
No. of
Module Syllabus
Lectures
Page | 35
3. J.B. Anderson, “Digital Transmission Engineering”, IEEE Press, Wiley-Interscience,2/e,
2005.
4. S. aykin, “Digital Communication Systems”, Wiley Student Edition, 2014.
No. of Lab
Syllabus
Class
Pulse Code Modulation and Demodulation Techniques; Signal Sampling and Reconstruction
Techniques; Delta Modulation and Adaptive Delta Modulation; Time Division Multiplexing and
Demultiplexing; Pulse shaping; Nyquist criterion; Amplitude Shift Keying Modulation and
10
Demodulation; Binary Phase Shift Keying Modulation and Demodulation; Quadrature Phase Shift
Keying Modulation and Demodulation; Frequency Shift Keying Modulation and Demodulation;
Quadrature Amplitude Modulation and Demodulation Techniques; Differential modulation schemes.
References: 1. J. G Proakis and . Salehi, “ odern Communication Systems Using ATLAB”, CENGAGE
INDIA, 3rd Edition 2013.
Syllabus:
Introduction to analog VLSI and mixed signal issues in CMOS technologies, Basic MOS models, SPICE Models and
frequency dependent parameters, Basic NMOS/CMOS gain stage, MOS amplifiers (CS-CG-CD), and MOS differential
amplifier and OPAMP design, feedback, different feedback configurations. Two stage MOS operational amplifier,
cascade and cascode circuits, MOS telescopic cascade amplifier, folded cascade amplifier, frequency response,
stability and noise issues in amplifiers. Different output stages and their characterization. CMOS analog blocks:
Current Sources and Voltage references. Low current, supply insensitive and temperature insensitive biasing.
Frequency Synthesizers and Phased lock-loops, Lock range limitations. Non-linear analog circuits: precision
rectification, comparators, charge-pump circuits and multipliers, basics of data converters, analog testing and
layout issues, low voltage and low power circuits, logarithmic amplifiers – log and antilog amplifiers.
Texts:
1. Behzad Razavi, Design of Analog CMOS Integrated Circuits, McGraw hill Education. 2008
Reference:
1. Adel S Sedra, Kenneth C Smith, Microelectronics Circuits, Theory and Applications, Oxford International
Page | 36
Students Edition.
2. P. Gray, P. Hurst, S. Lewis and R. Meyer, Analysis & Design of Analog Integrated Circuits, 5/e, Wiley.
3. R. Jacob Baker, CMOS: Circuit Design, Layout, and Simulation, Revised Second Edition, 2008, Wiley-IEEE
4. P. E. Allen and D. R. Holberg, CMOS Analog Circuit Design, 2nd Edition, Oxford University Press
6. D. A. Johns and K. Martin, Analog Integrated Circuit Design, Wiley Student Edition, 2002.
Syllabus:
Experiments are based on the following topics: Introduction CAD tools and analog design flow, NMOS and PMOS
characteristics, Common source amplifiers, layout of resistors, capacitors, transistors, differential amplifier, cascode
amplifier, current mirror, push pull CS amplifier, negative feedback amplifier, multistage amplifiers, operational
amplifiers and comparators.
Texts:
1. B. Razavi, Design of Analog CMOS Integrated Circuits, McGraw Hill, 2001.
Reference:
1. M. H. Rashid, Introduction to PSpice Using or CAD for Circuits and Electronics, 3rd Edition, Prentice-Hall
India, 2006.
2. “CMOS Analog Circuit Design” by Phillip Allen and Douglas R. Holberg.
4. P. R. Gray and R. G. Meyer, Analysis and Design of Analog Integrated Circuits, 4th Edition, Wiley Student
Edition, 2001.
5. D. A. Johns and K. Martin, Analog Integrated Circuit Design, Wiley Student Edition, 2002.
Page | 37
operating systems, priority- based scheduling, inter process communication mechanisms, evaluating operating
system performance, power management and optimization for processes. Networks: distributed embedded
architectures; networks for embedded systems. Case studies: washing machine, inkjet printer, telephone exchange,
etc.
Text Books:
1. W. Wolf, "Computers as components: Principles of embedded computing system design", 2/e, Elsevier,
2008.
Reference Books:
1. D. Symes, and C. Wright, "AR system developer's guide: Designing and optimizing system software”,
Elsevier,2008.
2. uhammad Ali azidi, Janice G. azidi, Rolin D. cKinlay, “Jack Ganssle, The 8051 icrocontroller and
Embedded Systems “.
3. Jack Ganssle, "The art of designing embedded systems", 2/e, Elsevier, 2008.
Syllabus:
Introduction to digital circuit design flow, Verilog variables, operators and language constructs, modeling combinational
circuits using Verilog, modeling sequential circuits using Verilog, Verilog test benches and design simulation, Behavioral
versus structural design modeling, Miscellaneous modeling issues: pipelining, memory, etc., Processor design using
Verilog.
Texts:
1. Contemporary logic Design, R.H. Katz, Prentice Hall, 2nd Edition, 2004.
2. Fundamentals of Digital Logic with Verilog Design, Stephen Brown, Zvonko Vranesic, 3rd Edition, McGraw-Hill,
2013.
Page | 38
References:
1. Verilog HDL Synthesis A Practical Primer, J. Bhasker, BS Publications, 1st Edition, 1998.
2. Verilog HDL: a guide to digital design and synthesis, Samir Palnitkar, Pearson, 2nd Edition, 2019.
SEMESTER VI
Sem. Course Code Course Name L T P C
VI EC3052 VLSI Design 3 0 0 3
VI EC3152 VLSI Design Lab 0 0 2 1
VI ECXXX Scripting Languages and Verification 3 0 0 3
VI ECXXX Scripting Languages and Verification Lab 0 0 2 1
VI ECXXX Embedded Programming 3 0 0 3
VI PEXXX Professional Elective – 2 3 0 0 3
VI PEXXX Professional Elective – 3 3 0 0 3
VI OEXXX Open Elective – 2 3 0 0 3
VI ECXXX Minor Project 0 0 4 2
Total 18 0 8 22
Contact Hours / Week 26
Humanities
Engineering Open
& Social Basic Professional Professional Internship
Sciences Elective Mandatory Total
Science Science (BS) Core (PC) Elective (PE) / Project
(ES) (OE)
(HS)
0 0 0 11 6 3 2 0 22
Syllabus:
Overview of VLSI design methodology, overview of VLSI design flow, fabrication process flow, layout design rules,
full custom mask layout design, MOSFET scaling and small geometry effects. Brief ideas of MOS modelling. MOS
inverters as VLSI design building blocks. Inverter static characteristics and dynamic characteristics; switching and
interconnect issues. Combinational and sequential MOS logic circuits. Dynamic logic circuits using MOS. Construction
and characterization of semiconductor memories.
Text:
1. Jan M. Rabaey, Anantha ChandraKasan, Borivoje Nikolic, Digital Integrated Circuits, A Design Perspective,
Page | 39
Prentice Hall, second edition, 2003.
Reference:
1. David Hodges, Analysis and Design of Digital Integrated Circuits, In Deep Submicron Technology (special
Indian edition)
Familiarization with analog and digital CAD tools. Implementation of MOS inverter circuits using CAD tools and
verification of different characteristics of an inverter. Implementation MOS current mirrors and current sources.
Implementation of NAND and NOR gates using CMOS logic and observation of their static and dynamic
behaviors. Design of flip-flop circuits and study of its transient behavior. Mask layout of an inverter, application
of design verification rules, RC extraction, pre and post layout comparison of characteristics.
SEMESTER VII
Sem. Course Code Course Name L T P C
VII PEXXX Professional Elective - 4 3 0 0 3
VII PEXXX Professional Elective - 5 3 0 0 3
VII OEXXX HSS Elective - 2 3 0 0 3
VII OEXXX Open Elective - 3 3 0 0 3
VII ECXXX Summer Internship 0 0 4 2
VII ECXXX Project – I 0 0 12 6
Total 12 16 20
Contact Hours / Week 28
Humanities
Basic Engineering Open
& Social Professional Professional Internship
Science Sciences Elective Mandatory Total
Science Core (PC) Elective (PE) / Project
(BS) (ES) (OE)
(HS)
3 0 0 0 6 3 8 0 20
SEMESTER VIII
Page | 40
Contact Hours / Week 24
Humanities
Engineering Professional Open
& Social Basic Professional Internship
Sciences Elective Elective Mandatory Total
Science Science (BS) Core (PC) / Project
(ES) (PE) (OE)
(HS)
0 0 0 0 0 0 12 0 12
Professional
Semester Course Title Hours per week Credits
Elective (PE)
L T P
Open Elective
Semester Course Title Hours per week Credits
(OE)
Page | 41
2 Artificial Intelligence 3 0 0 3
Optimization Engineering 3 0 0 3
Sl. Course Course Title Hours per week Credits Branch Preferred
No. Code semester
L T P
1 HS3093 Introduction to Linguistics 2 0 2 6 All V
HS3094 Environmental Sciences 3 0 0 6 All V
HS3095 Professional Ethics for 3 0 0 6 All V
Engineers/ Ethics and Human
Values
2 HS3096 Principles of Management 3 0 0 6 All VI
HS3097 Entrepreneurship and 3 0 0 6 All VI
Management Functions
HS3098 Organizational Behaviour 3 0 0 6 All VI
Phonetics, Phonology, Morphology: The production of speech; the organs of speech; a phonetic description
of speech sounds (vowels and consonants and their place and manner of articulation); combination of speech
sounds; minimal pairs; free and bound morphemes; word building strategies; inflectional and derivational
morphology
Syntax, Semantics: The structure of sentences and their constituents; basic sentence patterns; the subject,
verb and object/ complement; IC Analysis; word meaning and sentence relations; sense relations
(synonymy, homonymy etc)
Page | 42
society and variation; basic concepts: language/ dialect/ sociolect/ idiolect/ style/ context/ register; methods
of teaching language; language and the brain
Text:
1. Murray, T. 1995.The Structure of English: Introduction to Phonetics, Phonology and Morphology.
Boston: Allyn & Bacon
2. Mathews, P.H. 2003 Linguistics: A Very Short Introduction. Oxford University Press
References:
1. Fromkin, V., Rodman R. and Hyams, N. 2003. An Introduction to Language. Heinle and Thompson.
2. Radford, A., Atkinson, M., Britain, D., Clahsen, H. and Spenser, A. 2009 Linguistics: An
Introduction. Cambridge University Press.
3. Additional reference material to be provided by Instructor.
Page | 43
(b) Grass land ecosystem
(c) Desert ecosystem.
(d) Aquatic eco systems (ponds, streams, lakes, rivers, oceans, estuaries)
Environmental Pollution:
Definition: Causes, effects and control measures of;
(a) Air pollution
(b) Soil pollution
(c) Marine pollution
(d) Noise pollution
(e) Nuclear hazards
Solid waste Management: Causes, effects and control measures of urban and industrial wastes.
Disaster management: Floods, earth quake, cyclone and landslides.
Social issues and the Environment:
From unsustainable to sustainable development, Urban problems related to energy, Water conservation, rain
water harvesting, watershed management, Environmental ethics: issues and possible solutions, Climate
change, global warming, acid rain, ozone layer depletion, nuclear accidents and holocaust.
Environment protection Act, Air (prevention and control of pollution) Act, Water (prevention and control of
pollution) Act, Wildlife protection Act, Forest conservation Act, Issues involved in enforcement of
environmental legislations.
Texts:
1. Textbook of Environmental studies, Erach Bharucha, UGC.
2. Fundamental concepts in Environmental Studies, D. D. Mishra, S Chand & Co Ltd.
Page | 44
Introduction to Entrepreneurship: Starts ups, Prospects & Challenges., Environmental Issues, CSR,
Sustainability, The role of statistics for Industrial management: Simple Linear Regression and Correlation
Assumptions and Properties of Least Square Estimator, Its Application by taking industrial data and its
interpretations, Statistical
Software-Eview to be utilized to solve the industrial problems.
Text Books:
1. Koontz, H., and Weihrich, H., Essentials of Management: An International, Innovation and
Leadership Perspective, 10th ed., McGraw Hill, 2015.
2. Robbins, SP, Bergman, R, Stagg, I, and Coulter, M, Management 7, Prentice Hall, 7th edition,
2015.
3. Richard I Levin, David S Rubin, Statistical management, 7th Edition, Prentice Hall India, 2011.
4. Kotler, P., Keller, Kevin Lane Keller et al. Marketing Management, 3rd Edition, 2016.
5. Eugene F. Brigham and Michael C. Ehrhardt, Financial Mangement: Theory and Practice,
SouthWestern College Pub; 15th Edition, 2016.
Reference Books:
1. Mahadevan, B., Operations Management, Theory and Practice, Pearson Education Asia,
2. A. Aswathapa, Organizational Behaviour, 2010
3. Robert R. Reeder, Briety & Betty H. reeder, Industrial Marketing, Prentice Hall of India Pvt. Ltd,
New delhi,2008.
Page | 45
Unit IV
Assistance to an entrepreneur; Industrial Park (Meaning, features & examples), Special Economic
Zone (Meaning, features & examples), Financial assistance by different agencies, MSME Act small
scale Industries, Carry on Business (COB) license, Environmental Clearance, National Small
Industries Corporation (NSIC), Government Stores Purchase scheme (e-tender process), Excise
exemptions and concession, Exemption from income tax, Quality Standards with special reference to
ISO. Small Industries Development Bank of India (SIDBI), State Small Industries Development
Corporation (SSIDC), Directorate General of Supplies and Disposals, Khadi and Village Industries
Commission (KVIC)
Unit V
Importance of communication, barriers and gateways to communication, listening to people, the
power of talk, personal selling, risk taking & resilience, negotiation.
Text Books:
1. Introduction to Entrepreneurship, Commonwealth of Learning
http://oasis.col.org/bitstream/handle/11599/2465/2011_VUSSC_intro-to-
Entrepreneurship.pdf?sequence=1&isAllowed=y
Reference Books:
1. Entrepreneurship, Michael Laverty & Chris Littel
https://openstax.org/books/entrepreneurship/pages/preface
2. Introduction to Entreneurship, Katherine Carpernter, University of Victoria.
https://open.umn.edu/opentextbooks/textbooks/introduction-to-entrepreneurship
Page | 46
GROUP BEHAVIOUR AND INTERPERSONAL INFLUENCE:
Informal and Formal Groups, Teams and Team Building, Managing Conflict and Negotiation, Power
and Politics, Empowerment and Participation and Assertive Behaviour.
ORGANIZATIONAL PROCESSES:
Communication, Decision Making, Leadership
ORGANIZATIONAL DESIGN, CHANGE AND INNOVATION:
Organizational Structure and Design, Managing Change and Innovation
Text Books:
Reference Books:
1. Organizational Behaviour-Robbins, Judge & Sanghi, Pearson Education Publication.
Page | 47