University Hub
这所大学的内容,按阶段走
申请材料、入学清单、校历、课程目录和在读学习放在同一个入口里。 当前页面是 课程目录 ,可以直接切到下一步。
01
申请前
大学主页 / 申请信息
02
拿到 offer 后
入学清单 / 新生准备
03
开学前两周
学期时间 / 课程目录
04
在读期间
课程目录 / 学期时间
共 19 门课程
ECTE432
Computer Architecture
The aim of this subject is to provide students with the knowledge of current computer architecture and the skill to design and interface an RISC processor. The topics covered include processor data path and control, CPU architecture, performance issues, enhancing performance through pipelining, memory hierarchy, Cache, DMA, Buses and other connections, interfacing I/O devices and I/O performance measurements. 本课程的目的是为学生提供当前计算机体系结构的知识以及设计和连接RISC处理器的技能。 涵盖的主题包括处理器数据路径和控制,CPU架构,性能问题,通过流水线增强性能,内存层次结构,高速缓存,DMA,总线和其他连接,接口I / O设备和I / O性能测量。 本课程介绍是由往届学长学姐回忆编辑而成。 简介: 该课程为大四计算机专业学生的必修课,是大三课程ECTE333的升级版. 这门课上半部分为学生提供了计算机处理器的结构,并详细讲述了指令是如何在计算机内被调取,解译,以及执行的,同时也涵盖了多种让处理器的处理速度加快的方法。该课的下半部分主要为计算机内存中的寻址问题,以及高速缓存Cache如何与主内存配合工作,从而实现高速的存取性能。该课考试题量巨大,且要求学生对所学知识有及其深度的理解。 Tutor简评: 该课的实验课要求学生利用MATLAB里的逻辑模块自己设计出一个计算机的CPU,几乎没有任何的步骤指导,难度较大,多数学生只做出了一半的实验内容。
ECTE433
Embedded Systems
The subject will examine the key properties of software, firmware, and hardware systems in the embedded, resource constrained, mobile, and highly distributed world. It will explore topics, including embedded processors instruction sets, performance and power consumption, the embedded computing platform, program analysis and design, embedded processors and operating systems, hardware accelerators, networks for embedded systems, and systems-on-silicon. 本主题将研究嵌入式,资源受限,移动和高度分布的世界中软件,固件和硬件系统的关键属性。 它将探讨主题,包括嵌入式处理器指令集,性能和功耗,嵌入式计算平台,程序分析和设计,嵌入式处理器和操作系统,硬件加速器,嵌入式系统网络和硅片系统。 本课程介绍是由往届学长学姐回忆编辑而成。 简介: 实时系统这门课是计算机专业在大四的必修课,其主要研究一种名为FPGA的可编程半集成电路的系统结构,并教给学生用来设计FPGA的编程语言:HDL的相关指令。本课要求学生理解FPGA的概念,熟练背诵其系统模块和供能,并能利用MATLAB设计具有特定要求的嵌入式系统(类似设计数字电路模块)。该课程期末考试分化明显,要求熟练背诵一部分课件,并熟练地理解和掌握MATLAB中有关FPGA的模块 (如加法器, 乘法器, 数据类型转换器, 逻辑选择器等) 的功能。学生还要能分析给出的模块图,且有大题要求学生现场设计出满足特定要求的模块图 (很像设计一个数字电路图) Tutor简评: 该课程的实验课是理解和检测课堂上所学知识的最有效途径。学生需要自己在MATLAB上设计各种FPGA系统的模块图。同时有期末大作业,要求设计出一个较为复杂的计算模块(如利用制定的模块设计一个FPGA系统,算出根号2的值)
ECTE469
Queuing Theory and Optimization
There are four main aspects to this subject: (i) Modelling techniques and optimizations, including linear programming and heuristics; (ii) Principles of simulation, including system modelling, performance evaluation, and error sources in simulation; (iii) Markov modelling, including definition of a discrete Markov process and its application in describing random sequence of events in communication systems; and (iv) Introduction to queuing theory, including exponential distribution, Poisson distribution, M/M/1 queues and Little's formula. The practical component of this subject will include design and simulation of a simple communication system using an appropriate simulation package (such as MATLAB/Simulink). 该主题有四个主要方面:(i)建模技术和优化,包括线性编程和启发式; (ii)模拟原理,包括系统建模,性能评估和模拟中的错误源; (iii)马尔可夫建模,包括离散马尔可夫过程的定义及其在描述通信系统中事件的随机序列中的应用; (iv)排队论入门,包括指数分布,泊松分布,M / M / 1队列和利特尔公式。 本主题的实际组成部分将包括使用适当的仿真程序包(例如MATLAB / Simulink)对简单通信系统进行设计和仿真。 本课程介绍是由往届学长学姐回忆编辑而成。 简介: 主要学习排队论的相关知识,例如,M/M/1队列, M/M/1/N队列, 线性最优解,LP问题。难度不大,非常容易考高分。 Tutor简评: 1.非常容易得到HD以上,期末和Quiz都是平常练习题原题 2. 平常实验课占20%,只要平常按时签到,实验报告按时上交,基本都是满分。
ECTE906
Advanced Signals and Systems
This subject is designed to provide students with fundamental theoretical and practical skills to undertake the analysis, modelling and simulation of signals and systems using Matlab and Simulink. This subject will cover analogue and digital signal representation and transformation; system function; time and frequency response; random signals and analysis; and signal processing applications. 本课程旨在为学生提供基本的理论和实践技能,以使用Matlab和Simulink进行信号和系统的分析,建模和仿真。 本课程将涵盖模拟和数字信号表示和转换; 系统功能 时间和频率响应; 随机信号和分析; 和信号处理应用程序。 本课程介绍是由往届学长学姐回忆编辑而成。 简介: 学习数字信号处理的相关知识,时域,频域,Z域之间的关系与转换,主要要求掌握卷积,自相关,傅里叶变换,Z变换的计算方法,编程语言为MATLAB,期末考试会提供电脑进行。 Tutor简评: 1. 适合对数字信号处理感兴趣的同学,相关知识比较难于理解。 2. 期末考试和Quiz的主要题型均为平常tutorial的题型
ECTE927
Renewable and Distributed Generation
The aim of this subject is to provide students with an understanding of renewable energy systems and their operation and control issues. The specific topics include: fundamentals of renewable power generation; solar photovoltaic (PV) electrical characteristics and grid integration of PV systems; wind power systems; wind farm integration issues; other renewable resources and their grid interconnection; distributed generation (DG) and micro-grids; energy storage; power electronics interfaces of renewable resources; impact of multiple renewable energy units on electricity networks; network support and voltage regulation by DG; and operation and control aspects of the DG. 本课程的目的是使学生了解可再生能源系统及其运行和控制问题。 具体主题包括:可再生能源发电的基础知识; 太阳能光伏(PV)的电气特性和光伏系统的电网整合; 风力发电系统; 风电场整合问题; 其他可再生资源及其并网; 分布式发电(DG)和微电网; 储能; 可再生资源的电力电子接口; 多个可再生能源单位对电网的影响; 电网的网络支持和电压调节; DG的运行和控制方面。 本课程介绍是由往届学长学姐回忆编辑而成。 简介: 适合有电气知识背景或者对电气知识感兴趣的同学学习,主要讲解电力系统的基本知识,分布式发电,太阳能,光伏系统,风力发电。如果没有相对的背景,学起来可能会比较吃力。 Tutor简评: 1. 期末考试和Quiz基本上都是tutorial原题 2. 有2篇小组合作的论文不太好拿分
ECTE967
Mobile Networks
The aim of this subject is to provide students with the knowledge to evaluate current and emerging mobile networks. Topics covered will include: analogue and digital mobile networks, roaming in mobile networks, GSM standards and principles, GSM network structure, call hand-over analysis, mobility in the Internet, emerging third generation mobile networks and current research developments. 本课程的目的是为学生提供评估当前和新兴移动网络的知识。 涵盖的主题将包括:模拟和数字移动网络,移动网络中的漫游,GSM标准和原则,GSM网络结构,呼叫移交分析,互联网中的移动性,新兴的第三代移动网络以及当前的研究进展。 本课程介绍是由往届学长学姐回忆编辑而成。 简介: 通信专业的必修课,上半部分主要学习路由器的几个协议内容和原理,例如:IEEE802.11a/b/e/f,需要上课认真听Kwan的讲解,Kwan的课件非常缩略,只看课件是无法理解的。下半部分主要学习卫星通信,相较于上部分来说非常简单,主要考察理论概念题,偏向于背诵。 Tutor简评: 1. 上半部分有一个占总分10%的assignment,要求总结5篇最前沿的通信科技,由于Kwan的高要求,很多同学只能拿0-4分。 2. 期末考试也分上下两部分,上部分需要完全理解,试题非常灵活,下部分非常简单,只需要将理论题提前背下来,基本原题。
ECTE992
The Future Internet: Architectures and Communication Protocols
The aim of this subject is to introduce students to emerging computer networks protocols and architectures. In particular, the subject will cover internet working protocols and enabling architectures for IoTs. Specific topics include energy efficient architectures and resource allocation algorithms. 4G/5G support for IoTs and secure communications at the physical layer. In addition it will cover a number of use cases for IoTs; for example, environment/habitat monitoring and smart grid. 本课程的目的是向学生介绍新兴的计算机网络协议和架构。 特别是,该主题将涵盖Internet工作协议和IoT的启用架构。 具体主题包括节能架构和资源分配算法。 4G / 5G支持物联网和物理层的安全通信。 此外,它将涵盖物联网的许多用例; 例如,环境/栖息地监测和智能电网。 本课程介绍是由往届学长学姐回忆编辑而成。 简介: 上半部分主要学习IP地址的分配,IPv4,IPv6,最短路由方法,安全通信,难度不大,通信专业的入门。下半部分涉及TCP/UDP,三次握手,RSVP,H.323/H.255等等一系列通信专业的协议与算法,偏向于理解原理。 Tutor简评: 1. 下半部分需要上课认真听Kwan的讲解,Kwan的课件非常缩略,只看课件是无法理解的 2. 期末考试也分上下两部分,上部分主要都是平时lecture和tutorial原题,较简单。下部分50道选择题,需要完全理解各种通信协议,试题非常灵活。