ECE MAKAUT 7th Sem - Removed
ECE MAKAUT 7th Sem - Removed
Semester-VII
Module-I
Module-II
4. People Management - Overview, Job design, Recruitment & Selection, Training &
Development, Stress Management.
5. Managerial Competencies - Communication, Motivation, Team Effectiveness,
Conflict Management, Creativity, Entrepreneurship.
Module-III
Module-IV
9. Customer Management - Market Planning & Research, Marketing Mix, Advertising &
Brand Management.
10. Operations & Technology Management - Production & Operations Management,
Logistics & Supply Chain Management, TQM, Kaizen & Six Sigma, MIS.
References:
Multiple access schemes-FDMA, TDMA, CDMA and SDMA. Modulation schemes- BPSK,
QPSK and variants, QAM, MSK and GMSK, multicarrier modulation, OFDM.
Text/Reference Books:
1. WCY Lee, Mobile Cellular Telecommunications Systems, McGraw Hill, 1990.
2. WCY Lee, Mobile Communications Design Fundamentals, Prentice Hall, 1993.
3. Raymond Steele, Mobile Radio Communications, IEEE Press, New York, 1992.
4. AJ Viterbi, CDMA: Principles of Spread Spectrum Communications, Addison Wesley,
1995.
5. VK Garg &JE Wilkes, Wireless & Personal Communication Systems, Prentice Hall,
1996.
Course Outcomes:
At the end of the course, students will demonstrate the ability to:
1. Understand the working principles of the mobile communication systems.
2. Understand the relation between the user features and underlying technology.
3. Analyze mobile communication systems for improved performance
-
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Electronics & Communication Engineering
(Applicable from the academic session 2018-2019)
General concept of adaptive filtering and estimation, applications and motivation, Review
of probability, random variables and stationary random processes, Correlation structures,
properties of correlation matrices.
Optimal FIR (Wiener) filter, Method of steepest descent, extension to complexvalued The
LMS algorithm (real, complex), convergence analysis, weight errorcorrelation matrix, excess
mean square error and mis-adjustment
Variants of the LMS algorithm: the sign LMS family, normalized LMSalgorithm, block LMS
and
FFT based realization, frequency domain adaptive filters, Sub-band adaptive filtering.
Signal space concepts - introduction to finite dimensional vectorspace theory, subspace,
basis,
dimension, linear operators, rank and nullity, inner product space, orthogonality, Gram-
Schmidt orthogonalization, concepts of orthogonal projection,orthogonal decomposition
of
vector spaces.
Text/Reference Books:
1. S. Haykin, Adaptive filter theory, Prentice Hall, 1986.
2. C.Widrow and S.D. Stearns, Adaptive signal processing, Prentice Hall, 1984.
Course Outcomes:
At the end of the course, students will demonstrate the ability to:
1. Understand the non-linear control and the need and significance of changing the
control parameters w.r.t. real-time situation.
2. Mathematically represent the ‘adaptability requirement’.
3. Understand the mathematical treatment for the modeling and design of the signal
processing systems.
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Electronics & Communication Engineering
(Applicable from the academic session 2018-2019)
Embedded Hardware:
Processor & Memory: Brief overview of 8051 Architecture and real world interfacing,
Introduction to advanced
Processor Architectures-ARM, Processor and Memory organization, Parallelism in instruction
level, Processor and
memory selection.
I/O Types: Serial and Parallel communication Ports, Timer and Counting devices, Watchdog
timers, real time
clock, Serial bus Communication Protocols- I2C, CAN, and Parallel Communication Protocol-
ISA.
Interrupt Service Mechanism: Concept of ISR, different interrupt sources, Interrupt handling
Mechanism,
Multiple Interrupts, Interrupt Latency and deadline.
Embedded system Design using PIC microcontroller: Introduction toMicrochip PIC16 family,
PIC16F873
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Electronics & Communication Engineering
(Applicable from the academic session 2018-2019)
processor architecture- features, memory organization, on chip peripherals, Watchdog timer,
ADC, Data EEPROM,
Asynchronous serial port, SPI mode, I2C mode, Interfacing with LCD, ADC, sensors, stepper
motor, key board,
DAC.
Case study of different types of Embedded System: Design of Automated Chocolate Vending
Machine, Digital
Camera.
Text Book
1. Microcontrollers Theory and Application, Ajay V. Deshmukh, TMH, 2011.
2. Embedded Systems: Architecture, Programming & Design, Raj Kamal, TMH, 2011
319
Reference Book
1. Embedded System Design: A unified Hardware/ Software Introduction, by Frank Vahid,
Willey, 2011.
2. Design with PIC Microcontrollers , J. B. Peatman, Pearson India,2008
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Electronics & Communication Engineering
(Applicable from the academic session 2018-2019)
Dissemination protocol for large sensor network. Data dissemination, data gathering, and
data fusion; Quality of a sensor network; Real-time traffic support and security protocols.
Design Principles for WSNs, Gateway Concepts Need for gateway, WSN to
Internet Communication, and Internet to WSN Communication.
Text/Reference Books:
1. Waltenegus Dargie , Christian Poellabauer, “Fundamentals Of Wireless Sensor
Networks Theory And Practice”, By John Wiley & Sons Publications ,2011
2. Sabrie Soloman, “Sensors Handbook" by McGraw Hill publication. 2009
3. Feng Zhao, Leonidas Guibas, “Wireless Sensor Networks”, Elsevier Publications,2004
4. Kazem Sohrby, Daniel Minoli, “Wireless Sensor Networks”: Technology, Protocols
and Applications, Wiley-Inter science
5. Philip Levis, And David Gay "TinyOS Programming” by Cambridge University Press
2009
Course Outcomes:
At the end of the course the students will be able to
1. Design wireless sensor networks for a given application
2. Understand emerging research areas in the field of sensor networks
3. Understand MAC protocols used for different communication standards used in WSN
4. Explore new protocols for WSN
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Electronics & Communication Engineering
(Applicable from the academic session 2018-2019)
Web Development:
HTML, Structure, Tags, Lists, Table, Link and it’s types ,Images, Form, Frame, Style sheets and
it’s type
Introduction to Java:
Java and Java applications, Java Virtual Machine(JVM), Java Runtime Environment(JRE)Java
Development Kit(JDK,) Byte code, Java characteristics, Object oriented Programming, Simple
java programs, Data types, Operators, Expressions, control statements, Selection statements,
Iteration statements, Jump statements
Classes, Inheritance :
Classes in java, Declaring a class, Creating instances of class, Constructors, Argument Passing,
use of static keyword, Innner class. Method overloading, Inheritance, use of super keyword
,Method overriding, Abstract class, Dynamic method dispatch, use of final keyword
Interface, Package:
Package, Acesss control mechanism, Interface, Dynamic Method look up
Exception Handling:
Java Exception Handling Mechanism, try, catch, throw, throws and finally, Exception types,
Built in Exceptions: checked and unchecked exceptions, User defined Exceptions
String Handling:
String and String Buffer, Constructors, String operations : character extractions, String
comparisons, searching, strings, modifying a string. To String() and valueOf() methods, String
Buffer operations
Java I/O Stream:
I/O basics, Byte stream, Character stream, Reading console input, Writing console output,
Reading and writing files
Java Utility package:
Collection overview, Collection interfaces, Collection classes: ArrayList, LinkedList, Accessing
a collection using, iterator and for-Each statement
Applet:
Applet class, Applet architecture, Applet Skeleton, Life cycle methods, setForeground() and set
Bachground()methods, Using the status window,HTML Applet tag, Passing parameters to an
applet, GetCodebase() and Get Documentbase() methods.
Event Handling and AWT:
Delegation Event Model, Event classes, Sources of Events, Event Listener interfaces,Event
handling using adapter class, Inner and anonymous class, AWT classes: Label,Button,TextField
etc.
Maulana Abul Kalam Azad University of Technology, West Bengal
(Formerly West Bengal University of Technology)
Syllabus for B. Tech in Electronics & Communication Engineering
(Applicable from the academic session 2018-2019)
Text Book
1. Java-The Complete Reference,Herbert Schildt, 9th Edition, McGraw Hill Education 2014
Reference Book
1. HTML- Complete Reference,Powell, 3rd Edition, TMH 2007
2. Core Java-An Integrated Approach, Dr. R.Nageswara Rao, Dreamtech 2015
Course Outcome: At the end of the course, the students will be able to:
1. design good web pages using different tags, tables, forms, frames and style sheets supported
by HTML.
2. implement, compile, test and run Java programs, comprising more than one class, to address a
particular software problem.
3. demonstrate the ability to employ various types of selection statements and iteration
statements in a Java program.
4. be able to leverage the object-oriented features of Java language using abstract class and
interface.
5. be able to handle errors in the program using exception handling techniques of Java.
6. design applets as per the requirements with event handling facility.