Final Year B.Tech ECE Syllabus
Final Year B.Tech ECE Syllabus
Theory Subjects:
Project Works:
Mandatory Courses:
Total : 33 23 1000
PE-701-EC-1: Introduction to Embedded System
Course objectives: After completing the course, the students will be able to-
ARM 7 Architecture
ARM 7 Architecture, ARM Development tools, Instruction set: Data processing, Data transfer,
Control flow. Addressing modes, Memoryorganization.Writing simple assembly language
programs, Pipelining, Brief introduction toexceptions and interrupts handling.Overview and
features of LPC 2478.
Architecture of kernel, Task and Task scheduler, Interrupt service routines, Semaphores, Mutex,
Mailboxes, Message queues, Event registers, Pipes, Signals, Timers, Memory management,
Priority inversion problem. Off-the-Shelf Operating Systems, Embedded Operating Systems,
Real Time Operating System (RTOS) and Handheld Operating Systems
Module IV: (10 Hrs)
Structure of a C Program. Identifiers, Name Spaces and Scope , Compilation & Linking ,
Variables .Functions,Representing Numbers , Types .Operators , Bit Manipulation , Modulus and
Shifting. For and While Loops , If and Switch statements ,Arrays , Multidimensional Arrays , Strings ,
Overview of Structures.
Digital clock, Batteryoperated smart card reader,Automated meter reading system, Digital
camera.
Reference:
Course objectives: After completing the course, the students will be able to-
Module I: (08Hrs)
STORAGE AND DISPLAY DEVICES: Magnetic disk and tape, Recorders, digital plotters
and printers, CRT display, digital CRO, LED, LCD & dot matrix display, Data Loggers
TEXT BOOKS
1. E.O. Doebelin, ‘Measurement Systems – Application and Design’, Tata McGrHill publishing
company.
Course objectives: After completing the course, the students will be able to-
Human Hearing and sound, frequency range.Microphones, loud speakers, recording &
reproduction of sound; high fidelity stereophonic systems.
Block diagram of TV transmitter & receiver, short description of each block; characteristics of
TV transmission & transmitting antenna; characteristics of receiving antenna, balun, VHF &
UHF tuners, electronic tuning, video IF amplifier characteristics, trap frequencies & VSB
correction, video detector & amplifier characteristics, role of AGC sync. Separation, &
generation of deflecting signals, role of AFC, EHT circuits, & other receiver power supplies, FM
detection, role of limiter &deemphasis circuits, fundamentals of colour signal transmission &
reception
Standards: NTSC, PAL, SECAM colour system. Cable & satellite TV, HDTV – 3DTV—
DTH.Video displays: LCD vs LED
Text Books:
1. A.M. Dhake, “Television and Video Engineering”, McGraw Hill Publications.
2. R.R. Gulati, “Monochrome and Colour TV”, New Age International Publication.
Reference Books:
1. S.P. Bali, “Colour Television Theory and Practice”, TMH.
2. R.R. Gulati, “Modern Television Practice – Principles, Technology and Service”, New Age
International Publication.
3. B. Grob and C.E. Herndon, “Basic Television and Video Systems”, McGraw Hill
Course objectives: After completing the course, the students will be able to-
C.PE 702-EC-1.1 Differentiate between Information and Entropy with their properties
C.PE 702-EC-1.2 Design Shannon Fano Code, Huffman Code, LimpelZiv Code.
C.PE 702-EC-1.5 Understand Galois algebra and can apply in channel coding.
CodingI- linear block codes - generator matrices - parity check matrices - encoder - syndrome
and error correction - minimum distance - error correction and error detection capabilities -
cyclic codes - coding and decoding.
Books:
Course objectives: After completing the course, the students will be able to-
Module-I - (9 hours)
Crisp sets: overview – Notion of Fuzzy sets- Basic concepts- Classical Logic-Fuzzy Logic –
Operations on Fuzzy sets- Fuzzy complement- Fuzzy Union – FuzzyIntersection- Combinations
of operations- General Aggregation operations
Module-II - (9 hours)
Applications in Natural, life and social sciences- Engineering – Medicine –Management and
Decision making – computer Science- Systems Science – otherapplications.
Module-III - (12 hours)
Definition of ANN-Biological Neural Networks-Applications of ANN-TypicalArchitectures-
Setting the weights-Common Activation functions-Development ofNeural Networks-McCulloch-
Pitts Neuron.
Module-IV- (10 hours)
General discussion - Hebb net – Perceptron- Adaline - Backpropagationneuralnet- Architecture-
Delta Learning Rule Algorithm-Applications
Textbooks:
1. George J. Klir& Tina Folger A., “Fuzzy sets Uncertainty & Information”, PHI
Learning Pvt.Ltd,2010
PE 702-EC-3:IMAGE PROCESSING
Course objectives: After completing the course, the students will be able to-
C.PE 702-EC-3.1 Demonstrate image formation model, image sampling and quantization.
Transform to gray level image, apply basic and advanced spatial, filters on
C.PE 702-EC-3.2
images.
C.PE 702-EC-3.3 Perform frequency domain analysis using Fourier transform
Demonstrate basics of full–color image processing, color transformation,
C.PE 702-EC-3.4 smoothing and sharpening of colour image and basic morphological
operations.
Perform error-free compression of lossy predictive coding.
C.PE 702-EC-3.5
Determinethresholding, region–based segmentation of images.
C.PE 702-EC-3.6 Demonstrate fundamentals of pattern recognition
Image enhancement in the spatial domain and Image restoration: Basic gray-level
transformation, histogram processing, enhancement using arithmetic and logic operators, basic
spatial filtering, smoothing and sharpening spatial filters, combining the spatial enhancement
methods. A model of the image degradation/restoration process, noise models, restoration in the
presence of noise–only spatial filtering, Weiner filtering, constrained least squares filtering,
geometric transforms; Introduction to the Fourier transform and the frequency domain,
estimating the degradation function.
Color and Morphological Image Processing : Color fundamentals, color models, pseudo color
image processing, basics of full–color image processing, color transforms, smoothing and
sharpening, color segmentation. Preliminaries, dilation, erosion, open and closing, hit or miss
transformation, basic morphologicalgorithms.
TEXT BOOKS:
1. Digital Image Processing, RafealC.Gonzalez, Richard E.Woods, Second Edition, Pearson
Education/PHI.
REFERENCE BOOKS:
1. Image Processing, Analysis, and Machine Vision, Milan Sonka, Vaclav Hlavac and Roger
Boyle, Second Edition, Thomson Learning.
2. Introduction to Digital Image Processing with Matlab, Alasdair McAndrew, Thomson Course
Technology
3. Computer Vision and Image Processing, Adrian Low, Second Edition, B.S.Publications
4. Digital Image Processing using Matlab, RafealC.Gonzalez, Richard E.Woods, Steven L.
Eddins, Pearson Education.
Course objectives: Upon completion of JAVA Programming, the students will be able to
C. OE/CSE 701.1 Ability to apply object oriented concepts and its use
C. OE/CSE 701.2 Exposure to database programming using java by using JDBC and
ODBC connectivity.
C. OE/CSE 701.3 Understand development of JAVA applets, Swings, and Database
connectivity.
C. OE/CSE 701.4 Acquire skills to develop final project by acquired knowledge during
curriculum.
C. OE/CSE 701.5 Display proficiency in java programming by building stand-alone
applications.
Module 1 10 Hours
The Java Language, The key attributes of object oriented programming language, JDK, simple
program, Java keywords, and identifiers in java, the java class libraries, introducing data types
and operators, program control structures
Module 2 8 Hours
Introducing classes, objects, and methods, Arrays, multidimensional arrays, strings, a closer look
at methods and classes, Inheritance
Module 3 10 Hours
Module 4 12 Hours
Byte streams and character streams, byte and character stream classes, using byte streams for
reading and writing, reading and writing binary data, random access files, using character
streams for file i/o, Multi threaded programming, Applet basics, a complete applet skeleton,
applet initialization and termination, requesting repainting, using the status window, passing
parameters to applets Swings – the origin and design philosophy of swing, components and
containers, layout managers, event handling, using a push button, jtext field, jlabel and image
icon, the swing buttons, jtext field, jscroll pane, jlist, jcombo box, trees, jtable, an overview of
jmenubar, jmenu and jmenu item, creating a main menu, show message dialog, show confirm
dialog, show input dialog, show option dialog, jdialog, create a modeless dialog
References:
1. “Programming with Java” T.V. Suresh Kumar, B. Eswara Reddy, P. Raghavan Pearson
Edition.
7. “SCJP – Sun Certified Programmer for Java Study guide” – Kathy Sierra, Bert Bates,
McGrawHill
References:
1. Irrigation and water Resources Engineering, G.L.Asawa, New age International Publishers.
5. Punmia B C &Pande B BLal, Irrigation Engineering and Water Power Engineering, Laxmi
Publications.
Course objectives: After completing the course, the students will be able to-
Hydrological cycle; sources of water; selection of source for a water supply scheme.
Ground water table, formation of springs, infiltration galleries and wells.Wells-shallow and deep
wells. Tube well – different methods of boring; cutters and strainers-tube well assembly;
erection, development of tube well;
Quantity of Water- Types of demand – domestic, industrial, fire; variation of demand; population
forecast; per capita demand, simple numerical problems. Major Irrigation Projects in India Name
of the different projects with salient points regarding their purpose, object, capacity, components,
etc.
Intake Works & Transportation of Water: Types of intake, type of pipes used for conveyance of
water-cast iron, PVC, steel, concrete, prestressed concrete and GI pipes, laying of pipes and their
joints.
DISTRIBUTION OF WATER -
Gravity system, direct pumping, pumping with overhead storage, layout of distribution system.
Module4:10 Hours
References:
1. Irrigation and water Resources Engineering, G.L.Asawa, New age International Publishers.
2. Theory and Design of Irrigation Structure, R.S.varshney, Nem Chand &Bros.Roorkee.
5. Punmia B C &Pande B BLal, Irrigation Engineering and Water Power Engineering, Laxmi
Publications.
Working Principles of Kelvin double bridge, series and shunt type ohmmeter, megger,
measurement of surface resistivity. Measurement of inductances and capacitances, measurement
of incremental inductances, dc potentiometer: Weston normal cell, Vernier type, Kelvin-Verley
slide, Ballistic Galvanometer in magnetic testing, ac magnetic testing: Lloyd-fisher square,
Understanding of corecivity, Retentivity, Saturation, Magnetisation saturation, Identification of
various magnetic phase, Determination of Hysterises loss.
Module-III (8 hours)
The Operational Amplifier : its characteristics and pplications as inverting amplifier, non-
inverting amplifier, summing amplifier, differential amplifier, integrator, differentiator,
Instrumentation Amplifier, precession rectifier, Log and Antilog Amplifiers, Active filters:-1st
order active filters, 2nd order low pass, high pass, band pass & band stop filters and their design
Techniques.switched capacitor filter circuits.
Course objectives: After completing the course, the students will be able to-
Module 2:
Principles of Refrigeration & Refrigeration Cycle: Reversed Carnot Cycle, Bell-Coleman
Cycle, evaporation & bootstrap evaporation type with T-S & p-h diagrams and with COP;
deviation from actual cycle. Vapour Compression Refrigeration Cycle. Electrolux Refrigerator.
Refrigerants - designation and trade name; Physical, Chemical & Thermodynamic properties of
principal refrigerants.
Effective temperature, comfort chart, ventilation requirements. Psychometrics chart, air humidity
processes, humidification & dehumidification, By-pass factor.
Module 3:
Classification of Steam Turbine, Simple Impulse Turbine – Working Principle, Velocity
Diagram, Parts of Steam Turbine (Location & Function), blade efficiency, optimum velocity
ratio, multistaging& its advantages, velocity compounded impulse, reheat factor, internal
efficiency. Compounding of Turbine, Working Principle of Reaction Turbine, Governing of
Turbine - Throttle Control & Nozzle Control.Concept of Reheating and Regenerating.
Module 4:
Open cycle gas turbine with intercooling, reheat & regeneration, Effect of intercooling to reheat
& regeneration on efficiency, Effect of operating variable on thermal efficiency on Air Rate &
on Work Ratio.
Closed cycle gas turbine, Advantages of closed cycle gas turbine over the open cycle gas turbine.
Advantages & disadvantages of gas turbine over steam turbine power plants.
Text / Reference Books:
Physics of Wind Power: History of wind power, Indian and Global statistics, Wind physics,
Betz limit, Tip speedratio, stall and pitch control, Wind speed statistics-probability distributions,
Wind speed andpower-cumulative distribution functions. Wind generator topologies: Review
of modern wind turbine technologies, Fixed and Variable speed wind turbines,Induction
Generators, Doubly-Fed Induction Generators and their characteristics, Permanent-Magnet
Synchronous Generators.
Module II (8 hours.)
The Solar Resource: Introduction, solar radiation spectra, solar geometry, Earth Sun angles,
observer Sun angles,solar day length, Estimation of solar energy availability. Solar
photovoltaic: Technologies-Amorphous, monocrystalline, polycrystalline; V-I characteristics of
a PV cell,PV module, array.
Need for accelerated growth: availability and environmental constraints of traditional non-
renewable sources. Demerits of Solar sources.Technologies for electricity generation of
Biomass; Tidal and Geothermal power plants.Ocean Thermal and Wave electricity
generation.Fuel cells.
Energy Storage: Role of Storage in electricity supply: Types and operation of Storage systems:
(I) Chemical, (ii) Mechanical, (iii) Thermal, (iv) Magnetic Storage. Hydrogen energy. Energy
Management and Audit: Demand Side and Supply Side of Management (DSM & SSM):
Conservation of electrical energy, Technology & Potential Energy. Conservation Act, 2001.
Energy Audit: Preliminary Detailed Audit.
Text / References:
1. T. Ackermann, “Wind Power in Power Systems”, John Wiley and Sons Ltd., 2005.
2. G. M. Masters, “Renewable and Efficient Electric Power Systems”, John Wiley and
Sons, 2004.
3. S. P. Sukhatme, “Solar Energy: Principles of Thermal Collection and Storage”, McGraw
Hill, 1984.
4. H. Siegfried and R. Waddington, “Grid integration of wind energy conversion systems”
John Wiley and Sons Ltd., 2006.
5. G. N. Tiwari and M. K. Ghosal, “Renewable Energy Applications”, Narosa Publications,
2004.
6. J. A. Duffie and W. A. Beckman, “Solar Engineering of Thermal Processes”, John Wiley
& Sons,
7. Energy Management Handbook (6th ed. 2007) – by Wayne C. Turner & Steve Doty, the
Fairmont Press, Inc.
8. Guide to energy management, 6th Ed., - by Barney L. Capehart, Wayne C.Turner,
William J. Kennedy, The Fairmont Press, Inc.
9. Power Station Engineering and Economics – Skortzki, B. G. A. and Vopat W.
A.McGraw Hill, NewYork.
10. Solar Energy Engg - Sayigh A. A. M - Academic Press.
11. Demand Side Management planning - Gelling C W et al. Fairmount Press,Lilbum, U S A.
12. Generation of Electrical Energy – B. R. Gupta, Eurasia Publishing House (Pvt)
Ltd.
Module 1 10 Hours
Module 2 10 Hours
Bayes classified: decision function For Bayes classifier Bayes Classifier for normal patterns.
Trainable pattern classifiers deterministic approach, perception approach reward punishment
concept. Gradient approach: Gradient Descent algorithms LMSE Algorithms Multi category
classification.
Module 3 10 Hours
Module 4 10 Hours
References
1. Digital Image Processing by R.C. Gonzalez & R.E. Woods, Addison Wesley.
2. Pattern Recognition Principles J.T.TOU.R.C. Gonzalez, Addison Wesley.
3. Fundamentals of Digital Image Processing by A.K. Jain, PHI Pearson Education
4. DaishengLuo, ―Pattern Recognition and Image Processing, Horwood, 1998 5. Cornelius T.
Leondes, ―Image Processing and Pattern Recognition, Elsevier
5. Frank Y. Shih, Image Processing and Pattern Recognition: Fundamentals and Techniques‖,
John Wiley & Sons
6. James C. Bezdek, James Keller, Raghu Krisnapuram, Nikhil R. Pal, Fuzzy Models and
Algorithms for Pattern Recognition and Image Processing, Springer
7. AshishGhosh, Sankar K. Pal, ―Soft Computing Approach to Pattern Recognition and Image
Processing, World Scientific Publishing Co. Pte. Ltd.
Module1:
10 Hours
Introduction, Concepts and definitions: disaster, hazard, vulnerability, risk, capacity, impact,
prevention, mitigation). Disasters - Disasters classification; natural disasters (floods, draught,
cyclones, volcanoes, earthquakes, tsunami, landslides, coastal erosion, soil erosion, forest fires
etc.); manmade disasters (industrial pollution, artificial flooding in urban areas, nuclear radiation,
chemical spills etc); hazard and vulnerability profile of India, mountain and coastal areas,
ecological fragility.
Module2:
10 Hours
Module 3 10 Hours
Disaster Risk Reduction (DRR) - Disaster management cycle – its phases; prevention,
mitigation, preparedness, relief and recovery; structural and non structural measures; risk
analysis, vulnerability and capacity assessment; early warning systems, Post-disaster
environmental response (water, sanitation, food safety, waste management, disease control);
Roles and responsibilities of government, community, local institutions, NGOs and other
stakeholders; Policies and legislation for disaster risk reduction, DRR programmes in India and
the activities of National Disaster Management Authority.
Module4: 10 Hours
Text/Reference Books:
4. Singh B.K., 2008, Handbook of Disaster Management: techniques & Guidelines, Rajat
Publication. 5. Ghosh G.K., 2006, Disaster Management ,APH Publishing Corporation
Course objectives: After completing the course, the students will be able to-
C.OE/ME702.1 Explain the key theories and models that inform knowledge management.
C.OE/ME702.2 Critically apply theory to organizations in order to identify and justify
effective knowledge management strategies and activities.
C.OE/ME702.3 Apply theory related to creative organizations.
C.OE/ME702.4 Communicate clearly and effectively incorporating varying formats and
technologies.
C.OE/ME702.5 Reflect upon different knowledge management paradigms and their value
to the organization.
Module 1:
Introduction: Definition, evolution, need, drivers, scope, approaches in Organizations, strategies
in organizations, components and functions, understanding knowledge; Learning organization:
five components of learning organization, knowledge sources and documentation.
Module 2:
Module III:
Module IV:
Knowledge management system life cycle, managing knowledge workers, knowledge audit, and
knowledge management practices in organizations, few case studies.
Course objectives: After completing the course, the students will be able to-
Course objectives: After completing the course, the students will be able to-
PW 702-EC: Project – II
Course Outcome: -After the completion of the course, the students will be able to-
C.PW.702.EC.1 Develop the ability to solve a specific problem right from its identification.
Inculcate the habit to carry literature review till the successful solution of the
C.PW.702.EC.2
same.
To train themselves in preparing project reports and to face reviews and viva
C.PW.702.EC.3
voce examination
Handle a position to take up any challenging practical problems and find
C.PW. 702.EC.4
solution by formulating proper methodology.
The students in a group of 3 to 4 works on a topic approved by department under the guidance of
a faculty member and prepares a comprehensive project report after completing the work to the
satisfaction of the supervisor(s) and the project works shall be based on the literature Survey
based on the e-journals subscribed by the Affiliated Technical Institutions as per the approval
Process Handbook of AICTE or as per the mandate of AICTE.
The progress of the project will be evaluated based on a minimum ofthree reviews. The review
committee may be constituted by the Department. A project report is required to be submitted at
the end of the semester. The project work will be evaluated based on oral presentation and the
project report jointly by external Examiners (nominated by the Affiliating University) and
internal examiners constituted by the Department.
The preliminary works of the Project works shall be continued for higher Semesters.
Course objectives: After completing the course, the students will be able to-
The students will get a first-hand exposure of the real industrial scenario, and
C.MC.03.1
will gain experience on how it operates.
C.MC.03.2 The students will gain a platform which intends to provide them with an
opportunity to apply their knowledge & skills acquired in classroom to a
professional context.
C.MC.03.3 The students will gain an opportunity to develop teambuilding skills and learn to
work as a team.
C.MC.03.4 The students will get an opportunity to refine and reassess their career goals and
make necessary amendments.
C.MC.03.5 The students will gain an insight into the protocols and ethical practises of the
industry and will learn to inculcate them to hone their persona to suit the
industrial norms.
***The students of seventh semester B.Tech have to undergo summer internship for 30 days
in relevant industry during the semester break between 6th and 7th semester.
B.Tech 8th Semester EC
Sl. Subject Contact Credit Full
Subject Title L T P
No. Code Hours / Unit# Marks
Theory Subjects:
Total : 32 22 1000
Course objectives: After completing the course, the students will be able to-
Module I: (8 HRS.)
Quantum Confinement and Quantum structures: Quantum wells, Quantum wires and Quantum
dots. Quantum confinement of small systems: Conductors -metal to insulator transition,
Semiconductors -confining excitons. Band gap of nanomaterials -band gap tuning. Tunneling of
electrons across the electrical barriers, tunneling of electrons from a quantum dot. Single
electron transistors.
MICROSCOPY:
Reference(s):
Course objectives: After completing the course, the students will be able to-
C.PE 803-EC-2.1 Describe evolution of mobile communication, trends in cellular radio and
personal communication.
C.PE 803-EC-2.2 Demonstrate the concept of cell design and frequency re-use.
C.PE 803-EC-2.3 Describe various types of path loss.
C.PE 803-EC-2.4 Demonstrate the concept of delay spread and fading in wireless
communication
C.PE 803-EC-2.5 Demonstrate TDMA, CDMA, FDMA, SDMA, OFDM, CSMA Protocols.
C.PE 803-EC-2.6 Design GSM system architecture.
C.PE 803-EC-2.7 Describe recent trends in wireless communication.
The Cellular Concept- System Design Fundamentals: Cellular system, Hexagonal geometry
cell and concept of frequency reuse,Channel Assignment Strategies Distance to frequency reuse
ratio,Channel& co-channel interference reduction factor, S/I ratio consideration and calculation
for Minimum Co-channel and adjacent interference, Handoff Strategies, Umbrella Cell Concept,
Trunking and Grade of Service, Improving Coverage & Capacity in Cellular System-cell
splitting, Cell sectorization, Repeaters, Micro cell zone concept, Channel antenna system design
considerations.
Mobile Radio Propagation Model, Small Scale Fading and Diversity: Large scale path loss:-
Free Space Propagation loss equation, Path-loss of NLOS and LOS systems, Reflection, Ray
ground reflection model, Diffraction, Scattering, Link budget design, Max. Distance Coverage
formula, Empirical formula for path loss, Indoor and outdoor propagation models, Small scale
multipath propagation, Impulse model for multipath channel, Delay spread, Feher’s delay spread,
upper bound Small scale, Multipath Measurement parameters of multipath channels, Types of
small scale Fading, Rayleigh and Rician distribution, Statistical for models multipath fading
channels and diversity techniques in brief.
Wireless Systems:
GSM system architecture, Radio interface, Protocols, Localization and calling, Handover,
Authentication and security in GSM, GSM speech coding, Concept of spread spectrum,
Architecture of IS-95 CDMA system,Air interface, CDMA forward channels, CDMA reverse
channels, Soft handoff, CDMA features, Power control in CDMA, Performance of CDMA
System, RAKE Receiver, CDMA2000 cellular technology, GPRS system architecture.
Recent Trends: Introduction to Wi-Fi, WiMAX, ZigBee Networks, Software Defined Radio,
UWB Radio, 4G, Wireless Adhoc Network and Mobile Portability, Security issues and
challenges in a Wireless network.
Books:
1. Andreas.F. Molisch, “Wireless Communications”, John Wiley – India, 2006.
2. Simon Haykin& Michael Moher, “Modern Wireless Communications”, PearsonEducation,
2007.
3. Rappaport. T.S., “Wireless communications”, Pearson Education, 2003.
4. Gordon L. Stuber, “Principles of Mobile Communication”, Springer InternationalLtd., 2001.
5. Andrea Goldsmith, “Wireless Communications”, Cambridge University Press, 2007.
6. I. S. Mishra,“Wireless Communications and Networks: 3G and Beyond”, McGrawhill
Publication, India, 2013.
References:
Course objectives: After completing the course, the students will be able to-
Course objectives: After completing the course, the students will be able to-
C. PE 804-EC-2.1 Be familiar with radar, radar block diagram and operation, radar
frequencies, Applications of radar, range performance, minimum
detectable signal, receiver noise, probability density function,
SNR, Integration of radar pulses, radar cross-section of targets,
PRF and range ambiguities, transmitter power, system losses.
Understand Doppler effect, various radar, delay line canceller,
C. PE 804-EC-2.2
blind speeds, staggered PRF.
Understand Orbital aspects of Satellite Communication, Kepler’s
C. PE 804-EC-2.3 laws, sub-satellite point, look angles, mechanics of launching,
Orbital effects, Indian scenario in communication satellites.
Understand attitude and Orbit control systems, Telemetry,
Tracking and command control system, Power supply, Space
craft antennas, multiple access techniques, comparison of
C. PE 804-EC-2.4 FDMA, TDMA, CDMA, satellite link design, basic transmission
theory, system noise temperature and G/T ratio, design of down
link and uplink, design of satellite links for specified C/N,
satellite data communication protocols.
Introduction to radar, radar block diagram and operation, radar frequencies, Applications of
radar, Prediction of range performance, minimum detectable signal, receiver noise, probability
density function, SNR, Integration of radar pulses, radar cross-section of targets, PRF and range
ambiguities, transmitter power, system losses.
Doppler effect, CW radar, FM CW radar, multiple frequency CW radar. MTI radar, delay line
canceller, range gated MTI radar, blind speeds, staggered PRF, limitations to the performance of
MTI radar, non-coherent MTI radar.
Tracking radar: sequential lobing, conical scan, monopulse: amplitude comparison and phase
comparison methods, Radar antennas. Radar displays. Duplexer.
Satellite sub-systems: Attitude and Orbit control systems, Telemetry, Tracking and command
control system, Power supply system, Space craft antennas, multiple access techniques,
comparison of FDMA, TDMA, CDMA. Introduction to satellite link design, basic transmission
theory, system noise temperature and G/T ratio, design of down link and uplink, design of
satellite links for specified C/N, satellite data communication protocols.
Text Books :
4. Timothy Pratt and Charles Bostian, “Satellite Communications”, John Wiley, 1986.
5. Dennis Roddy, “Satellite Communications”, MGraw Hill, Millan, 4th edition, 2013.
Course Outcome: After completing the course, the students will be able to-
REFERENCE BOOK:
1. "The Internet of Things: Enabling Technologies, Platforms, and Use Cases", by Pethuru Raj
and Anupama C. Raman (CRC Press)
Module 1 8
Hours
Computer Networks and the Internet: What is the Internet, The Network edge, TheNetwork
core, Access Networks and Physical media, ISPs and Internet Backbones, Delayand Loss in
Packet-Switched Networks, history of Computer Networking and the Internet
Foundation of Networking Protocols: 5-layer TCP/IP Model, 7-Layer OSI Model.
InternetProtocols and Addressing, Equal-Sized Packets Model: ATM.
Networking Devices: Multiplexers, Moderns, Internet access devices, Switching and Routing
devices, Router structure.
Module 2 12
Hours
The Link Layer and Local Area Networks: Link Layer: Introduction and Services, Error
Detection and Error Correction techniques, Multiple Access Protocols, Link Layer Addressing.
Ethernet, Interconnections: Hubs and Switches, PPP: The Point-to-Point Protocol, Link
virtualization.
Routing and Internetworking: Network Layer Routing, Least-Cost-Path algorithms, Non-
Least-Cost-Path algorithms, Inter domain Routing Protocols, Inter domain Routing Protocols,
Congestion Control at Network Layer.
Module 3 12
Hours
Logical Addressing: IPv4 Addresses, IPv6 Addresses - Internet Protocol: Internetworking,IPv4,
IPv6, Transition from lPv4 to IPv6, Multicasting Techniques and Protocols: BasicDefinitions
and Techniques, Inter domain Multicast Protocols, Inter domain MulticastProtocols, Node level
Multicast algorithms.
Transport and End-to-End Protocols: Transport Layer, Transmission Control Protocol(TCP),
User Datagram Protocol (UDP), Mobile Transport Protocols, TCP CongestionControl.
Application Layer: Principles of Network Applications, Web and HTTP, File Transfer:
FTP,Electronic Mail in the Internet, Domain Name System (DNS), P2P File Sharing,
SocketProgramming with TCP and UDP, Building a Simple WebServer.
Module 4 8
Hours
VPNs, Tunneling and Overlay Networks: Virtual Private Networks (VPNs), Multi-
protocolLabel Switching (MPLS). Overlay Networks.
VoIP and Multimedia Networking: Overview of IP Telephony, VoIP Signaling Protocols,Real-
Time Media Transport Protocols, Distributed Multimedia Networking, Stream
ControlTransmission Protocol.
Mobile Ad hoc Networks: Overview of Wireless Ad hoc Networks, Routing in Ad
hocNetworks, Routing Protocols for Ad hoc Networks.
Wireless Sensor Networks: Sensor Networks and Protocol Structures, CommunicationEnergy
Model, Clustering Protocols, Routing Protocols.
REFERENCES:
Module 1: 10 Hours
Materials and its applicability, Indoor Environmental Quality, Reuse and Recycle of
Construction Waste.Eco Friendly building materials, their composition, availability, production,
physical properties etc.Application of the Eco Friendly/ Green Building materials for different
components of the buildings at different level, both internally and externally. Indoor
environmental quality, Low VOC materials: Adhesives - Sealants, Paints- Coatings etc.
Construction Waste as a Resource- Resource Economics, Disposable Materials, Recovery,
Recycling, Collection, Processing, Governmental Role in Waste Management, Potential for
Reuse.
Module 2: 10 Hours
Sustainable Site planning: wind / sun path, water management, material use, landscape,
topography. Climate Responsive Architecture: orientation, solar- wind, Building envelope.
Thermal comfort indices. Heat flow through building materials. Thermal properties of common
building materials available in India.Thermal performance of building envelope.Air movement
and buildings.Ventilation and buildings.Wind and Stack effect.Mechanical ventilation.HVAC
System, Day lighting.Passive and sustainable architecture.Passive and active systems.
Module 3: 10 Hours
Embodied Energy, Life Cycle Assessment, Environmental Impact Assessment, Energy Audit
and Energy Management. Embodied energy of various construction materials. Introduction to the
Concept: “Life Cycle assessment of materials”. EIA : Introduction to EIA., Process of EIA and
its application through a case study., EIA as a strategic tool for sustainable development. Energy
Management.
Module4: 10 Hours
5. Renewable Energy & Environment - A policy analysis for India ( CEE publications)
Flow measurement: flow conditioners, influence of pressure & temperature on volume flow-
rate, Different flow measurement techniques: differential pressure flowmeters, variable area
flowmeters, magnetic flowmeter, mass flowmeter - Coriolis& thermal types, vortex shedding
flowmeter, positive displacement flowmeter, ultrasonic flowmeter, target flowmeter, insertion
flowmeter.
Level measurement: float & displacer type level sensors, D/P type level sensors, capacitive level
sensors, ultrasonic & microwave level sensors, conductivity level sensors, radiation level
sensors.
Module-IV (8 hours)
Text / Reference
Course objectives: After completing the course, the students will be able to-
C.OE/ME 803.1 Fundamentals of robotics and robot.
C.OE/ME 803.2 Classification and specifications of industrial robot.
C.OE/ME 803.3 Robot anatomy and functions of different parts of industrial robot.
C.OE/ME 803.4 Kinematics and dynamics of robot arm.
C.OE/ME 803.5 Fundamentals of robot programming and languages.
Robotics – definition and fundamentals. Laws of robotics. Robot – definition, functions. History
of Robot development.Difference between a robot and an automated machine.Advantages and
disadvantages of Robots.Industrial robots with examples and objectives.Types of industrial
robots.Details of Robot – classification.Robot joint and basic motions.
C.OE/CSE 804.1 Develop the skill in basic understanding on fuzzy and neural network
C.OE/CSE 804.2 To understand models of ANN
To use the fuzzy logic and neural network for application related to
C.OE/CSE 804.3
design and manufacture
Explore the functional components of neural classification conducer and
C.OE/CSE 804.4
the functional components of fuzzy logic classification on controller.
Develop and implement a basic trainable neural network to design and
C.OE/CSE 804.5
manufacture.
Module 1 10 Hours
INTRODUCTION TO FUZZY LOGIC PRINCIPLES
Basic concepts of fuzzy set theory – operations of fuzzy sets – properties of fuzzy sets – Crisp
relations – Fuzzy relational equations – operations on fuzzy relations – fuzzy systems –
propositional logic – Inference – Predicate Logic – Inference in predicate logic – fuzzy logic
principles – fuzzy quantifiers – fuzzy inference – fuzzy rule based systems – fuzzification and
defuzzification – types.
Module II 10 Hours
ADVANCED FUZZY LOGIC APPLICATIONS
Fuzzy logic controllers – principles – review of control systems theory – various industrial
applications of FLC adaptive fuzzy systems – fuzzy decision making – Multiobjective decision
making – fuzzy classification – means clustering – fuzzy pattern recognition – image processing
applications – syntactic recognition – fuzzy optimization.
Module IV 10 Hours
OTHER ANN ARCHITECTURES
Associative memory – exponential BAM – Associative memory for real coded pattern pairs –
Applications adaptive reasonance theory – introduction – ART 1 – ART2 – Applications – neural
networks based on competition – kohenenself organizing maps – learning vector quantization –
counter propagation networks – industrial applications. Fundamentals of genetic algorithms –
genetic modeling – hybrid systems – integration of fuzzy logic, neural networks and genetic.
TEXT BOOKS:
1. Rajasekaran. S..VijayalakshmiPai. G.A. “Neural Networks, Fuzzy Logic and Genetic
Algorithms”, Prentice Hall of India Private Limited, 2003
2. Timothy J.Ross, “Fuzzy logic with Engineering Applications”, McGraw Hill, 1995
3. Zurada J.M. “Introduction to Artificial Neural Systems”, Jaico publishing house, 1994.
REFERENCES:
1. Klir.G, Yuan B.B. “Fuzzy sets and Fuzzy Logic Prentice Hall of India private limited, 1997.
2. LauranceFausett, “Fundamentals of Neural Networks”, Prentice hall, 1992
3. Gen, M. and Cheng R. “Genetic Algorithm and Engineering Design”, John Wiley 1997
Remote Sensing: Basic remote sensing, interaction mechanism with atmospheric and earth
surface, platforms and sensors.Data Products: Various remote sensing data products, high
resolution and Hyperspectral images, visual data interpretation for information extraction.
Module 3: 10 Hours
Digital Image Processing: Digital image, introduction to digital image processing, preprocessing,
enhancement, classification, accuracy assessment. GPS surveying - principles and methods,
DGPS, error in observations and corrections, Mapping with GPS.
Module 4: 10 Hours
GIS: Introduction of geographic information system (GIS), Vector and raster data, database
creation, digital elevation model (DEM), Analysis in GIS. Applications: Applications in various
engineering projects.
Text/Reference Books:
1. Agarwal, C.S. and Garg, P.K., “Remote Sensing in Natural Resources Monitoring and
Management”, Wheeler Publishing House. 2000
2. Bossler, J.D., “Manual of Geospatial Science and Technology”, Taylor and Francis. 2002
3. Burrough, P.A. and McDonnell, R.A., “Principles of Geographic Information System”, Oxford
University Press. 2000
4. Chandra, A.M. and Ghosh, S.K., “Remote Sensing and Geographical Information Systems”,
Alpha Science. 2005
5. Gopi,S.“Global Positioning System: Principles and Applications”, Tata McGraw Hill. 2005
6. Lillesand, T.L., and Kiefer, R.W., “Remote Sensing and Image Interpretation, 4th Edition,
John Wiley &Sons 2005
Modeling of Dynamic Systems: Mechanical systems including rotary systems, gears, articulated
systems, Electromechanical systems, Electro-pneumatic Systems, Thermal systems (first order
and second order models), Hydraulic System, Modeling of Gyroscope, Accelerometer, Hydraulic
& Electro pneumatic Actuators. Electric circuit analogues.Modeling of DC & AC Servomotors,
Synchros etc.
Text / Reference
Course objectives: After completing the course, the students will be able to-
C.OE/ME 804.1
Understand the nature of innovation and the innovation process.
C.OE/ME 804.2
Understand the criticality of creativity and innovation to organizational
survival, growth and sustainability, across commercial and social
enterprises.
C.OE/ME 804.3
Understand the innovative strategies that have to be implemented in an
organization.
C.OE/ME 804.4
Understand the concept behind international entrepreneurship.
C.OE/ME 804.5
Know the skill to identify problems and solve them by applying innovations.
Module I:
Module II:
Module III:
Entrepreneurial Motivation - Need for continuous learning & relearning; acquiring technological
innovation entrepreneurial motivation, Achievement motivation in real life; case study.
International Entrepreneurship - Concepts and nature of international entrepreneurship. Role of
ethics in international entrepreneurship.
Module IV:
Course Outcome: -After the completion of the course, the students will be able to-
The students in a group of 3 to 4 works on a topic approved by department under the guidance of
a faculty member and prepares a comprehensive project report after completing the work to the
satisfaction of the supervisor(s) and the project works shall be based on the literature Survey
based on the e-journals subscribed by the Affiliated Technical Institutions as per the approval
Process Handbook of AICTE or as per the mandate of AICTE.
The progress of the project will be evaluated based on a minimum ofthree reviews. The review
committee may be constituted by the Department. A project report is required to be submitted at
the end of the semester. The project work will be evaluated based on oral presentation and the
project report jointly by external Examiners (nominated by the Affiliating University) and
internal examiners constituted by the Department.
The preliminary works of the Project works shall be continued for higher Semesters.