ELX304 – Electronic Systems


ELX304 – Electronic Systems 
Individual Coursework Assignment 
Digital Design 
 
SUBMISSION ONLINE on 13/10/2024 via CANVAS 
 
Introduction 
 
This coursework exercise will provide you with the opportunity to demonstrate the skills you 
have developed throughout the first half of the module. Specifically, the following learning 
outcomes will be assessed: 
1. Have a critical knowledge of the design of complex multivariable combinational and 
sequential logic circuits 
2. Have the ability to apply digital design principles to practical problems. 
This coursework contributes 50% to the overall module mark. 
 
Design Problem: 
Task 1 : Synchronous Design Problem 
The following is a model of a control system for the robot shown. The circuit inputs are the 
proximity sensor outputs (S1S2) which are a logic high when an obstacle is detected. The outputs 
(Z1Z2) are the forward drive signals to the robot’s motors where a logic high represents ‘drive’ 
and a logic low ‘brake’. 
 
Robot (viewed from above)  
 
a. Determine any operational limitations that are present in the above solution. 
 [ 5%] 
b. Design a minimal Synchronous solution to the above problem using D-type flip-flops.
 [40%] 
c. Produce a simulation of the system using suitable software. [15%] 
 
Task 2 : Asynchronous Design Problem 
A proposed new robot has only a single proximity sensor (Z) and avoids an obstacle by continuing 
to rotate in the same direction until the sensor signal is lost (Z=0). If the control strategy is to 
alternate rotation in the sequence left-right-left-etc., develop a minimal race-free asynchronous 
solution. [40%] 
 
Student Submission. 
The maximum marks obtainable for each section of the assessment are shown above, in order 
to achieve good marks, it is necessary to demonstrate an in depth understanding of the 
problem and the design procedures involved. 
You may choose your preferred method of submission, either: 
a) A full design document that shows all of the details of how your solution was developed 
and answers the questions posed. This document should be no more than 10 pages long 
and does not need long introductions or narratives. 
 
b) A video presentation where you talk through your design and answer the questions. 
This should be edited using the reView and Panopto software within Canvas. The video 
should not last longer than 10 minutes. 
 
ALL STUDENTS WILL NEED TO SUBMIT THE PROJECT SIMULATION FILE WITH THE 
CORRECT FORMAT. 
 
FURTHER INFORMATION 
Extension requests 
Requests for extensions should be directed to the module leader in the first instance. If your 
module leader is unavailable, you can contact your programme leader in their absence to request 
an extension. For further information on the regulations governing extensions of assessment 
deadlines, see here. Note that if you submit your work late without an agreed extension, this will 
be recorded as a non-submission. 
Extenuating circumstances 
In situations where a short extension may not suffice, the University of Sunderland has a 
procedure to deal with events which affect your work, but which are not predictable and are 
beyond your control, for example, illness, enabling you to defer a piece of work (and submit it at 
a later assessment point). 
Important note: You should note that the policy (like that of many universities) takes the view 
that by sitting an examination or handing in an assessment, students have deemed themselves 
fit, and no subsequent claim for extenuating circumstances will be considered. The Faculty will 
publish deadline for the submission of such claims prior to the assessment and it is important 
that you are aware that such claims must be made by the deadline, as after it has passed, a claim 
will not be considered unless there are exceptional circumstances. 
For further information on the regulations governing consideration of extenuating 
circumstances, guidance on extenuating circumstances and details of how to apply, see here 
Academic misconduct 
All work submitted is expected to be your own work. Common forms of academic misconduct 
include plagiarism and collusion, but are not limited to these. The penalties for academic 
misconduct can be very serious. If you are unsure what academic misconduct is, you should 
contact the module leader or your personal tutor to discuss it. Please familiarise yourself with 
the University’s Guide to Academic Integrity and Misconduct and the University’s Academic 
Misconduct Regulations, available here. 
 

本项目是一个基于SSM(Spring+SpringMVC+MyBatis)后端框架与Vue.js前端框架开发的疫情居家办公系统。该系统旨在为居家办公的员工提供一个高效、便捷的工作环境,同时帮助企业更好地管理远程工作流程。项目包含了完整的数据库设计、前后端代码实现以及详细的文档说明,非常适合计算机相关专业的毕设学生和需要进行项目实战练习的Java学习者。 系统的核心功能包括用户管理、任务分配、进度跟踪、文件共享和在线沟通等。用户管理模块允许管理员创建和管理用户账户,分配不同的权限。任务分配模块使项目经理能够轻松地分配任务给团队成员,并设置截止日期。进度跟踪模块允许员工实时更新他们的工作状态,确保项目按计划进行。文件共享模块提供了一个安全的平台,让团队成员可以共享和协作处理文档。在线沟通模块则支持即时消息和视频会议,以增强团队之间的沟通效率。 技术栈方面,后端采用了Spring框架来管理业务逻辑,SpringMVC用于构建Web应用程序,MyBatis作为ORM框架简化数据库操作。前端则使用Vue.js来实现动态用户界面,搭配Vue Router进行页面导航,以及Vuex进行状态管理。数据库选用MySQL,确保数据的安全性和可靠性。 该项目不仅提供了一个完整的技术实现示例,还为开发者留下了扩展和改进的空间,可以根据实际需求添加新功能或优化现有功能。
本项目是一个基于SSM(Spring+SpringMVC+MyBatis)后端框架与Vue.js前端框架开发的网上球鞋竞拍系统。该项目旨在为球鞋爱好者提供一个便捷、高效的在线竞拍平台,用户可以在此平台上浏览、搜索、竞拍心仪的球鞋,并参与到各种有趣的竞拍活动中。 系统的主要功能包括用户注册登录、球鞋信息展示、竞拍活动创建与管理、实时竞拍以及交易安全保障等。用户可以通过注册账号后,浏览平台上发布的各类球鞋信息,包括品牌、型号、颜色、尺码以及当前竞拍状态等。系统支持用户创建和管理自己的竞拍活动,设定竞拍规则和时间,同时提供实时竞拍功能,确保公平、透明的交易过程。 在技术实现上,后端采用SSM框架进行开发,Spring负责业务逻辑层,SpringMVC处理Web请求,MyBatis进行数据库操作,保证了系统的稳定性和扩展性。前端则使用Vue.js框架,结合Axios进行数据请求,实现了前后端分离,提高了开发效率和用户体验。 数据库设计方面,系统采用了MySQL数据库,存储用户信息、球鞋信息、竞拍活动等数据,确保数据的安全性和完整性。此外,项目还包含了详细的文档资料,包括需求分析、系统设计、数据库设计以及测试报告等,为项目的实施和维护提供了有力的支持。 该项目不仅适合作为计算机相关专业学生的毕业设计题目,也适合Java学习者进行实战练习,通过在此基础上进行功能扩展和改进,可以进一步提升编程技能和项目管理能力。
【使用教程】 一、环境配置 1、建议下载anaconda和pycharm 在anaconda中配置好环境,然后直接导入到pycharm中,在pycharm中运行项目 anaconda和pycharm安装及环境配置参考网上博客,有很多博主介绍 2、在anacodna中安装requirements.txt中的软件包 命令为:pip install -r requirements.txt 或者改成清华源后再执行以上命令,这样安装要快一些 软件包都安装成功后才算成功 3、安装好软件包后,把anaconda中对应的python导入到pycharm中即可(不难,参考网上博客) 二、环境配置好后,开始训练(也可以训练自己数据集) 1、数据集准备 需要准备yolo格式的目标检测数据集,如果不清楚yolo数据集格式,或者有其他数据训练需求,请看博主yolo格式各种数据集集合链接:https://blog.csdn.net/DeepLearning_/article/details/127276492 里面涵盖了上百种yolo数据集,且在不断更新,基本都是实际项目使用。来自于网上收集、实际场景采集制作等,自己使用labelimg标注工具标注的。数据集质量绝对有保证! 本项目所使用的数据集,见csdn该资源下载页面中的介绍栏,里面有对应的下载链接,下载后可直接使用。 2、数据准备好,开始修改配置文件 参考代码中data文件夹下的banana_ripe.yaml,可以自己新建一个不同名称的yaml文件 train:训练集的图片路径 val:验证集的图片路径 names: 0: very-ripe 类别1 1: immature 类别2 2: mid-ripe 类别3 格式按照banana_ripe.yaml照葫芦画瓢就行,不需要过多参考网上的 3、修改train_dual.py中的配置参数,开始训练模型 方式一: 修改点: a.--weights参数,填入'yolov9-s.pt',博主训练的是yolov9-s,根据自己需求可自定义 b.--cfg参数,填入 models/detect/yolov9-c.yaml c.--data参数,填入data/banana_ripe.yaml,可自定义自己的yaml路径 d.--hyp参数,填入hyp.scratch-high.yaml e.--epochs参数,填入100或者200都行,根据自己的数据集可改 f.--batch-size参数,根据自己的电脑性能(显存大小)自定义修改 g.--device参数,一张显卡的话,就填0。没显卡,使用cpu训练,就填cpu h.--close-mosaic参数,填入15 以上修改好,直接pycharm中运行train_dual.py开始训练 方式二: 命令行方式,在pycharm中的终端窗口输入如下命令,可根据自己情况修改参数 官方示例:python train_dual.py --workers 8 --device 0 --batch 16 --data data/coco.yaml --img 640 --cfg models/detect/yolov9-c.yaml --weights '' --name yolov9-c --hyp hyp.scratch-high.yaml --min-items 0 --epochs 500 --close-mosaic 15 训练完会在runs/train文件下生成对应的训练文件及模型,后续测试可以拿来用。 三、测试 1、训练完,测试 修改detect_dual.py中的参数 --weights,改成上面训练得到的best.pt对应的路径 --source,需要测试的数据图片存放的位置,代码中的test_imgs --conf-thres,置信度阈值,自定义修改 --iou-thres,iou阈值,自定义修改 其他默认即可 pycharm中运行detect_dual.py 在runs/detect文件夹下存放检测结果图片或者视频 【备注】 1、该资源内项目代码都经过测试运行成功,功能ok的情况下才上传的,请放心下载使用!有问题请及时沟通交流。 2、适用人群:计算机相关专业(如计科、信息安全、数据科学与大数据技术、人工智能、通信、物联网、自动化、电子信息等)在校学生、专业老师或者企业员工下载使用。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值