New B. Tech. - II
New B. Tech. - II
New B. Tech. - II
SEMESTER – III
Teaching
Sr.
Subject Code Credit Scheme
No.
L T P
1. Mathematics-III MA 217 04 3 1 0
2. Analog Circuits EC 201 04 3 0 2
3. Signals and Systems EC 203 04 3 1 0
4. Data Structures and Algorithms EC 205 04 3 0 2
5. Digital Integrated Circuits EC 207 04 3 0 2
6. Principles of Communication Systems EC 209 04 3 0 2
Total 24 18 2 8
SEMESTER – IV
Teaching
Sr.
Subject Code Credit Scheme
No.
L T P
1. Electromagnetic Waves EC 202 04 3 0 2
2. Statistical Signal Analysis EC 204 04 3 1 0
3. Microprocessor and Microcontrollers EC 206 04 3 0 2
4. Linear IC Applications EC 208 04 3 0 2
5. Computer Architecture and Organization EC 210 04 3 0 2
6. Control Systems EE 214 03 3 0 0
Total 23 18 1 8
ENGINEERING MATHEMATICS-III L T P Credit
3 1 0 04
MA 217 Scheme
2. Syllabus:
3. Books Recommended:
1. Malik S.C., and Arora S., “Mathematical Analysis”, 5th Ed., Wiley Eastern Ltd., New Age
International Publishers, 2017.
2. Kreyszig E., “Advanced Engineering Mathematics”, 10th Ed., John Wiley, 2015.
3. Wiely C. R., “Advance Engineering Mathematics”, 6th Ed., McGraw-Hill, 1995.
4. Gilbert Strang, “Introduction to Linear Algebra”, 5th Ed., Wellesley-Cambridge Press, 2016.
5. Kenneth Hoffman and Ray Kunze, “Linear Algebra”, 2nd Ed. PHI publication, 2009.
ANALOG CIRCUITS L T P Credit
3 0 2 04
EC 201 Scheme
CO1 Describe single stage / multistage amplifiers and its frequency response characteristics.
CO2 Apply the concept of current sources / sinks in the differential amplifiers.
CO3 Analyze different amplifiers configurations by deploying negative feedback therein.
CO4 Evaluate the criterion for the stability of analog circuits.
CO5 Design solid state power amplifiers.
2. Syllabus:
3. List of Practicals:
4. Books Recommended:
1. Millman Jacob, Halkias Christos C. and Parikh C., "Integrated Electronics", 2nd Ed., McGraw-
Hill, 2017.
2. Sedra and Smith, "Microelectronic Circuits", 5th Ed., Oxford University Press, 2005.
3. Md.Gausi, “Electronic circuits”, 1st Ed., John Wiley, 2014.
4. A. S. Sedra & K. C. Smith, “Micro Electronic Circuits”, 4th Ed., Oxford press, 1998.
5. Boylestad Robert L. and Nashlesky Louis, "Electronics Device & Circuits and Theory", PHI, 10th
Ed., 2009.
5. Reference Books:
1. Schilling Donald L. and Belove E., "Electronics Circuits - Discrete and Integrated", 3rd Ed.,
McGraw-Hill, 1989, Reprint 2008.
SIGNALS AND SYSTEMS L T P Credit
3 1 0 04
EC 203 Scheme
2. Syllabus:
1. Barry Van Veen Simon Haykin, “Signals and Systems”, 2nd Ed., Wiley, 2007
2. Alan V. Oppenheim, Alan S. Willsky, S. Hamid Nawab, “Signals and Systems Prentice Hall
India”, 2nd Ed., Pearson, 2009.
3. B.P. Lathi, “Principles of Linear Systems and Signals”, 2nd Ed., oxford, 22 Jul 2009
4. John G. Proakis, Dimitris G. Manolakis, “Digital Signal Processing, Principles, Algorithms, and
Applications”, 4th Ed., PHI, 2007.
5. Robert A. Gable, Richard A. Roberts, “Signals & Linear Systems”, 3rd Ed., John Wiley, 1995.
DATA STRUCTURES AND ALGORITHMS L T P Credit
3 0 2 04
EC 205 Scheme
CO1 Describe the concept of dynamic memory management, data types, algorithms,
CO2 Big-O notation, arrays, linked lists, stacks and queues.
CO3 Apply the hash function and concepts of collision and its resolution methods.
CO4 Analyze problems involving graphs, trees and heaps.
CO5 Evaluate algorithms for solving problems like sorting, searching, insertion and deletion
2. Syllabus:
3. List of Practicals:
1. Write a program to perform Insertion and Deletion in an unsorted Array when the number and
the positions are given.
2. Write a program to search an element in a sorted array using binary search and search the
same element in the same array using linear search.
3. Perform Insertion and Deletion in a Linked List when the number and the positions are given.
4. Given two linked lists List1 = {A1, A2……….,An} and List2 = {B1,B2,……Bm} with data (both
lists) in ascending order. Write a program to merge the given lists so that the merged list will be:
{A1,B1,A2,B2,……..Am,Bm,Am+1,……..An} if n >= m
{A1,B1,A2,B2,……..An,Bn,Bn+1,……..Bm} if m >= n
5. Write the programs to perform a stack's push, pop, top and isEmpty functions.
6. Write a program to find the height of a binary tree.
7. Write a program to insert and delete an element in a binary search tree.
8. Given a sorted doubly linked list, write a program to convert it into a balanced binary search
tree.
9. Write a program to find the shortest path in a weighted graph using the Dijkstra algorithm.
10. Write a program to sort an array using mergesort algorithm.
11. Write a program to implement a separate chaining collision resolution technique.
12. Write the enqueue and deque functions for a queue implemented using a linked list.
13. Write a program to implement heap sort algorithm.
14. Write a program to solve the traveling salesman problem using greedy algorithm.
4. Books Recommended:
EC 207 Scheme
CO1 Recognize the fundamental concepts of devices and various logic families with their
comparative analysis
CO2 Explain the operation of MOS transistor and scaling trends in MOSFETs and illustrate
various short channel effects.
CO3 Illustrate the various processing techniques of NMOS and CMOS technology.
CO4 Analyze the design of inverter using CMOS logic and estimate the switching parameters
therein. Also analyze the power dissipation and CMOS-TTL interfacing.
CO5 Evaluate the performance of different sequential and combinational circuits using CMOS
logic.
CO6 Design the sequential and combinational circuits using CMOS with layout and stick
diagrams.
2. Syllabus:
3. List of Practicals:
4. Books Recommended:
1. Taub H. and Schilling D., "Digital Integrated Electronics", International Ed., McGraw-Hill, 2008.
2. Sung-Mo Kang and Leblebici Y., "CMOS Digital Integrated Circuits: Analysis and Design", 3rd
Ed., Tata McGraw-Hill; 2003.
3. Rabaey Jan, Chandrakasan Anantha Nikolic, "Digital Integrated Circuits: A Design Perspective",
2nd Ed., Pearson Education, 2008.
4. Hodges D. A. and Jackson H. G. "Analysis And Design Of Digital Integrated Circuits", 3rd Ed.,
McGraw-Hill, 2004.
5. Baker R. J., Li H. W. and Boyce D. E., "CMOS Circuits Design Layout and Simulation", 2nd Ed.,
PHI 2005.
PRINCIPLES OF COMMUNICATION SYSTEMS L T P Credit
3 0 2 04
EC 209 Scheme
2. Syllabus:
3. List of Practicals:
4. Books Recommended:
1. Lathi B. P., and Ding Zhi, “Modern Digital and Analog Communication Systems”, 4th Ed., Oxford
University Press 2010/ 5th Ed., 2018.
2. Proakis J. and Salehi M., “Fundamental of Communication Systems”, 1st Ed., PHI/Pearson
Education-LPE, 2006.
3. Carlson Bruce A., Paul B Crilly “Communication Systems- An Introduction to Signal and Noise
in Electrical Communication”, 5th Ed., McGraw-Hill, 2011.
4. Leon W. Couch, II “Digital and Analog Communication Systems”, 8th Ed., Pearson Education-
LPE, 2013.
5. Taub Herbert, Donald Schilling, Goutam Saha “Principal of Communication Systems”, 4th Ed.,
Tata McGraw-Hill, 2013.
ELECTROMAGNETIC WAVES L T P Credit
3 0 2 04
EC 202 Scheme
CO1 Describe the basic concepts and theorems of electromagnetic theory and its applications.
CO2 Explain the wave propagation and radiation phenomenon in different environments
CO3 Apply the principles of electromagnetic theory and wave propagation to model
transmission line and radiating systems.
CO4 Analyze the theoretical concepts based on Maxwell’s equation, transmission line theory
and antennas.
CO5 Evaluate the wave propagation behavior between two mediums.
CO6 Formulate the aspects of electromagnetic theory for different application.
2. Syllabus:
3. List of Practicals:
4. Books Recommended:
1. E.C. Jordan & G. Balmain, “Electromagnetic Waves and Radiating Systems”, 2nd Ed., PHI,
Reprint 2011.
2. R. K. Shevgaonkar, “Electromagnetic Waves”, 1st Ed., Tata McGraw Hill, 2006.
3. M.N.O. Sadiku, “Principles of Electromagnetics”, 4th Ed., Oxford University Press, 2011.
4. W.H. Hayt, “Engineering Electromagnetics”, 7th Ed., McGraw Hill, 2006.
5. Roger F. Harrington, “Time-Harmonic Electromagnetic Fields”, Wiley-IEEE Press, 2001.
STATISTICAL SIGNAL ANALYSIS L T P Credit
3 1 0 04
EC 204 Scheme
CO1 Describe probability, random variable and random process and parameters related to
them.
CO2 Classify different types of random variables and random processes.
CO3 Analyze random variables and random processes using knowledge of pdfs, cdfs,
autocorrelation functions, power spectral density, etc.and LTI systems with random inputs.
CO4 Evaluate moments & characteristic functions and understand the concept of inequalities
and probabilistic limits.
CO5 Design problems based on probability, random variables and random processes.
2. Syllabus:
3. Books Recommended:
1. Papoulis A., S. Unnikrishna Pillai, “Probability, Random Variables and Stochastic Processes”,
4th Ed., McGraw-Hill, 2006.
2. Alberto Leon-Garcia, “Probability, Statistics, and Random Processes for Electrical Engineering”,
3rd Ed., Pearson, 2007.
3. Steven Kay, “Intuitive Probability and Random Processes using MATLAB”, 1st Ed., Springer,
2006.
4. Sheldon Ross, “A First Course in Probability”, 9th Ed., Pearson, 2012.
5. Montgomery and Ruger, “Applied Statistics and Probability for Engineers”, 1st Ed., John Wiley,
2006.
MICROPROCESSOR AND MICROCONTROLLERS L T P Credit
3 0 2 04
EC 206 Scheme
CO1 Classified microprocessor and microcrontoller with RISC & CISC architectures.
CO2 Describe 8-bit/16-bit microcontroller.
CO3 Analyze merits of ARM controllers along with architectural features and instructions of
ARM Cortex-M microcontroller.
CO4 Elevate the knowledge gained for Programming ARM Cortex M for different applications.
CO5 Design embedded system with various peripheral interfacing.
2. Syllabus:
3. List of Practicals:
4. Books Recommended:
1. Joseph Yiu, “The Definitive Guide to the ARM Cortex-M0/M0+ processors, 2nd Ed., Newnes,
(Elsevier), 2015.
2. A.N.Sloss, D.Symes and C. Wright, “ARM System Developer’s Guide: Designing and
Optimizing System Software”, Elsevier, 2004.
3. ARM Cortex M0 Technical Reference Manual. Available
at:http://infocenter.arm.com/help/topic/com.arm.doc.ddi0432c/DDI0432C_cortex_m0_r0p0_trm.
pdf
4. Gaonkar R. S., "Microprocessor Architecture, Programming and Applications with 8085", 5th
Ed., Penram International, Indian, 2002.
5. Ram B., "Fundamental of Microprocessor & Microcomputers", 6th Ed., Dhanpat Rai
Publications, 2003.
5. Reference Book:
1. Shibu K V, “Introduction to Embedded Systems”, 2nd Ed., Tata McGraw Hill, 2009
LINEAR IC APPLICATIONS L T P Credit
3 0 2 04
EC 208 Scheme
2. Syllabus:
3. List of Practicals:
1. Design and implement Zero Crossing Detector, Positive Level Detector and Negative Level
Detector or inverting and non-inverting configuration using IC 741.
2. To study the effect of Loading and input impedance for Inverting and Non-inverting negative
feedback amplifier using IC 741.
3. Design and implement Inverting and Non-inverting negative feedback amplifier for given gain
using IC 741. Also analyze the frequency response.
4. Design and implement Summing, Averaging and Scaling amplifier. Also implement 4 input
Subtractor using IC 741.
5. Design and implement Practical Integrator for given cut-off frequency using IC 741. Also
analyze the frequency response.
6. Design and implement Practical Differentiator for given cut-off frequency using IC 741. Also
analyze the frequency response.
7. Design and implement 1st and 2nd order Low-pass filter for given cut-off frequency using IC
741. Also analyze the frequency response.
8. Design and implement 1st and 2nd order High-pass filter for given cut-off frequency using IC
741. Also analyze the frequency response.
9. Design and implement Notch filter for given notch frequency using IC 741. Also analyze the
frequency response.
10. Design and implement All pass filter for given phase difference using IC 741.
11. Design and implement RC Phase shift and Wein bridge oscillator using IC 741.
12. Design and implement Square wave Generator using IC 741.
13. Design and implement Monostable and Astable Multivibrator using 555 timer.
14. Design and implement Voltage Regulator using IC 7805. Also perform Load and Line
Regulation.
4. Books Recommended:
1. Sergio Franco, "Design with Operational Amplifiers and Analog Integrated Circuits", 4th Ed.,
McGraw- Hill, Published: May 11, 2016.
2. Coughlin and Driscol, "Op-Amps And Linear Integrated Circuits", 6th Ed., PHI, 2003
3. GayakwadRamakant, "Op-Amps and Linear Integrated Circuits", 4th Ed., PHI, 2003.
4. Salivahanan S., "Linear Integrated Circuits", 4th Reprint, McGraw-Hill, 2010.
5. Roy Choudary D. and Shail B. Jain, Linear Integrated circuits, 4th Ed., New Age International
Publishers, 2010.
5. Reference Book:
1. William D. Stanley, “Operational Amplifiers with Linear Integrated Circuits”, 4th Ed., Old
Dominion University, Pearson Education, 2002.
COMPUTER ARCHITECTURE AND ORGANIZATION L T P Credit
3 0 2 04
EC 210 Scheme
2. Syllabus:
3. List of Practicals:
4. Books Recommended:
1. David. A. Patterson and John L. Hennessy, “Computer Organization and Design: The
Hardware/Software Interface”, 5th Ed., Morgan-Kaufmann Publishers Inc. 2014
2. Linda Null and Julia Lobur, “The Essentials of Computer Organization and Architecture”, 4th
Ed., Jones & Bartlett Learning, 2014
3. Alan Clements, “Principles of Computer Hardware”, 4th Ed., Oxford University Press, 2006
4. Stephen Brown and Zvonko Vranesic, “Fundamentals of Digital Logic with Verilog Design”,
McGraw-Hill, 2003
5. M. Morris Mano, “Digital Design”, 3rd Ed., Prentice Hall, Upper-Saddle River, New Jersey, 2002
CONTROL SYSTEMS L T P Credit
3 0 0 03
EC 214 Scheme
CO1 Describe various types of control systems and to impart knowledge of mathematical
modelling of physical systems.
CO2 Explain the response of various control systems in the time domain.
CO3 Demonstrate the stability of control systems using a variety of methods.
CO4 Analyze the response and stability of control systems using frequency domain techniques.
CO5 Evaluate various control schemes for linear systems.
CO6 Design of PD,PI, PID controllers.
2. Syllabus:
1. I.J. Nagrath, M. Gopal, “Control system engineering”, New Age International Publishers, 3rd
Ed., 2001.
2. K. Ogata, “Modern control system engineering”, Pearson Education Asia, 4th Ed., 2002.
3. B.C. Kuo, “Automatic control system”, Prentice Hall of India, 7th Ed., 1995
4. R.C. Dorf, R.H. Bishop, “Modern control system”, Pearson Education Asia. 8th Ed., 2004.
5. N. S. Nice, “Control System Engineering”, John willey& sons, 4th Ed., 2004.
4. Reference Book:
1. K. Dutton, S. Thompson, B. Barralough, “The Art of Control Engineering”, Prentice Hall, 1997.