The University of Southampton

ELEC6219 Wireless and Mobile Networks

Module Overview

The aim of the module is to introduce students to the theory, architecture, protocols and techniques in wireless and mobile networks.

It is taught to the MSc in Wireless Communications and as an option for Part IV MEng in Electronics.

Aims & Objectives

Aims

Knowledge and Understanding

Having successfully completed this module, you will be able to demonstrate knowledge and understanding of:

  • be familiar with the architecture and protocols of typical communications networks
  • possess knowledge of flow control, congestion control, error control, etc, in wireless networks
  • be aware of some routing algorithms, delay modelling, multiple-access principles, basic queueing theory, etc
  • possess knowledge of cellular wireless communications systems
  • be aware of the techniques and basic principles of wireless LANs, wireless ad-hoc networks, wireless sensor networks, etc.
  • possess knowledge of communication security and be aware of some communication security techniques

Syllabus

  • Introduction to data networks: layered architectures, TCP/IP protocol architecture, OSI model, main functions of different layers, relationship between layers, etc.;
  • Structure of wireless and mobile networks, including cellular networks, wireless local area networks, ad-hoc networks, and wireless sensor networks;
  • Wireless multiple-access techniques, including randomised medium access (ALOHA and CSMA),  FDMA, TDMA, CDMA, SDMA;
  • Wireless routing: routing optimisation and routing protocols.
  • Queueing theory, delay modelling, etc.;
  • Error-control with the emphasis on the various Automatic Repeat-reQuest (ARQ) protocols;
  • Cellular wireless networks: architecture, frequency reuse, multiplexing, multiple-access, broadcast, power-control, handover, interference, examples of TDMA-, CDMA- and LTE-based cellular networks, etc.;
  • Wireless resource-allocation;
  • Wireless LANs: techniques, IEEE 802.11/IEEE 802.16 physical layer, MAC sublayer protocol and frame structure, etc.
  • Network security: Overview of information-theoretic security, cryptography and physical-layer security, symmetric-key algorithms, public-key algorithms, digital signatures, authentication protocols, physical-layer security techniques.

Learning & Teaching

Learning & teaching methods

ActivityDescriptionHours
Lecture36
Tutorial12

Assessment

Assessment methods

MethodHoursPercentage contribution
Exam2 hours100%

Referral Method: By examination

Share this module FacebookTwitterWeibo

COMP6233 Topics in Computer Science

Module Overview

Computer science is now a mature discipline, with a well defined curriculum, for example from the ACM/IEEE joint task force, or the UK's Quality Assurance Agency.  Any student of computer science should be familiar with a range of topics such as computability, algorithms, computational complexity, computer design, programming language design, programming methodology, data structures, information retrieval, parallel and distributed computing, computer networks, cyber security and artificial intelligence. In addition, computing students should be aware of the effects their field has had, and will continue to have, on individuals, organisations, and society.  This module gives an opportunity to review the breadth of computer science, to focus on some key ideas, and to reflect on its wider impact.

Aims & Objectives

Aims

Subject Specific Intellectual

Having successfully completed this module, you will be able to:

  • Identify the main fields of computer science and explain the important concepts in these fields
  • Read critically key articles which have had significant impact on the discipline

Transferable and Generic

Having successfully completed this module, you will be able to:

  • Discuss and debate key topics and questions of interest within the discipline and to society in general
  • Motivate outsiders to learn more about computer science

Subject Specific Practical

Having successfully completed this module, you will be able to:

  • Produce computational artefacts such as web apps or animations which demonstrate key concepts

Syllabus

  • Algorithms and Computational Complexity
  • Models of computation, computability and decidabilty
  • Design of computers and operating systems
  • Information storage and retrieval from databases to hypertext
  • Parallel and distributed computing
  • Computer Networks and security
  • Programming languages and metholodies
  • Artificial Intelligence: techniques and challenges

Learning & Teaching

Learning & teaching methods

Students will given a list of key computer science articles to read through the semester.  There will be 2 or 3 contact sessions per week.  These will give students opportunities to discuss the material, to clarify any details they are unsure of, and consider the impact of the ideas presented both on the field of computer science and also how their applications have impacted individuals, organisations, and society.

During the course, students will be tested on their understanding of the directed reading.  Written feedback will be given on these short answer and multiple choice tests in the following week's classes, together with model answers.  In addition, a series of seminars or debates will be organised on a topic based on the directed reading, for example: which language is best for teaching students to program.  Students will be assessed on their participation and contributions to these sessions.  Generic verbal feedback will be given at the end of the discussion, and  written feedback at the end of the whole series.  Finally, students will in pairs develop and demonstrate an application, web app, or animation to explain and illustrate a key concept in computer science to an interested teenager. Verbal feedback on this artefact will be given immediately after the demonstration. 

 


ActivityDescriptionHours
LectureLectures will review directed reading and explain key topics24
SeminarSeminars will allow students to discuss their reading and debate related questions6

Assessment

Assessment methods

MethodHoursPercentage contribution
In-class tests-30%
Discussions and Debates-30%
Computer artefact (web app or animation)-40%

Referral Method: By set coursework assignment(s)

Share this module FacebookTwitterWeibo

COMP6237 Data Mining

Module Overview

  • To introduce key concepts in data mining, information extraction and information indexing; including specific algorithms and techniques for feature extraction, clustering, outlier detection, topic modelling and prediction of complex unstructured data sets.
  • To give a broad view of the general issues surrounding unstructured and semi-structured data and the application of algorithms to such data.
  • To demonstrate a toolbox of techniques that can be immediately applied to data-mining problems involving real-world data, or used as a basis for future research into the topic. 

Aims & Objectives

Aims

Aim

Having successfully completed this module, you will be able to:

  • appreciate the role of data-mining in solving real-world problems

Knowledge and Understanding

Having successfully completed this module, you will be able to demonstrate knowledge and understanding of:

  • Key concepts, tools and approaches for data mining on complex unstructured data sets (including multimedia mining, Twitter analysis, etc)
  • Natural language processing techniques for extracting features from text
  • The theory behind modern data indexing systems
  • Techniques for modelling and extracting features from non-textual data
  • State-of-the-art data-mining techniques including topic modelling approaches such as LDA, clustering techniques and applications of matrix factorisations
  • Theoretical concepts and the motivations behind different data-mining approaches

Subject Specific Intellectual

Having successfully completed this module, you will be able to:

  • Conceptually understand the role of data-mining, together with the mathematical techniques this requires

Subject Specific Practical

Having successfully completed this module, you will be able to:

  • Solve real-word data-mining, data-indexing and information extraction tasks

Syllabus

  • Key concepts
    • The importance of data-mining
    • Real-world applications of data-mining (cyber-security, financial forecasting, trend prediction, etc)
    • What is unstructured data
      • Modalities of data
    • Underlying techniques
      • Inverted indexes
      • Matrix factorisation
      • Probabilistic graphical models
      • Dimensionality reduction
  • Modelling data
    • Understanding Text
      • Bags of Words
      • TF-IDF
      • Natural language processing
        • POS Tagging
        • Entity extraction
    • Dealing with non-textual data
      • Feature extraction techniques
      • Bags of features
  • Modern data indexing at scale
    • Information retrieval models
    • Efficient indexing (one-pass versus two-pass; updatable indexes)
    • Index compression
    • Ranking models
  • Unimodal data mining
    • Dimensionality reduction
    • Topic modelling (techniques such as LSA, pLSA, LDA, NNMF)
    • Clustering (Hierarchical agglomerative, Spectral)
    • Multi-dimensional scaling
    • Mining graphs and networks (hubs and authorities [PageRank/HITS], spectral methods, etc)
  • Multimodal data mining
    • Finding independent features (ICA, NNMF)
    • Finding correlations and making predictions (CL-LSI, classifiers, etc.)
    • Collaborative filtering and recommender systems

Learning & Teaching

Learning & teaching methods

ActivityDescriptionHours
LectureLectures and demonstrations of material24
TutorialStudents develop and present implementations of basic material12
TutorialOptional tutorials for students who find the mathematical parts difficult and seek extra support. 4

Assessment

Assessment methods

MethodHoursPercentage contribution
Group coursework (~4 per team) to apply data-mining techniques to provided real-world multi-modal data sets and build predictive models or anomaly detectors. -30%
Application of data-mining techniques to real-world corpus-20%
Exam2 hours50%

Referral Method: By examination

Share this module FacebookTwitterWeibo

COMP1217 Foundations of IT

Module Overview

The module is about equipping students with the tools and techniques required to describe system or algorithm formally. This will allow the students to apply these techniques and skills in future modules.

Aims & Objectives

Aims

Knowledge and Understanding

Having successfully completed this module, you will be able to demonstrate knowledge and understanding of:

  • Define the language of set theory and common operations on sets
  • Describe the interplay of syntax and semantics in mathematics, logic and computer science

Subject Specific Intellectual

Having successfully completed this module, you will be able to:

  • Describe functions and relations as fundamental structures in computer science.
  • Describe the logical systems and the concept of formal proof.
  • 6. Recognise, understand and construct rigorous mathematical proofs.

Subject Specific Practical

Having successfully completed this module, you will be able to:

  • Use the language of logic and set theory in order to make precise formal statements.

Syllabus

  • Mathematical proof
    • Proof by case analysis, proof by contradiction.
    • Induction and recursion.
    • Universal properties.
  • Sets, functions and relations
    • Basic notation, representations and examples. Membership and subsets.
    • Operations on sets: union, sum, intersection and complement.
    • Pairs, tuples, cartesian products, powersets.
    • Relations, equivalence relations and partial orders.
    • Functions: injections, surjections, bijections.
    • Cardinality, infinite sets.
  • Logic
    • Propositional logic. Logical connectives.
    • Syntax and semantics.
    • Natural deduction, soundness and completeness.
    • Quantifiers and predicate logic.

Learning & Teaching

Learning & teaching methods

ActivityDescriptionHours
Lecture Lectures will be interactive and require participation of the students, this may be in the form of questions from the lecturer, quizzes, discussions24
TutorialThe student will be given opportunity to practice their skills by undertaking problem sheets, related to the lecture content.12

Assessment

Assessment methods

MethodHoursPercentage contribution
Tutorial-20%
-%
Exam2 hours80%

Referral Method: By examination

Share this module FacebookTwitterWeibo

ELEC2214 Circuits and Systems

Module Overview

The module aims to provide a detailed understanding of the representation and analysis of dynamic systems, and their solution. It goes on to apply this to simple circuit problems as well as to mechanical systems. Vibration problems in mechanical systems are further studied using frequency response and energy approximation methods, and modelling and analysis is then extended to continuous mechanical systems, including beams and shafts. Application to circuit theory is used to develop a good understanding of the fundamental theory of three phase circuits.

Aims & Objectives

Aims

Knowledge and Understanding

Having successfully completed the module, you will be able to demonstrate knowledge and understanding of:

A1.       State-space method applied to circuit problems and mechanical systems.

A2.       Power in AC circuits, and conservation of power.

A3.       The causes and effects of vibration within various mechanical systems

A4.       Methods of analysis, measurement and control of vibration

A5.       Balanced and unbalanced three phase circuit theory.

Intellectual Skills

Having successfully completed the module, you will be able to:

B1.       Analyse and solve simple electrical circuit and mechanical system problems.

B2.       Calculate electrical power in single and three-phase circuits.

B3.       Translate a physical problem in mechanical vibration to an appropriate dynamic model

B4.       Make engineering judgement on the problem or reducing vibration when required

B5.       Apply circuit theorems for the solution of unbalanced three-phase circuits.

Subject Specific Skills 

Having successfully completed the module, you will be able to:

C1.      Perform range of electrical measurements on three-phase circuits.

C2.      Undertake measurements to estimate dynamic parameters of mechanical beams.

Employability/Transferable/Key Skills

Having successfully completed the module, you will be able to:

D1.      Undertake laboratory experiment as part of a small team.

D2.      Record and report laboratory work.

Syllabus

Mechanical Systems:

  • One Degree of Freedom Systems Application of Laplace transform and state space methods to mechanical systems. Analysis of dynamic response and role of Damping (Viscous and Coulomb) Base Excitation, Displacement Transmissibility Vibration Isolation.
  • Two Degree of Freedom Systems Modelling of two degree of freedom systems in state space form. Physical interpretation of solutions. Free Vibration and Normal Modes, Co-ordinate Coupling and Principal Co-ordinates, Forced Vibration, Damping, Impedance Matrix, Vibration Absorber. Decoupling using Modal Matrix.
  • Multi Degree of Freedom Systems Orthogonality, Modal Space Matrix Methods, Approximate Frequency Analysis, e.g. Rayleigh’s, Dunkerley’s Methods Lagrange’s Equations
  • Continuous Systems Vibration of Strings, Rods, Beams and derivation of equations of motion.
  • Application of Rayleigh’s method to approximate natural frequencies. Vibration and Instrumentation, Transmissibility.

Three-phase:

  • Unbalanced mesh and four-wire star circuits; unbalanced three-wire star circuits; solution by Millman's theorem, star-delta transform and graphical methods; symmetrical components and use in solving unbalanced systems; positive, negative and zero sequence networks; use of two-wattmeter method on balanced and unbalanced systems for kW and kVAr measurement.

State Space:

  • Application of circuit and mechanical analogies.
  • Need for state space method; definition of terms: state-variable, state-matrices, etc; consideration of the elements that store energy; formation of equations, in particular the formation of matrix equation in the form of X = A.X + B.E, nature of these terms.
  • Solution of state space equations by Laplace transform methods; solution of simple circuit network problems.
  • Solution of state equations in the time domain (linear-time invariant case): solution of the state differential equation (exponential of a matrix, its computation, forced- and free response in the state-space setting).

Laboratory Coursework:

3-phase Star and Mesh circuit relationships; Cantilever vibration experiment

Learning & Teaching

Learning & teaching methods

ActivityDescriptionHours
Lecture24
Tutorial12
Specialist Lab6

Assessment

Assessment methods

MethodHoursPercentage contribution
Laboratory, frequency: 2-10%
-0%
Exam2 hours90%

Referral Method: By examination

Share this module FacebookTwitterWeibo

ELEC2213 Electrical Machines

Module Overview

 • To introduce the students for fundamental concepts and principles of operation of various types of electrical machines.

• To equip the students with basic experimental and modelling skills for handling problems associated with electrical machines.

• To give the students an appreciation of design and operational problems in the electrical power industry. 

• To introduce the students to modern CAD environment in relation to design of electromechanical devices.

• To increase the students’ confidence in using numerical techniques of solving large system of equations arising in modelling and simulation of electromechanical devices

Aims & Objectives

Aims

Aim

Having successfully completed this module, you will be able to:

  • Appreciate the complexity of design of electromechanical devices, identify different types of electrical machines and compare and contrast their operation
  • Derive equations describing operation of machines, formulate relevant equivalent circuits and analyse simple problems related to operation of electrical machines
  • Appreciate and apply methods of solving large systems of equations; evaluate the role of CAD in engineering design

Knowledge and Understanding

Having successfully completed this module, you will be able to demonstrate knowledge and understanding of:

  • Theory of electromechanical energy conversion, the concepts of fundamental torque equation and rotating and oscillating fields
  • The principles of operation of electrical generators and motors; fundamental characteristics of various types of machines
  • Construction and design issues associated with electrical machines
  • Components of the CAD systems for Electromagnetics

Subject Specific Intellectual

Having successfully completed this module, you will be able to:

  • Tackle problems of analysis of performance and explain the shape of characteristics of actual machines
  • Apply equivalent circuits to performance prediction, interpret results and correlate them with theoretical predictions

Transferable and Generic

Having successfully completed this module, you will be able to:

  • Use electromagnetic CAD packages and write a technical report

Subject Specific Practical

Having successfully completed this module, you will be able to:

  • Work in a small team to conduct simple experiments on rotating electrical machines and transformers
  • Undertake virtual prototyping of electromagnetic devices

Syllabus

• Review of power circuits. (2 lectures)

  • Three-phase systems, star and delta connections.
  • Active, reactive, apparent, complex power. Power diagrams. Power factor.
  • Phasor diagrams. Complex impedance, impedance triangle.

• 3 phase transformers. (6 lectures)

  • Review of principles of operation; construction; review of equivalent circuit; open- circuit and short-circuit tests; regulation; three-phase connections; parallel operation; auto-transformer; introduction to 3rd harmonic phenomenon and unbalanced loading.

• Introduction to rotating machines. (3 hours)

  • Underlying concepts and features of rotating machines; fundamental torque equation; rotating field principle; air-gap mmf and permeance; 3-phase windings; winding factors.

• Synchronous machines. (4 lectures)

  • Generated emf; output equation; armature reaction; phasor diagram; synchronous reactance; equivalent circuit; open and short-circuit characteristics; regulation; load angle; synchronous machine on infinite busbars; effects of saturation; salient-pole machine; synchronising; synchronous motor; V curves; power factor correction.

• Polyphase induction motors. (5 lectures)

  • Basic theory and construction of squirrel-cage and wound-rotor motors; equivalent circuit; measurement of equivalent circuit parameters; analysis of machine equations; speed/torque curves; circle diagram; starting performance; speed control; single-phase induction motor; deep bar effect in squirrel-cage induction motor.

• Direct current machine. (4 lectures)

  • Review of construction; basic equations and steady-state characteristics; windings; field form and armature reaction; commutation and use of interpoles; starting and speed control.

• Single-phase ac motors. (2 lectures)

  • Outline of shaded-pole, universal, permanent magnet, and reluctance machines with applications.

• Introduction to hierarchical design and CAD. (1 lecture)

• Numerical solution of large systems of equations. (4 lectures)

  • The finite element method for virtual prototyping
  • Analysis of errors; matrix and vector norms; condition numbers.
  • Comparison of methods.

• The CAD environment (2 lectures)

  • Pre- and post-processing, automatic and adaptive meshing, Design Environment, optimisation, future trends.

• Case Studies: (3 lectures)

  • Wind turbines
  • Electrical and hybrid vehicles
  • Maglev and conventional trains

Learning & Teaching

Learning & teaching methods

ActivityDescriptionHours
Lecture36
Tutorial12
Specialist Lab9

Assessment

Assessment methods

MethodHoursPercentage contribution
Coursework-20%
Laboratories-15%
Exam2 hours65%

Referral Method: By examination, with the original coursework mark being carried forward

Share this module FacebookTwitterWeibo

COMP2209 Programming III

Module Overview

This module aims to introduce students to recursion and to the principles of recursive, applicative and functional programming. In it, they will use various functional abstractions to control the complexity of programming, and will use abstraction mechanisms in programming. They will also study the principles of program evaluation and explore the evaluation mechanism via a meta-circular evaluator.

Aims & Objectives

Aims

Knowledge and Understanding

Having successfully completed the module, you will be able to demonstrate knowledge and understanding of:

A1.  The key mechanisms underpinning the functional programming model

A2.  The principles of evaluation of programming language

Intellectual Skills

Having successfully completed the module, you will be able to:

B1.  Discuss and perform the decomposition of problems using procedural, data and metalinguistic abstractions.

B2.  Understand the concept of functional programming and be able to write programs in this style in the context of Scheme.

B3.  Reason about evaluation mechanisms.

Subject Specific Skills

Having successfully completed the module, you will be able to:

C1.  Program in a functional style

C2.  Evaluate programs step by step.

Syllabus

Recursive Techniques recursion on numbers, lists, trees, graphs.

  • Procedural Abstraction
    • procedures as arguments
    • procedures as return values
  • Objects
    • structures
    • closures
    • streams and delayed evaluation
  • Metalinguistic Abstraction
  • Environment model
    • evaluation
    • metacircular evaluators
  • Functional programming techniques in object oriented languages

Learning & Teaching

Learning & teaching methods

ActivityDescriptionHours
Lecture36
Tutorial12

Assessment

Assessment methods

MethodHoursPercentage contribution
Programming Exercises-65%
Exam0 hours35%

Referral Method: By examination

Share this module FacebookTwitterWeibo

ELEC2209 Electrical Engineering Design

Module Overview

This module aims to develop a student’s skills in a number of areas including design project management and communication skills.  Basic construction skills are taught in the laboratory through an exercise to build and test a live wire detector.  A significant component of the module relates to the design, build and test of an autonomous vehicle as part of a group design project.  This is supported with an exercise to program a commercial industrial robot to perform a series of pick and place tasks. 

Aims & Objectives

Aims

Knowledge and Understanding

Having successfully completed the module, you will be able to demonstrate knowledge and understanding of:

A1.  Define the specification of an artifact that needs to be designed, tested and commissioned

A2.  To understand the design process

A3.  To understand the processes involved in project management

Intellectual Skills

Having successfully completed the module, you will be able to:

B1.  Develop a plan for the implementation of the design and the undertake those activities

B2.  Analyses the design as it evolves, and deduce problems with the subsequent rectification

B3.  Undertake an evaluation of the complete design and prepare a critical précis

Subject Specific Skills 

Having successfully completed the module, you will be able to:

C1.  Undertake small scale mechanical and electronic construction

C2.  Undertake realtime programming

C3.  Undertake detailed faultfinding of the developed circuits if required

 

Employability/Transferable/Key Skills

Having successfully completed the module, you will be able to:

D1.Ability to operate as a team

D2.Prepare working documents, designs and gantt charts

D3.Prepare a full report of the design and its operation

D4.Use of a logbook in the engineering design environment

Syllabus

•  The development of individual practical skills through completion of a simple build and test exercise, incorporating soldering, circuit construction and the manufacture of a container.

•  Groups of students are required to undertake a design, build and test project against a predefined specification. The project assessment includes a competitive trial, individual log books, group reports and quality assessment of the designed system.

•  Small group exercise on programming of an industrial robot to perform a series of predefined tasks.

•  The groups will have seminars on project management and principles of design to support the activities.

Learning & Teaching

Learning & teaching methods

ActivityDescriptionHours
Specialist Lab72

Assessment

Assessment methods

MethodHoursPercentage contribution
Group Project-85%
Robot Programming-10%
Laboratories-5%

Referral Method: By examination

Share this module FacebookTwitterWeibo

ELEC2208 Power Electronics and Drives

Module Overview

The module aims to provide a detailed understanding of all aspects of the selection, sizing and operation of modern electrical drive systems; this will be achieved by consideration of the individual sub-system including power semiconductors, electronic power converters and associated electric motors, mechanical power transmission, speed and velocity transducers, and controllers.

Aims & Objectives

Aims

Knowledge and Understanding

Having successfully completed the module, you will be able to:

A1.       Understand the operation of modern drive systems applied to industrial applications including robotics and advanced machine tools.

A2.       Apply your knowledge of the electrical characteristics of power semiconductor devices, to select power semiconductor devices for a range of applications.

A3.       Understand the basic topology of converters, inverters and power supplies

A4.       Understand the dynamics of mechanical systems found in industrial applications.

A5.       Characterise the operation of motors, drives, sensors and the mechanical power train within the drive system.

Intellectual Skills

Having successfully completed the module, you will be able to:

B1.       Perform design calculations for drive and power converter applications, and understand the approximations used.  

B2.       Understand the advantages and disadvantages that different motors drives will bring to an application.

Subject Specific Skills 

Having successfully completed the module, you will be able to:

C1.      Investigate the characteristics and performance of a power converter or electric drive.

C2.      Analyse a specific application and produce the drive requirements that will result in the selection of sizing of a suitable drive system.

C3.      Demonstrate the basic skills required to operate a power converter and electric drive.  

Employability/Transferable/Key Skills

Having successfully completed the module, you will be able to:

D1.   Transfer understanding and theories from one discipline to another, in particular from the mechanical design to the electrical power and control domains.

D2.    Understand the wide range of issues that impact on the use of drive system in the industrial context, including safety, efficiency and costs (procurement, running and disposal)

Syllabus

The Drive Environment: Robotic and machine tool applications; introduction to position and speed control systems; dynamics and load characteristics; power transmission; Environmental factors; determination of speed and torque requirements; motion profiles; Installation considerations.

Devices: Review of diodes, thyristors, bipolar junction transistors, MOSFETs; IGBTs; basic characteristics of all devices; drive requirements; thermal management; protectio

Converters: Two and six pulse circuits; derivation of operating equations; overlap and its effect on output waveforms

Inverters: Three-phase inverters; dc link inverter; forced-commutation thyristor circuits

Specification of Drive Systems: Mechanical transmission elements; gears; leadscrews, belts etc.; sizing algorithms.

Position and Velocity Transducers: Specifications; analogue versus digital; review of available linear and rotary systems.

Servo Drive Systems: Consideration of specific drives and their operating characteristics including brushed d.c. series motor drives, brushless d.c. motor drives, and vector-controlled a.c. motor drives.

Controllers: Integration into the drive package; networking.

Power Supplies: Linear and switched mode power supplies; practical characteristics and analysis of step-up and step-down switched mode power supplies

Learning & Teaching

Learning & teaching methods

ActivityDescriptionHours
LectureLectures48
Specialist Lab3

Assessment

Assessment methods

MethodHoursPercentage contribution
Design of a typical drive system-15%
Power electronic experiment-5%
Exam2 hours80%

Referral Method: By examination

Share this module FacebookTwitterWeibo

ELEC2206 Materials

Module Overview

To develop knowledge for materials at the extreme ends of the conductivity range, i.e. insulators and superconductors.

To develop knowledge of material response to electrical fields, i.e. polarisation and conduction in dielectrics.   

To introduce to the students magnetic materials, their processing techniques and applications.

Aims & Objectives

Aims

Knowledge and Understanding

Having successfully completed the module, you will be able to:

A1. Understand engineering aspects of these materials and the metallurgy involved in the production of special electrical materials.

A2. Explain material response to electric and magnetic fields.

A3. Appreciate applications and advantages of high temperature superconducting materials.

Intellectual Skills

Having successfully completed the module, you will be able to:

B1. Understand materials structure and properties   

B2. Select suitable materials for engineering applications

B3. Apply theories related to superconducting materials           

Subject Specific Skills 

Having successfully completed the module, you will be able to:

C1. Measure electrical properties of materials.

C2. Relate structure and composition to material magnetic properties.                    

Syllabus

•  Dielectric material (16)

o    Polarization mechanisms at the microscopic and macroscopic levels; frequency dependence of polarization; dipole moments; complex permittivity; Arrhenius equation; electronic polarization; Clausius-Mosotti relationship; Maxwell-Wagner interfacial polarisation; dipolar polairsation; Debye equations; Cole-Cole plot.

o    Electrical conduction mechanisms; charge injection mechanisms; space charge limited current; hopping conduction process

o     Electret materials, triboelectric series.

o    Piezo-electricity; ferro-electricity; pyro-electricity

•  High temperature superconductivity (4)

o    Historical development of superconducting materials

o    Engineering materials at low temperature; economic benefits; properties of HTc superconductors, Type I and Type II superconductors; Meissner effect, Critical current density; Cooper pairs, BSC theory.

•  Superconducting Applications (4)

o    Josephson junction and flux quantization

o    Principle of SQUID operation

o    Power apparatus; cables and current limiter; energy storage systems.

•  Metallurgy and magnetic materials (12)

o    Importance of phase constitution and crystal orientation in conducting and magnetic materials. Conducting alloy systems and structure;

o    Soft magnetic materials; iron-silicon alloys; recrystallisation, grain orientated material and properties; iron-nickel alloys, importance of ordering and magnetic annealing; soft ferrites and garnets; powder metallurgy and principles of sintering; magnetic properties, uses and economic factors of magnetic sheet steel.

o    Hard magnetic materials; alnico alloys, fine particle magnets; rare earth alloys; barium ferrites, production and uses; comparison of ferrites and alnico alloys.

o    Storage and recording

Learning & Teaching

Learning & teaching methods

ActivityDescriptionHours
Lecture36
Tutorial12

Assessment

Assessment methods

MethodHoursPercentage contribution
Exam2 hours100%

Referral Method: By examination

Share this module FacebookTwitterWeibo

Pages