ELEC362 C++ Department of Electrical Engineering and Electronics

The concept:
The long term aim of the project is to develop a fully functional software, known as DataViz, for plotting and processing datasets, which will be eventually deployed and released for all students in the department to use in their reports, data processing, and as a show case of an authentic
experience of software development for the students of ELEC362. The development is planned over 5 years, which started in 2022. Each year the cohort of ELEC362 will be asked to make a major upgrade to the software (will be referred to as the control version in this report).
Each header file of every class in the control version (source files) of the project contains a comment explaining what the purpose of the class is. The features currently available in the app can be found under "Help" menu.
Upgrades required for this year:
For this year you are asked to implement the following upgrades to DataViz 0.0 (the control version) to end up with DataViz 0.2:

  • Introduce a way in the app allowing the user to change the width of the curve, its colour, and its style***** .
  • Update the design of the help window so that it becomes organised into sections which are easy to add to and expand in the future.
  • Introduce a way in the app where the names of loaded Datasets can be made available to the user, so that they can add a comment to describe what each dataset represents.
  • Define another mean in the app to enable the user to draw a dataset.
  • Introduce a way in the app where it allows multiple datasets to be plotted into a single graph window * .
  • Create an entry "Function" under the menu "Analysis", which should allow the user to input a mathematical expression containing the names of datasets. For example, "D1*exp(-D2)".
    For this purpose, use the classes defined in the header atmsp.h (An example test project showing how to use this header file has been uploaded to CANVAS)* .
  • Adding a feature for a histogram plot (you can generate the histogram in GSL and plot it inQCustomPlot via QCPBars class).
    You may assume that all the datasets in the app will have the same x-coordinates. To refer to what asterisks mean please refer to the last question in FAQ section.
    After you are done with the upgrade; make sure that:
  • All the features you add are working well.
  • You updated the help window in the app to include instructions on how to use the app after the features you added.
  • You handled a range of potential errors that may be experienced in the updated app.
    It is an expectation from everyone to consult Qt documentation to find any functions or classes that might be useful for the implementation of the project. Finally, you should make the programme as
    professional as possible. Imagine this project as a real-life project given to you, and that in the next years, it will be developed further by other students.
    Note for Mac OS users: You can develop the application based on Mac version of the app. The application will be tested and marked on a Windows machine. You should verify that your app works as it should on one of the computers in the lab before submission, to avoid any potential cross
    platform issue, if you have any problems, please let me know.
    Suggested approach to be followed:
    Start by implementing the simplest tasks. For more advanced tasks, a good idea is to learn how to implement these features in an empty app. Once that works, you can adapt the code from the empty project into the control version. Note that is merely a suggestion and it has no impact on your mark whether you followed it or not.
    If you are unsure contact the module coordinator for any assistance.
    The deliverables
    Every submission should consist of the project's files in a zip file + the code copied-pasted in a PDF file. The name of the zip file as well as the report must be your name (MohammadHasan.zip and MohammadHasan.pdf). The PDF file must not be zipped.
相关推荐
QiLinkOS2 分钟前
《打破“用爱发电”:一种基于 Gitee 与时间戳的开源权益分配机制探索》
c语言·数据结构·c++·科技·算法·gitee·开源
Irissgwe24 分钟前
c++STL--string类
c++·stl·string
Irissgwe40 分钟前
c++类型转换
c++·类型转换·explicit·static_cast·const_cast·dynamic_cast·rtti
智者知已应修善业43 分钟前
【51单片机用T0定时器方式1,实现0.5S的时间间隔实现第一次一个灯亮、第二次二个灯亮,直到全部灯亮,然后重复整个过程】2023-12-29
c++·经验分享·笔记·算法·51单片机
智者知已应修善业1 小时前
【51单片机4位静态数码管显示1234】2023-11-14
c++·经验分享·笔记·算法·51单片机
抓虾爪1 小时前
ST意法代理商粤科源兴丨LSM6DS3全系列现货库存,LSM6DS3TR-C当天可发
c++
妙为1 小时前
unreal engine5.7.4,创建ThirdPerson第三人称模版,类型是c++崩溃
c++·ue5·虚幻·unreal engine5
郝学胜_神的一滴1 小时前
Qt 高级开发 021:零基础吃透 QVBoxLayout 垂直布局
c++·qt
Boom_Shu2 小时前
长方形的关系
数据结构·c++·算法
思麟呀3 小时前
C++11并发编程:call_once一次性执行+atomic原子类型+CAS无锁编程+自旋锁
linux·开发语言·jvm·c++·windows